html {
  box-sizing: border-box;
  font-size: 14px;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
#sbox-window {
  box-sizing: content-box;
}
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
  scroll-behavior: smooth;
}
body * {
  font-family: inherit;
}
pre {
  font-size: inherit;
  color: #000;
}
a,
b,
strong {
  font-weight: 600;
}
a {
  color: #333;
}
a:hover {
  color: #369;
}
blockquote {
  margin: 0;
  padding: 15px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img,
input[type="image"] {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
iframe {
  display: block;
  max-width: 100%;
  border: none;
}
.MagicZoomBigImageCont {
  border: none !important;
  box-shadow: none !important;
}
.MagicZoomBigImageCont div img {
  max-width: none;
}
.loadingIndicator {
  display: none;
}
.hr,
hr {
  display: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  letter-spacing: 0;
}
h1 {
  margin: 0.5em 0;
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
table {
  width: 100%;
}
table th {
  padding: 5px 0;
  font-weight: 400;
}
table td {
  padding: 5px 0;
}
.rgt_half {
  text-align: right;
}
.rgt_half th {
  width: 75%;
}
.rgt_half td {
  width: 25%;
}
.required {
  background-color: rgba(221,221,221,0.1) !important;
  border: 1px solid #ddd !important;
}
input,
textarea {
  font-size: 16px;
}
input.a,
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
textarea,
select {
  padding: 5px;
  background: #fff;
  border: 1px solid #ddd;
  line-height: 25px;
  color: #000;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.button,
input[type="submit"],
input[type="button"],
button {
  display: inline-block;
  padding: 0 20px;
  background: #333;
  border: none;
  outline: none;
  line-height: 2.5em;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease-in-out;
}
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  background: rgba(51,51,51,0.85);
  color: #fff;
}
.button input[type="submit"],
.button input[type="button"] {
  padding: 0;
}
.error {
  padding: 20px;
  background: #b00;
  border: 0;
  color: #fff;
}
#title,
#date {
  display: none;
}
.rating svg {
  width: 1em;
  margin-right: 3px;
}
.rating svg path {
  fill: #fb0;
}
.rating .empty-star path,
.rating .half-star path:nth-of-type(1) {
  fill: rgba(0,0,0,0.3);
}
.autocompleter-choices {
  z-index: 10000 !important;
}
#lgpd button {
  background: #333;
  color: #fff;
}
#nav-your-account {
  position: absolute;
  top: 45px;
  right: 95px;
  text-align: right;
  line-height: 20px;
  font-size: 0.85em;
  color: #000;
}
#nav-your-account a {
  font-weight: 400;
  color: inherit;
}
#nav-your-account span a:hover {
  text-decoration: underline;
}
.nav_title,
.nav_usr {
  font-size: 1.5em;
}
.nav_login {
  display: block;
}
.nav_logout {
  display: block;
  font-size: 0.85em;
}
#logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  padding: 0 20px;
  background: #f0f0f0;
}
#logo img {
  display: block;
  width: auto;
  max-width: 250px;
  max-height: 100px;
}
#menu0 {
  position: absolute;
  top: 0;
  right: 8em;
}
#menu0 li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  font-size: 0.85em;
}
#menu0 li:nth-child(1) {
  display: none;
}
#menu0 a {
  line-height: 40px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}
#menu0 a:hover {
  text-decoration: underline;
}
#menuU {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 100;
  text-align: right;
}
#menuU label[for="menuU-toggler"] {
  color: #000;
  cursor: pointer;
}
#menuU label[for="menuU-toggler"]:before,
#menuU label[for="menuU-toggler"]:after {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}
#menuU label[for="menuU-toggler"]:before {
  content: '\F2BD';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
#menuU label[for="menuU-toggler"]:after {
  content: 'Minha conta';
  margin-left: 7px;
  font-size: 0.85em;
}
#menuU label[for="menuU-toggler"]:hover:after {
  text-decoration: underline;
}
#menuU ul {
  position: relative;
  display: none;
  padding: 0 15px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px 5px rgba(0,0,0,0.25);
  box-shadow: 0 2px 10px 5px rgba(0,0,0,0.25);
}
#menuU ul:before {
  content: '';
  position: absolute;
  right: 50%;
  margin: -5px -5px 0 0;
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
#menuU:hover ul,
#menuU #menuU-toggler:checked ~ ul {
  display: block;
}
#menuU li {
  line-height: 40px;
  font-size: 0.9em;
  text-align: center;
}
#menuU #mnU_1_parent {
  border-top: 1px solid rgba(0,0,0,0.1);
}
#menuU #mnU_2_parent {
  display: none;
}
#menuU a {
  font-weight: 400;
  text-transform: capitalize;
}
#floating_cart {
  position: absolute;
  top: 45px;
  right: 20px;
  z-index: 90;
  padding-top: 40px;
}
#floating_cart_header {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  padding-left: 10px;
  border-left: 1px solid #000;
}
#floating_cart_header a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
}
#floating_cart_header a:before {
  line-height: 40px;
  font-size: 2.15em;
  color: #000;
}
#floating_cart_header a:hover:before {
  color: #383;
}
#floating_cart_body_total_items {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  background: #383;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
}
#floating_cart_body_total_items label {
  display: none;
}
#floating_cart h5,
#floating_cart ul,
#floating_cart_body_total_price,
#floating_cart_footer {
  display: none;
}
#frmQuickSearch,
#quicksearch-form {
  position: absolute;
  top: 25px;
  left: 300px;
  width: 400px;
}
#quickSearch_i0 {
  display: none;
}
.twitter-typeahead {
  display: block;
  width: 100%;
}
#quickSearch-field,
.typeahead[type='text'],
.tt-query[type='text'],
.tt-hint[type='text'] {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  outline: none;
  line-height: 50px;
  font-size: 1.1em;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tt-hint[type='text'] {
  color: #ccc;
}
#quickSearch_i2 {
  position: absolute;
  top: 7px;
  right: 7px;
}
#quicksearch-button {
  position: absolute;
  top: 7px;
  right: 7px;
}
#quicksearch-button input {
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  font-size: 0.8em;
}
.tt-dropdown-menu {
  z-index: 2000;
  width: 100%;
  margin-top: -1px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.tt-dropdown-menu h3 {
  display: none;
}
.tt-dropdown-menu a,
.tt-dropdown-menu label {
  display: block;
  cursor: pointer;
}
.tt-dataset-quicksearch-products p {
  margin: 10px 0;
}
.tt-dataset-quicksearch-products a {
  overflow: hidden;
}
.tt-dataset-quicksearch-products img {
  float: left;
  display: block;
  width: 50px;
}
.tt-dataset-quicksearch-products label {
  display: block;
  margin-left: 60px;
  font-size: 0.8em;
}
.quickSearch-product-name {
  padding-top: 5px;
}
.quickSearch_product_price {
  color: #000;
}
.tt-dataset-quicksearch-suggestions {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.tt-dataset-quicksearch-suggestions a {
  line-height: 2em;
  font-size: 0.8em;
}
#menuDD {
  position: relative;
  background: #000;
  text-align: center;
}
#ddm a {
  display: block;
}
#ddm > li {
  display: inline-block;
  vertical-align: top;
}
#ddm h2,
#ddm h3 {
  margin: 0 !important;
  font-size: 1em;
}
#ddm h2 a {
  padding: 0 15px;
  line-height: 50px;
  font-size: 0.95em;
  color: #fff;
  text-transform: uppercase;
}
#ddm h2 ~ ul {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2000;
  padding: 0 20px 20px;
  background: #fff;
  border-bottom: 3px solid #ddd;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#ddm > li:hover h2 ~ ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
#ddm >li:hover h2 a {
  background: rgba(0,0,0,0.1);
}
#ddm h2 ~ ul > li {
  display: inline-block;
  width: 180px;
  margin: 0 15px;
  text-align: left;
  vertical-align: top;
}
#ddm h3 a {
  margin-top: 20px;
  line-height: 2em;
  text-transform: uppercase;
}
#ddm h3 ~ ul a {
  line-height: 2em;
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
}
#ddm h3 ~ ul a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  #logo a {
    display: block;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  #frmQuickSearch,
  #quicksearch-form {
    top: 105px;
    left: 70px;
    right: 20px;
    width: auto;
  }
  #menuDD {
    height: 60px;
  }
  label[for="menuDD-toggle"] {
    position: absolute;
    left: 10px;
    display: block;
    width: 50px;
    height: 60px;
    padding: 5px 0;
    color: #fff;
    cursor: pointer;
  }
  label[for="menuDD-toggle"]:before {
    content: '\F0C9';
    line-height: 35px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 2em;
    font-weight: 300;
  }
  label[for="menuDD-toggle"]:after {
    content: 'MENU';
    display: block;
    line-height: 15px;
    font-size: 0.7em;
    font-weight: 600;
  }
  #ddm {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 3000;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    padding: 5px 15px;
    background: #fff;
    text-align: left;
    overflow: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #ddm > li {
    display: block;
  }
  #ddm .ddm_lvl0:nth-last-child(1) {
    margin-bottom: 30px;
  }
  #ddm .ddm_lvl0:nth-child(1) h2 a {
    border: none;
  }
  #ddm .ddm_lvl0:hover h2 a {
    background: none;
  }
  #ddm a:hover {
    color: #369;
  }
  #ddm h2 a {
    margin-top: 10px;
    padding: 0;
    border-top: 1px dotted #ddd;
    font-size: 1.2em;
    color: #333;
  }
  #ddm h2 ~ ul {
    position: relative !important;
    padding: 0;
    border: none;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  #ddm h2 ~ ul > li {
    width: 100%;
    margin: 0;
  }
  #ddm h3 a {
    margin-top: 10px;
  }
  #menuDD-toggle:checked ~ label[for="menuDD-toggle"]:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background: #000;
    opacity: 0.85;
  }
  #menuDD-toggle:checked ~ #ddm {
    left: 0;
  }
  #menuDD-toggle:checked ~ #ddm::-webkit-scrollbar {
    width: 5px;
  }
  #menuDD-toggle:checked ~ #ddm::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }
  #menuDD-toggle:checked ~ #ddm::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090;
  }
}
@media only screen and (max-width: 640px) {
  #menu0 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #nav-your-account {
    top: 0;
    right: 130px !important;
    line-height: 40px;
  }
  #nav-your-account span {
    display: inline-block;
    font-size: 1em;
  }
  #logo a {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  #floating_cart_header {
    border: none;
  }
}
#ddm > li {
  position: relative;
}
#ddm h2 ~ ul {
  right: auto;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#ddm h2 ~ ul li {
  display: block;
  width: 250px;
}
#ddm li:nth-last-of-type(1) h2 ~ ul,
#ddm li:nth-last-of-type(2) h2 ~ ul,
#ddm li:nth-last-of-type(3) h2 ~ ul {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 1025px) {
  #ddm h2 ~ ul {
    position: absolute;
  }
}
@media only screen and (max-width: 1024px) {
  #menuDD-toggle:checked ~ #ddm > li {
    display: block;
  }
  #menuDD-toggle:checked ~ #ddm h2 ~ ul {
    border: none;
  }
  #menuDD-toggle:checked ~ #ddm h2 ~ ul li {
    width: 100%;
  }
}
#container_footer {
  position: relative;
  z-index: 100;
  margin-top: 45px;
  background: #f0f0f0;
  overflow: hidden;
  text-align: center;
  font-size: 0.9em;
  color: #000;
}
#frmNewsletter {
  display: none;
  padding: 10px;
  background: #000;
  color: #fff;
  overflow: hidden;
}
#newsletter {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
}
#newsletter h5 {
  display: inline-block;
  margin: 0 15px 0 !important;
  line-height: 40px;
  font-size: 1.3em;
  vertical-align: middle;
}
#newsletter h5:before {
  content: '\F0E0';
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 40px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  text-align: center;
}
#newsletter h5 + span {
  display: none;
}
#newsletter_interactive {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#newsletter_interactive li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#newsletter_interactive label {
  display: none;
}
#newsletter_interactive input {
  width: 300px;
  height: 40px;
  margin: 5px 0;
  border: 1px solid #ddd;
  line-height: 38px;
}
#newsletter_interactive p {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
}
#newsletter_interactive #newsletter_i2 {
  margin-right: 0;
  text-align: right;
}
#newsletter_interactive #newsletter_i2 button {
  padding: 0 10px;
  line-height: 38px;
  font-size: 0.85em;
}
#f-foot {
  max-width: 1420px;
  margin: 20px auto;
  padding: 0 10px;
  text-align: center;
}
#f-menu {
  margin-bottom: 20px;
  color: #000;
}
#f-menu a {
  display: inline-block;
  line-height: 30px;
  font-weight: 400;
  color: #000;
}
#f-menu a:before {
  content: '|';
  margin: 0 10px;
}
#f-menu a:nth-of-type(1):before {
  content: '';
  margin: 0;
}
#f-menu a:hover span {
  text-decoration: underline;
}
#f-atendimento,
#f-redes {
  display: inline-block;
  color: #000;
  vertical-align: top;
}
#f-atendimento h3,
#f-redes h3 {
  margin-bottom: 5px;
}
#f-atendimento p,
#f-redes p {
  margin: 0;
  opacity: 0.5;
}
#f-atendimento a,
#f-redes a {
  display: inline-block;
  margin: 5px 10px 0 0;
  font-size: 2em;
  color: #000;
  vertical-align: middle;
}
#f-atendimento a:hover,
#f-redes a:hover {
  opacity: 0.8;
}
#f-atendimento {
  padding-right: 15px;
  text-align: right;
}
#f-redes {
  padding-left: 15px;
  border-left: 1px solid #000;
  text-align: left;
}
#f-pagamento {
  padding: 30px 10px 0;
  background: #fff;
  text-align: center;
  line-height: 30px;
  color: rgba(0,0,0,0.5);
}
#f-pagamento img {
  margin-left: 10px;
  vertical-align: middle;
}
#f-infos {
  padding: 20px 10px 0;
  background: #fff;
  text-align: center;
  color: #000;
}
#f-infos p {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 0.95em;
  opacity: 0.5;
}
#f-sec {
  padding: 20px 10px;
  background: #fff;
  text-align: center;
  color: #000;
}
#f-sec img {
  display: inline-block;
  margin: 0 15px;
}
@media only screen and (max-width: 800px) {
  #newsletter_interactive li {
    margin-right: 3px;
  }
  #newsletter_interactive input {
    width: 250px;
  }
  #f-atendimento,
  #f-redes {
    display: block;
    padding: 0;
    border: none;
    text-align: center;
  }
  #f-redes {
    margin-top: 20px;
  }
  #f-redes p {
    display: inline-block;
    margin-right: 10px;
  }
  #f-pagamento span {
    display: block;
  }
  #f-pagamento img {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  #newsletter {
    padding: 10px;
  }
  #newsletter_interactive {
    display: block;
  }
  #newsletter_interactive li {
    display: block;
    margin-right: 0;
  }
  #newsletter_interactive input {
    width: 100%;
  }
  #newsletter_interactive #newsletter_i2 a {
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  #newsletter h5 {
    text-align: center;
    line-height: 20px;
    font-size: 1.1em;
  }
  #newsletter h5:before {
    display: none;
  }
}
label[for="products-filters-mobile-toogle"] {
  display: none;
}
.solr_category {
  margin-top: 15px;
}
.solr_category > span {
  line-height: 40px;
  font-size: 1.5em;
  text-transform: capitalize;
}
.solr_category > span font {
  display: none;
}
.solr_category li {
  padding: 5px 0;
  color: #333;
  cursor: pointer;
}
.solr_category li input {
  display: none;
}
.solr_category li label {
  line-height: 20px;
  cursor: pointer;
}
.solr_category li label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  vertical-align: top;
}
.solr_category li label i {
  padding-left: 3px;
  opacity: 0.5;
}
.solr_category li:hover label {
  color: #369;
}
.solr_category li:hover label:before {
  border: 2px solid #369;
}
.solr_category li input:checked + label {
  color: #333;
}
.solr_category li input:checked + label:before {
  background: #333;
  border: 2px solid #333;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
}
#products-filters-selected {
  padding-top: 15px;
}
#products-filters-selected button {
  padding: 0 5px;
  line-height: 20px;
  font-weight: 400;
}
#products-filters-selected li {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding-left: 7px;
  background: #333;
  font-size: 0.85em;
  color: #fff;
  opacity: 0.8;
}
#products-filters-selected li button {
  width: 20px;
  margin-left: 7px;
  background: rgba(0,0,0,0.15);
  color: #fff;
}
#products-filters-selected #clear-filters {
  display: inline-block;
  font-size: 0.85em;
  text-transform: capitalize;
}
.active_filters {
  display: none;
}
@media only screen and (max-width: 1024px) {
  label[for="products-filters-mobile-toogle"] {
    position: relative;
    display: block;
    padding: 0 20px;
    background: #333;
    text-align: center;
    line-height: 40px;
    font-size: 0.85em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }
  #products-filters-mobile-toogle:checked ~ label[for="products-filters-mobile-toogle"]:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background: #000;
    opacity: 0.85;
  }
  #products-filters-mobile-toogle:checked ~ #products-filters-mobile {
    left: 0;
  }
  #products-filters-mobile {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 3000;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    padding: 15px;
    background: #fff;
    text-align: left;
    overflow: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .solr_category:nth-last-of-type(1) {
    margin-bottom: 30px;
  }
}
#container_body {
  overflow: hidden;
}
#products-filters {
  float: left;
  width: 250px;
  padding: 15px 0;
  margin-left: 2%;
}
#products-filters ~ #main_form,
#products-filters ~ #products_img,
#products-filters ~ #products_footer_index {
  margin-left: calc(250px + 2%);
}
#products_img,
#custom_CST_products_img {
  padding: 0 1%;
}
.items_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.items_container > li {
  width: 25%;
  margin: 15px 0;
  padding: 1%;
  text-align: center;
}
#products_header_dok {
  padding: 15px 2% 0;
  line-height: 30px;
  font-size: 0.8em;
  text-align: right;
}
#products_header_dok li {
  display: inline-block;
  margin-left: 10px;
}
#products_header_dok a {
  font-weight: 400;
  text-transform: capitalize;
}
#products_header_dok a:hover {
  text-decoration: underline;
}
#products_footer_index {
  position: relative;
  padding: 15px 0;
  text-align: center;
}
#products_header_index,
#products_footer_dok,
#custom_CST_products_header_dok,
#custom_CST_products_footer_dok,
#custom_CST_products_header_index,
#custom_CST_products_footer_index,
#products_txt {
  display: none;
}
#products-search-didyoumean {
  padding: 15px 2% 0;
  font-size: 1.2em;
}
#products-search-didyoumean a {
  text-decoration: underline;
}
#products-list-eof {
  padding: 15px 2%;
  text-align: center;
  font-size: 1.5em;
}
#products-search-didyoumean:after,
#products-list-eof-didyoumean:after {
  content: ' ?';
}
#products-list-eof-didyoumean a {
  font-size: 1.2em;
  text-decoration: underline;
}
#products_eof {
  padding: 15px 2%;
}
#products_eof:before {
  content: 'Nenhum produto encontrado';
  display: block;
  margin-bottom: 10px;
  font-size: 1.4em;
}
#products_eof h2 {
  font-size: 1em;
}
#products_eof img {
  display: none;
}
@media only screen and (min-width: 1800px) {
  .items_container > li {
    width: 20%;
  }
  #crossSelling .items_container > li {
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  #products-filters ~ #main_form #products_img .items_container > li,
  #products-filters ~ #products_img .items_container > li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1024px) {
  #products-filters {
    float: none;
    width: 100%;
    padding: 15px 2% 0;
    margin-left: 0;
  }
  #products-filters ~ #main_form,
  #products-filters ~ #products_img,
  #products-filters ~ #products_footer_index {
    margin-left: 0;
  }
  #products_header_dok {
    text-align: center;
  }
  #products_img .items_container > li,
  #crossSelling .items_container > li,
  #custom-CST-content > li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 800px) {
  #products-filters,
  #products-search-didyoumean,
  #products_header_dok {
    padding-right: 3%;
    padding-left: 3%;
  }
  #products_img,
  #custom_CST_products_img {
    padding: 0 2%;
  }
  #products_img .items_container > li,
  #crossSelling .items_container > li,
  #custom-CST-content > li {
    width: 50%;
    padding: 2%;
  }
}
#details,
#extra-details {
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px 3%;
}
#details .hr,
#extra-details .hr,
#details hr,
#extra-details hr {
  clear: both;
  display: block;
  visibility: hidden;
}
#details_dynamic .breadcrumb,
#details-dynamic .breadcrumb {
  float: left;
  line-height: 30px;
}
#details_dynamic .breadcrumb ~ h1,
#details-dynamic .breadcrumb ~ h1 {
  clear: both;
  padding-top: 5px;
}
#details_dynamic ~ br,
#details-dynamic ~ br {
  display: none;
}
#details_dynamic ~ div,
#details-dynamic ~ div {
  margin-top: 45px;
}
#details_dynamic ~ #main_footer,
#details-dynamic ~ #main_footer {
  margin-top: 0;
}
#details_share {
  float: right;
}
#details_share a {
  display: inline-block;
  margin: 0 7px;
  line-height: 30px;
  font-size: 1.3em;
  font-weight: normal;
}
#details_images {
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}
#details_images_big,
.details_images_big {
  position: relative;
  margin: 0 2.5px 5px;
  background-position: center center !important;
}
#details_images_big img,
.details_images_big img {
  display: block;
}
#MagicZoom {
  display: block !important;
}
#details_images_thumbs img {
  display: block;
  width: 96px;
  padding: 2.5px;
}
#details_images_thumbs li:first-of-type img {
  padding-top: 0;
}
#details_images_zoom {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  display: none;
}
#details_images_zoom a {
  display: block;
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,0.5);
  border: 1px solid #ddd;
  text-align: center;
  line-height: 30px;
  color: #000;
  opacity: 0.5;
}
#details_images_zoom a:before {
  content: '\F002';
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
#details_images_zoom a:hover {
  opacity: 1;
}
#details_images_zoom img {
  display: none;
}
#details_texts {
  margin-left: 52%;
}
#details_texts:after {
  content: '';
  clear: both;
  display: table;
}
#details_texts_status.ilustrativo span,
#details_texts_description {
  display: none;
}
#details_texts_additional {
  margin-bottom: 10px;
  font-size: 0.9em;
}
#details_texts_additional > span {
  display: none;
}
#details_texts_additional .brand {
  display: block;
}
#details_texts_aggregateRating {
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 0.9em;
}
#details_texts_aggregateRating a {
  font-weight: 400;
}
#details-aggregate-rating {
  margin-left: 10px;
}
#details_texts_availability_shipping ~ #inStockNotification,
#free-shipping-restricted ~ #inStockNotification {
  margin-top: 20px;
}
#details_texts_availability_label,
#quickview-texts-availability-label-1 {
  display: none;
}
#details_texts_availability_field,
#quickview-texts-availability-field {
  margin: 30px 0 20px 0;
}
#details_texts_availability_field .item_qt_buy,
#quickview-texts-availability-field .item_qt_buy {
  display: inline-block;
  margin: 0 20px 10px 0;
  vertical-align: middle;
}
#details_texts_availability_field .item_qt_buy label,
#quickview-texts-availability-field .item_qt_buy label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#details_texts_availability_field .item_qt_buy select,
#quickview-texts-availability-field .item_qt_buy select {
  width: 75px;
  padding: 5px;
  text-align: center;
}
.wishlist_add_item a,
.details_texts_shipping_cost a,
#details_texts_others a {
  line-height: 30px;
  font-size: 0.9em;
  font-weight: 400;
}
.wishlist_add_item a:before,
.details_texts_shipping_cost a:before,
#details_texts_others a:before {
  display: inline-block;
  width: 25px;
  margin-right: 5px;
  text-align: center;
  font-size: 1.2em;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  vertical-align: middle;
}
.wishlist_add_item a:before {
  content: '\F06B';
}
.wishlist_add_item a:after {
  content: 'Adicionar \E0   lista de presente';
  display: inline-block;
  vertical-align: middle;
}
.wishlist_add_item a span {
  display: none;
}
.details_texts_shipping_cost h2 {
  margin-bottom: 0 !important;
  font-size: 1em;
}
.details_texts_shipping_cost a:before {
  content: '\F0D1';
}
#details_texts_others > span {
  display: block;
}
#details_texts_others a:after {
  display: inline-block;
  vertical-align: middle;
}
#details_texts_others .favorites_add_item a:before {
  content: '\F004';
}
#details_texts_others .favorites_add_item a:after {
  content: 'Adicionar aos favoritos';
}
#details_texts_others .favorites_add_item span {
  display: none;
}
#details_texts_others #GR_lnkDTL a:before {
  content: '\F005';
}
#details_texts_others #GR_lnkDTL a:after {
  content: 'Avaliar este produto';
}
#details_texts_others #ASQ_lnkDTL a:before {
  content: '\F059';
}
#details_texts_others #ASQ_lnkDTL a:after {
  content: 'Perguntar ao vendedor';
}
#details_texts_others img {
  display: none;
}
#buy-together {
  position: relative;
  margin-top: 45px;
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  #details_images {
    display: block;
  }
  #details_images_thumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  #details_images_thumbs li {
    width: 16.6666%;
  }
  #details_images_thumbs img {
    padding: 0 2.5px 5px !important;
  }
}
@media only screen and (max-width: 800px) {
  #details_images,
  #details_dynamic h1,
  #details-dynamic h1,
  #details_texts {
    clear: both;
    width: 100%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 640px) {
  #details_share {
    clear: both;
    width: 100%;
    margin-top: 5px;
    text-align: left;
  }
  #details_share a {
    margin: 0 14px 0 0;
  }
  #details_images {
    display: block;
  }
  #details_images_thumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  #details_images_thumbs li {
    width: 16.6666%;
  }
  #details_images_thumbs img {
    padding: 0 2.5px 5px !important;
  }
}
#extra-details #details-text-price-list:after {
  content: '';
}
#extra-details #details-text-price-our .label {
  display: inline;
}
#extra-details #details_texts_selects,
#extra-details #details_texts_availability {
  display: none;
}
#extra-details-grid:before {
  content: 'Selecione a quantidade de cada um dos itens desejados e clique no bot\E3o comprar';
}
#extra-details-grid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}
#extra-details-grid li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 5px solid #fff;
  background: rgba(221,221,221,0.25);
}
#extra-details-buy-top,
#extra-details-buy-bottom {
  clear: both;
  position: relative;
  padding: 10px 0;
  text-align: right;
}
.extra_details_item_image {
  -webkit-box-flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  border: 1px solid #ddd;
  border-right: none;
}
.extra_details_item_image img {
  display: block;
  padding: 10px;
}
#extra-details-images-zoom {
  display: none;
}
.extra_details_item_text {
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
  border: 1px solid #ddd;
  border-left: none;
  text-align: left;
}
.extra_details_text_availability {
  display: block;
  margin-bottom: 5px;
}
.extra_details_text_availability .item_qt_buy label:before {
  content: 'Qtd';
  margin-right: 10px;
  font-size: 0.9em;
  font-weight: 600;
  color: rgba(0,0,0,0.5);
}
.extra_details_text_availability .item_qt_buy font {
  display: none;
}
.extra_details_text_availability select {
  width: 70px;
}
.extra_details_text_availability_label {
  display: none;
}
.extra_details_text_product {
  font-size: 0.85em;
}
.extra_details_text_product h3 {
  margin: 10px 0 !important;
  font-size: 1em;
  font-weight: 600;
}
.extra_details_text_price {
  font-size: 0.85em;
  font-weight: 600;
  color: #000;
}
.extra_details_promotion_name,
.extra_details_promotion_description,
.extra_details_text_price .label {
  display: none;
}
.extra_details_in_stock_notification:before {
  content: 'Esgotado';
  display: block;
  margin-bottom: 5px;
  font-size: 0.85em;
  font-weight: 600;
  color: rgba(0,0,0,0.5);
}
.extra_details_in_stock_notification a {
  display: block;
  font-size: 0.85em;
}
.extra-details-composition #extra-details-buy-top {
  display: none;
}
.extra-details-composition #extra-details-buy-bottom {
  text-align: center;
}
#extra-details-grid .extra_details_comp {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100% !important;
  background: none;
}
#extra-details-grid .extra_details_comp .extra_details_item_image img {
  border-right: 1px solid #ddd;
}
#extra-details-grid .extra_details_comp .extra_details_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  max-width: 200px;
  padding: 0 5px;
  background: rgba(221,221,221,0.25);
  text-align: center;
}
#extra-details-grid .extra_details_comp .extra_details_text_availability .item_qt_buy label:before {
  display: none;
}
#extra-details-grid .extra_details_comp .extra_details_text_product {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
#extra-details-grid .extra_details_comp .extra_details_text_price {
  padding-top: 10px;
  font-size: 0.85em;
}
#extra-details-grid li {
  width: 20%;
}
@media only screen and (max-width: 1440px) {
  #extra-details-grid li {
    width: 25%;
  }
}
@media only screen and (max-width: 1280px) {
  #extra-details-grid li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 800px) {
  #details-dynamic #details_texts_prices,
  #details-dynamic #details_texts_others,
  #details-dynamic .details_texts_shipping_cost {
    display: none;
  }
  #extra-details-grid:before {
    top: auto;
    display: block;
    padding: 10px 0;
  }
  #extra-details-grid li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #extra-details-grid li {
    width: 100%;
  }
}
#buy-together-combo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
}
#combo_imgs {
  width: 70%;
}
#combo_imgs li {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
}
#combo_imgs .item_box {
  display: block;
  border: none;
}
#combo_imgs .item_box .item_img {
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(221,221,221,0.5);
}
#combo_imgs .item_box .item_img img {
  max-width: 120px;
}
#combo_imgs .plus {
  width: auto;
  margin: 0 10px;
  font-size: 1.5em;
}
#combo_txts {
  width: 100%;
  padding: 15px 0;
}
#combo_txts li {
  position: relative;
  margin: 5px 0;
  padding-left: 30px;
  line-height: 2em;
}
#combo_txts li > * {
  display: inline-block;
  vertical-align: middle;
}
#combo_txts input {
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
}
#combo_txts a {
  margin-right: 10px;
  font-weight: 400;
}
#combo_txts .item_ourPrice {
  font-weight: 600;
  color: #000;
}
#combo_txts .item_ourPrice label {
  display: none;
}
#combo_txts .item_listPrice {
  margin-right: 5px;
  font-size: 0.9em;
  color: #999;
}
#combo_txts .item_listPrice:after {
  content: ' por:';
}
#combo_txts .item_save {
  display: none;
}
#combo_txts .item_off {
  opacity: 0.5;
}
#combo_txts .item_off .item_prices {
  display: none;
}
#combo_txts .item_off input[disabled="disabled"] + a:after {
  content: ' - Esgotado';
}
#details-buy-together-combo-total {
  width: 30%;
  text-align: right;
}
.combo_ourPrice {
  font-size: 1.2em;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}
.combo_ourPrice label#bt-our-price {
  padding-left: 5px;
}
.combo_save {
  display: block;
  margin-top: 5px;
  color: #999;
  text-transform: capitalize;
}
#details-buy-together-buy {
  position: relative;
  width: 100%;
  margin-top: -60px;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  #buy-together-combo > div {
    width: 100%;
    text-align: center;
  }
  #combo_txts ul {
    display: inline-block;
    text-align: left;
  }
  #details-buy-together-combo-total {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #details-buy-together-buy {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #combo_imgs .item_img img {
    width: 90px;
  }
}
#details_texts .rating svg {
  width: 1.2em;
}
#GR_dynamic_index_top {
  display: none;
}
#GR_dynamic_index_bottom {
  padding: 30px 0;
  text-align: right;
}
.GR_dynamic_node {
  position: relative;
  padding: 10px 0;
}
.GR_dynamic_node_header div {
  display: inline-block;
  margin-right: 5px;
}
.GR_dynamic_node_header p {
  display: inline;
  margin: 0;
  line-height: 30px;
  font-size: 0.85em;
  color: rgba(0,0,0,0.5);
  vertical-align: middle;
}
.GR_dynamic_node_header b {
  font-size: 1.1em;
  color: #000;
  text-transform: capitalize;
}
.GR_dynamic_node_header img {
  margin-right: 10px;
}
.GR_dynamic_node_header_author > span:first-child {
  display: none;
}
.GR_dynamic_node_header_author b {
  margin-right: 5px;
}
.GR_dynamic_node_header_author b:before {
  content: '\F2BD';
  display: inline;
  margin: 0 5px 0 15px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.2em;
  font-weight: 300;
  vertical-align: top;
}
.GR_dynamic_node_header_status {
  position: absolute;
  bottom: 15px;
  right: 310px;
  margin: 0;
  font-size: 0.85em;
  color: rgba(0,0,0,0.5);
}
.GR_dynamic_node_body {
  position: relative;
  margin-top: 5px;
  padding: 20px;
  background: rgba(221,221,221,0.15);
  border: 1px solid rgba(221,221,221,0.5);
  border-bottom: none;
  line-height: 1.75em;
}
.GR_dynamic_node_footer {
  height: 40px;
  padding-right: 10px;
  background: rgba(221,221,221,0.3);
  border: 1px solid rgba(221,221,221,0.5);
  border-top: none;
  text-align: right;
  line-height: 39px;
  font-size: 0.85em;
  color: rgba(0,0,0,0.5);
}
.GR_dynamic_node_footer a {
  margin: 0 7px;
}
.GR_dynamic_node_footer a:before {
  margin-right: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.25em;
  font-weight: 300;
}
.GR_dynamic_node_footer a:nth-of-type(1):before {
  content: '\F164';
}
.GR_dynamic_node_footer a:nth-of-type(2):before {
  content: '\F165';
}
.GR_dynamic_node_footer a:after {
  font-size: 0.85em;
  font-weight: 400;
  text-transform: uppercase;
}
.GR_dynamic_node_footer a:nth-of-type(1):after {
  content: 'sim';
}
.GR_dynamic_node_footer a:nth-of-type(2):after {
  content: 'n\E3o';
}
.GR_dynamic_node_footer img,
.GR_dynamic_node_footer svg {
  display: none;
}
@media only screen and (max-width: 640px) {
  .GR_dynamic_node_header_status {
    left: 0;
    right: 0;
    text-align: center;
  }
  .GR_dynamic_node_footer {
    height: 70px;
    text-align: center;
  }
}
#ASQ_dynamic_index_top {
  display: none;
}
#ASQ_dynamic_index_bottom {
  padding: 30px 0;
  text-align: right;
}
.ASQ_dynamic_node {
  margin-top: 10px;
  padding: 1px 20px 20px;
  background: rgba(221,221,221,0.15);
  border: 1px solid rgba(221,221,221,0.5);
  line-height: 1.75em;
}
.ASQ_dynamic_node_answer {
  margin-left: 5%;
  padding: 1px 20px;
  background: rgba(221,221,221,0.15);
  border-left: 3px solid rgba(221,221,221,0.25);
}
.ASQ_dynamic_node_question_signature,
.ASQ_dynamic_node_answer_signature {
  margin-top: 0;
  font-size: 0.85em;
  color: rgba(0,0,0,0.5);
}
.ASQ_dynamic_node_question_signature b,
.ASQ_dynamic_node_answer_signature b {
  font-size: 1.1em;
  color: #000;
}
.ASQ_dynamic_node_question_content,
.ASQ_dynamic_node_answer_content {
  margin-bottom: 10px;
}
#help {
  max-width: 1600px;
  margin: auto;
  padding: 20px 40px;
  line-height: 2em;
}
#help_body {
  margin-top: 30px;
}
#help_body .title,
#help_body .subtitle {
  display: block;
  color: #000;
}
#help_body .title ~ a,
#help_body .subtitle ~ a {
  font-weight: 400;
}
#help_body .title {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
}
#help_body .subtitle {
  margin: 20px 0 10px;
  border-bottom: 1px solid #000;
  font-size: 1.2em;
  font-weight: 600;
}
#contact {
  max-width: 1600px;
  margin: auto;
  padding: 20px 40px;
  text-align: center;
}
#contact_body_notes {
  margin: 20px 0;
}
#contact_body_form {
  text-align: left;
}
#contact_body_form th {
  width: 100px;
  padding-right: 10px;
  text-align: right;
  font-weight: 400;
}
#contact_body_form td {
  padding: 3px 0;
}
#contact_body_form td input,
#contact_body_form td textarea {
  width: 100%;
}
#contact_body_form td textarea {
  height: 300px;
}
#cntRecaptcha,
#cntSubmit {
  display: inline-block;
  vertical-align: middle;
}
#cntSubmit {
  margin-left: 20px;
  line-height: 3.5em;
}
.breadcrumb {
  font-size: 0.8em;
}
.breadcrumb a {
  font-weight: 400;
}
.breadcrumb span:before {
  content: '/';
  padding: 0 10px;
}
.breadcrumb a:first-child span {
  display: none;
}
.breadcrumb a:first-child:before {
  content: 'Home';
  display: inline-block;
}
#products .breadcrumb {
  padding: 15px 2vw 0;
}
#products #creative {
  padding: 15px 2vw 0;
}
#products #creative h1 {
  margin: 0;
}
#products #creative img {
  display: block;
  width: 100%;
  margin-top: 15px;
}
#products #creative small {
  display: none;
}
#products #creative p {
  margin-bottom: 0;
  line-height: 2em;
  opacity: 0.75;
}
.extra #creative {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2vw;
}
.extra #creative h1 {
  line-height: 2em;
}
.extra #creative img {
  margin-bottom: 1.5vw;
}
.extra #creative p {
  margin-bottom: 1.5vw;
  line-height: 2em;
}
@media only screen and (max-width: 800px) {
  #products .breadcrumb,
  #products #creative {
    padding-right: 3%;
    padding-left: 3%;
  }
  #products #creative p,
  .extra #creative p {
    font-size: 0.9em;
  }
}
.item_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.item_box .item_ref,
.item_box .item_status,
.item_box .item_description,
.item_box .item_availability,
.item_box .item_save,
.item_box .item_brand,
.item_box .item_similars {
  display: none;
}
.item_box .item_img {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}
.item_box .item_img img {
  display: block;
  width: 100%;
}
.item_box .item_txt {
  text-align: left;
}
.item_box .item_name {
  display: block;
  margin-top: 10px;
  line-height: 1.8em;
}
.item_box .item_name strong {
  font-weight: 400;
}
.item_box .item_listPrice {
  display: inline-block;
  margin: 10px 10px 0 0;
  font-size: 0.85em;
  color: #999;
}
.item_box .item_ourPrice {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 600;
  color: #000;
}
.item_box .item_ourPrice label {
  font-size: 0.75em;
  font-weight: 400;
}
.item_box .item_or {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #000;
}
.item_box .item_or label {
  font-size: 0.9em;
  font-weight: 400;
}
.item_box .item_or span {
  color: #000;
}
.item_box .item_or:after {
  content: ' sem juros';
  font-size: 0.9em;
  font-weight: 400;
}
.item_box .item_prices_payment_conditions {
  margin-top: 10px;
}
.item_box .item_prices_payment_conditions span {
  padding-right: 4px;
  font-size: 0.9em;
  opacity: 0.5;
}
.item_box .item_prices_payment_conditions .products-text-price-final {
  font-size: 1em;
  font-weight: 600;
  color: #000;
  opacity: 1;
}
.item_box .item_availability_2 {
  display: block;
  margin-top: 10px;
  line-height: 1.5em;
  font-size: 0.9em;
  text-transform: capitalize;
}
.item_box .item_availability_2 label {
  display: none;
}
.item_box .item_availability_2 a {
  display: block;
  margin-top: 5px;
  font-weight: 400;
}
.item_box .item_aggregateRating {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-top: 10px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .item_box {
    font-size: 0.85em;
  }
  .item_box .item_name {
    margin-top: 5px;
    line-height: 1.6em;
  }
}
.item_box .item_status_3,
.item_box .free_shipping,
.item_box .free_shipping_restricted {
  display: inline-block;
  margin-top: 10px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 0.7em;
  text-transform: uppercase;
}
.item_box .item_status_3 {
  margin-right: 5px;
  background: #000;
  color: #fff;
}
.item_box .free_shipping,
.item_box .free_shipping_restricted {
  background: #000;
  color: #fff;
}
.item_box .free_shipping:after {
  content: 'Frete Gr\E1tis Brasil';
}
.item_box .free_shipping_restricted:after {
  content: 'Frete Gr\E1tis*';
}
.item_box .item_free_shipping_restricted {
  display: none;
}
.item_box .item_status_2,
.item_box .item_discount {
  position: absolute;
  top: -10px;
  right: -5px;
  display: block;
  height: 20px;
  background: #c33;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}
.item_box .item_status_2:after,
.item_box .item_discount:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  border-top: 5px solid rgba(0,0,0,0.8);
  border-right: 5px solid transparent;
}
.item_box .item_status_2 {
  padding: 0 10px;
  font-size: 0.7em;
}
.item_box .item_discount:before {
  content: 'Promo\E7\E3o';
  display: inline-block;
  padding: 0 10px;
  font-size: 0.7em;
  vertical-align: top;
}
.item_box .item_discount_percentage {
  display: inline-block;
  padding: 0 7px;
  background: rgba(0,0,0,0.25);
  font-size: 0.8em;
  font-weight: 600;
  vertical-align: top;
}
.item_box .item_discount_percentage:before {
  content: '-';
}
.item_box .item_discount_label {
  display: none;
}
#details_texts_status.promocao > span,
#details_texts_status.lancamento > span {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 0.75em;
  text-transform: uppercase;
  vertical-align: top;
}
#details_texts_status.promocao > span {
  background: #c33;
  color: #fff;
}
#details_texts_status.lancamento > span {
  background: #000;
  color: #fff;
}
#details_texts_availability_shipping_restricted {
  display: none;
}
#details_texts_availability_shipping,
#free-shipping-restricted {
  display: inline-block;
  margin: 0 10px 10px 0;
  background: #000;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}
#details_texts_availability_shipping:before,
#free-shipping-restricted:before {
  content: '\F0D1';
  display: inline-block;
  width: 30px;
  height: 20px;
  background: rgba(0,0,0,0.2);
  text-align: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.15em;
  font-weight: 300;
  vertical-align: top;
}
#details_texts_availability_shipping:after {
  content: 'Frete Gr\E1tis Brasil';
  display: inline-block;
  padding: 0 10px;
  font-size: 0.75em;
  vertical-align: top;
}
#free-shipping-restricted * {
  display: inline-block;
  vertical-align: top;
}
#free-shipping-restricted .free-shipping-restricted-title {
  padding: 0 10px;
  font-size: 0.75em;
}
#free-shipping-restricted ul {
  padding-right: 10px;
}
#free-shipping-restricted li {
  font-size: 0.75em;
}
#free-shipping-restricted li:before {
  content: ', ';
}
#free-shipping-restricted li:nth-of-type(1):before {
  content: '';
}
#details_texts_availability #details_texts_availability_shipping,
#details_texts_availability #free-shipping-restricted {
  margin: 20px 0 0;
}
@media only screen and (max-width: 480px) {
  .item_box .item_status_2,
  .item_box .item_status_3,
  .item_box .free_shipping,
  .item_box .free_shipping_restricted,
  .item_box .item_discount {
    height: 15px;
    padding: 0 5px;
    line-height: 15px;
  }
  .item_box .item_status_2,
  .item_box .item_discount {
    top: -5px;
  }
  .item_box .item_discount {
    padding: 0;
  }
  .item_box .item_discount:before,
  .item_box .item_discount .item_discount_percentage {
    padding: 0 5px;
  }
  .item_box .free_shipping:after {
    content: 'Frete Gr\E1tis';
  }
  .item_box .free_shipping_restricted:after {
    content: 'Frete Gr\E1tis*';
  }
}
.item_box .product_promotion {
  margin-top: 10px;
  text-align: left;
}
.item_box .product_promotion_name,
.item_box .product_promotion_description {
  display: none;
}
.details_promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
}
.details_promotion img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  max-height: 50px;
  background: #fff;
}
.details_promotion .details_promotion_name {
  margin-left: 15px;
  font-size: 1.2em;
  font-weight: bold;
}
.details_promotion .details_promotion_name:after {
  content: '-';
  margin: 0 5px;
}
@media only screen and (max-width: 480px) {
  .details_promotion {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#details-quickview-texts-prices,
#details_texts_prices {
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
  background: rgba(221,221,221,0.15);
  border: 1px solid rgba(221,221,221,0.5);
}
#details-text-price-base .label {
  font-size: 1em;
  margin-right: 5px;
}
#details-text-price-list {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9em;
  color: #999;
  text-transform: capitalize;
}
#details-text-price-list acronym {
  display: none;
}
#details-text-price-list:after {
  content: 'por:';
  margin-left: 10px;
}
#details-text-price-our {
  font-weight: 600;
  color: #000;
}
#details-text-price-our span {
  font-size: 2em;
}
#details-text-price-save,
#details-text-price-discount {
  display: none;
}
#details-text-price-or {
  display: block;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(221,221,221,0.5);
  color: #000;
}
#details-text-price-or:before {
  content: '\F09D';
  margin-right: 10px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.2em;
  font-weight: 300;
}
#details-text-price-or .price {
  font-size: 1.1em;
  font-weight: 600;
}
#details-text-price-or .price:before {
  content: 'em at\E9';
  margin-right: 5px;
  font-size: 0.85em;
}
#details-text-price-or .label {
  display: none;
}
#details-text-parcels {
  display: none;
  margin-left: 10px;
}
#details-text-parcels:before {
  content: '( ver parcelas )';
  font-size: 0.9em;
  opacity: 0.5;
  color: #000;
  cursor: pointer;
}
#details-text-parcels h4 {
  display: none;
}
#details-text-parcels ul {
  position: absolute;
  left: -1px;
  right: -1px;
  z-index: 1000;
  display: none;
  margin-top: 5px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #ddd;
}
#details-text-parcels li {
  line-height: 2em;
  font-size: 0.9em;
  color: #000;
}
#details-text-parcels:hover ul {
  display: block;
}
#details-text-price-exception p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin: 15px 0 0;
  padding-top: 15px;
  border-top: 1px solid rgba(221,221,221,0.5);
}
.details-text-price-final {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  font-size: 1.1em;
  font-weight: 600;
  color: #000;
}
.details-text-price-final:before {
  content: '\F02A';
  margin-right: 10px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.2em;
  font-weight: 300;
}
.details-text-price-final:after {
  content: ' \E0   vista';
  font-size: 0.85em;
}
.details-text-price-payment {
  width: 100%;
  margin-top: 5px;
  font-size: 0.9em;
}
.details-text-price-payment:before {
  content: 'V\E1lido ';
}
.details-text-price-factor-discount {
  margin-left: 10px;
  font-size: 0.9em;
  opacity: 0.5;
}
.details-text-price-factor-discount:before {
  content: '( ';
}
.details-text-price-factor-discount:after {
  content: ' aplicado )';
}
#details_texts_selects,
#details-quickview-texts-selects {
  margin-top: -1px;
  padding: 20px;
  background: rgba(221,221,221,0.25);
  border: 1px solid rgba(221,221,221,0.5);
}
#details_texts_selects .selects + .selects,
#details-quickview-texts-selects .selects + .selects {
  display: block;
  margin-top: 10px;
}
#details_texts_selects h2,
#details-quickview-texts-selects h2 {
  margin-right: 10px;
  font-size: 1em;
  font-weight: 600;
}
#details_texts_selects select,
#details-quickview-texts-selects select {
  width: 100%;
}
#inStockNotification {
  margin-top: -1px;
  padding: 15px;
  background: rgba(221,221,221,0.15);
  border: 1px solid rgba(221,221,221,0.5);
}
#inStockNotification th {
  font-size: 1.3em;
}
#inStockNotification tr:nth-of-type(2) td[colspan="2"] {
  padding: 15px 0;
  text-align: center;
}
#inStockNotification td:nth-child(1) {
  width: 60px;
  padding: 5px;
}
#inStockNotification td:nth-child(1) b {
  font-size: 0.85em;
}
#inStockNotification input {
  width: 100%;
}
#inStockNotification tr:last-child td {
  padding: 5px 0;
}
#inStockNotification tr:last-child td a {
  display: block;
  text-align: right;
}
#inStockNotification tr:last-child td a:before {
  content: 'enviar';
  display: inline-block;
  padding: 0 10px;
  background: #333;
  line-height: 2em;
  color: #fff;
}
#inStockNotification img {
  display: none;
}
@media only screen and (max-width: 480px) {
  #details_texts_prices {
    text-align: center;
  }
  #details-text-price-exception p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#buy-together,
#details_dynamic ~ div,
#details-dynamic ~ div,
.custom_list {
  margin-top: 60px;
  border-top: 1px solid #000;
}
#details_dynamic ~ #main_footer,
#details-dynamic ~ #main_footer {
  border: none;
}
#extra-details-grid,
#buy-together > a,
#crossSelling h2,
#GR h2,
#ASQ h2,
.custom_list {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 1em;
}
#custom_CST_products > .breadcrumb,
#buy-together > a .subtitle,
#extra-details-grid:before,
#details_fixed:before,
#crossSelling h2 a,
#GR h2 a,
#ASQ h2 a {
  position: relative;
  top: -0.75em;
  display: inline-block;
  margin: auto;
  padding: 0 20px;
  background: #fff;
  font-size: 1.5em;
  font-weight: 400;
  color: #000;
}
#custom_CST_products > .breadcrumb :after,
#buy-together > a .subtitle :after,
#extra-details-grid:before :after,
#details_fixed:before :after,
#crossSelling h2 a :after,
#GR h2 a :after,
#ASQ h2 a :after {
  content: '';
  position: absolute;
  top: -75em;
  right: 0;
  left: 0;
  height: 1px;
  background: #000;
}
#details_fixed {
  text-align: center;
}
#details_fixed:before {
  content: 'Caracter\EDsticas do produto';
}
#details_fixed h2 {
  display: block;
  margin-top: 20px;
  text-align: left;
  font-size: 1.2em;
  text-transform: uppercase;
}
#details_fixed h2:before {
  content: '\F324';
  display: inline-block;
  width: 20px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.85em;
  font-weight: 300;
}
#details_fixed .subtitle-content {
  margin: 0 20px;
  text-align: left;
  line-height: 2em;
}
#details_fixed .subtitle-content ul {
  padding-left: 15px;
  list-style: inside;
  list-style-type: disc;
}
#GR_invitation,
#ASQ_invitation {
  margin-bottom: 30px;
  text-align: center;
  line-height: 30px;
}
#GR_invitation a,
#ASQ_invitation a {
  display: inline-block;
  padding: 0 10px;
  background: #333;
  font-size: 0.85em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#GR_invitation a:hover,
#ASQ_invitation a:hover {
  opacity: 0.8;
}
#GR_invitation span,
#ASQ_invitation span {
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1600px) {
  .custom_list {
    margin: 1.5vw 2vw !important;
  }
}
@media only screen and (max-width: 800px) {
  #custom_CST_products > .breadcrumb,
  #buy-together > a .subtitle,
  #extra-details-grid:before,
  #details_fixed:before,
  #crossSelling h2 a,
  #GR h2 a,
  #ASQ h2 a {
    padding: 0 10px;
    font-size: 1.3em;
  }
}
#floating_cart_header a:before,
#quickview-texts-availability-field .item_btn_buy:before,
#details_texts_availability_field .item_btn_buy a:before,
#details-buy-together-buy a:before,
#extra-details-buy-top a:before,
#extra-details-buy-bottom a:before,
#details_texts_availability #btnBuy:before,
.order-reload a:before {
  content: '\F07A';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
#details_texts_availability_field .item_btn_buy a,
#details-buy-together-buy a,
#extra-details-buy-top a,
#extra-details-buy-bottom a {
  display: inline-block;
  height: 60px;
  background-color: #383;
  text-align: center;
  line-height: 60px;
  font-size: 1.7em;
  font-weight: 400;
  color: #fff;
}
#details_texts_availability_field .item_btn_buy a:before,
#details-buy-together-buy a:before,
#extra-details-buy-top a:before,
#extra-details-buy-bottom a:before {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: rgba(0,0,0,0.15);
  font-size: 1.25em;
  vertical-align: top;
}
#details_texts_availability_field .item_btn_buy a:after,
#details-buy-together-buy a:after,
#extra-details-buy-top a:after,
#extra-details-buy-bottom a:after {
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
}
#details_texts_availability_field .item_btn_buy img,
#details-buy-together-buy img,
#extra-details-buy-top img,
#extra-details-buy-bottom img {
  display: none;
}
#quickview-texts-availability-field .item_btn_buy,
#details_texts_availability #btnBuy {
  display: inline-block;
  height: 60px;
  padding: 0 15px 0 0;
  background-color: #383;
  text-align: center;
  line-height: 60px;
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
}
#quickview-texts-availability-field .item_btn_buy:before,
#details_texts_availability #btnBuy:before {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background-color: rgba(0,0,0,0.15);
  font-size: 1.25em;
  vertical-align: top;
}
#details_texts_availability_field .item_btn_buy a:after {
  content: 'Comprar';
}
#details-buy-together-buy a:after {
  content: 'Comprar junto';
}
#extra-details-buy-top a:after,
#extra-details-buy-bottom a:after {
  content: 'Comprar itens selecionados';
}
@media only screen and (max-width: 480px) {
  #details_texts_availability_field .item_btn_buy a,
  #details-buy-together-buy a {
    font-size: 1.5em;
  }
  #extra-details-buy-top a,
  #extra-details-buy-bottom a {
    font-size: 1.2em;
  }
  #extra-details-buy-top a:after,
  #extra-details-buy-bottom a:after {
    content: 'Comprar selecionados';
  }
}
.paginator {
  font-size: 0.9em;
}
.paginator li {
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  line-height: 25px;
}
.paginator li a {
  display: block;
  font-weight: 400;
}
.paginator .paginator-index {
  width: 25px;
  padding: 0;
  text-align: center;
}
.paginator .selected,
.paginator .selected:hover {
  background: #333;
  font-weight: 600;
  color: #fff;
}
.paginator .paginator-view-all {
  display: none;
}
.paginator .paginator-previous a:before {
  content: '\F100';
  margin-right: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.paginator .paginator-next a:after {
  content: '\F101';
  margin-left: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .paginator {
    font-size: 0.85em;
  }
  .paginator .paginator-previous a span,
  .paginator .paginator-next a span {
    display: none;
  }
}
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.module_fullscreen {
  position: relative;
  padding-bottom: 10px;
}
.module_fullscreen > div {
  position: relative;
}
.module_fullscreen img {
  display: block;
  width: 100%;
  max-width: none;
}
.landing_module,
.full_module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.landing_module > div,
.full_module > div {
  padding: 10px;
  overflow: hidden;
}
.landing_module a img,
.full_module a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.landing_module a:hover img,
.full_module a:hover img {
  opacity: 0.95;
}
.landing_module img,
.full_module img {
  display: block;
  margin: auto;
}
.landing_module p,
.full_module p {
  line-height: 2em;
}
.landing_module {
  max-width: 1600px;
  margin: 0 auto;
}
.subtitle-content .landing_module {
  max-width: 100%;
  padding: 0;
}
.module_content {
  display: block;
}
.module_col_1 {
  width: 100%;
}
.module_col_2 {
  width: 50%;
}
.module_col_3 {
  width: 33.333%;
}
.module_col_4 {
  width: 25%;
}
.module_col_5 {
  width: 20%;
}
.module_col_6 {
  width: 16.666%;
}
.module_col_8 {
  width: 12.5%;
}
.module_bg {
  height: 100%;
  background: rgba(221,221,221,0.15);
}
.side_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module_col_1 .side_txt .module_content_img {
  width: 66.666%;
}
.module_col_1 .side_txt .module_content_txt {
  width: 33.333%;
}
.module_col_1 .inverted_txt .module_content_img {
  width: 33.333%;
}
.module_col_1 .inverted_txt .module_content_txt {
  width: 66.666%;
}
.module_col_1 .half_txt .module_content_img,
.module_col_1 .half_txt .module_content_txt {
  width: 50%;
}
.module_col_2 .side_txt .module_content_img,
.module_col_2 .side_txt .module_content_txt {
  width: 50%;
}
.module_content_txt {
  padding: 20px 0 25px;
  text-align: center;
  overflow: hidden;
}
.module_content_txt > * {
  margin: 0 !important;
}
.module_content_txt > * + * {
  margin-top: 15px !important;
}
.module_content_txt > * + .button {
  margin-top: 20px !important;
}
.module_bg .module_content_txt {
  padding-right: 20px;
  padding-left: 20px;
}
.side_txt .module_content_txt {
  padding-right: 3vw;
  padding-left: 3vw;
}
.module_slider {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1vw;
}
.module_slider .slider > * {
  padding: 1vw;
}
.slide_txt {
  position: absolute;
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.2em;
}
.mosaic_module {
  display: -ms-grid;
  display: grid;
  margin: auto;
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mosaic_module img {
  display: block;
}
.mosaic_module_frame {
  max-width: 1600px;
}
.mosaic_6_6 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 6fr 6fr;
  grid-template-columns: 6fr 6fr;
}
.mosaic_4_8 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 4fr 8fr;
  grid-template-columns: 4fr 8fr;
}
.mosaic_8_4 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 8fr 4fr;
  grid-template-columns: 8fr 4fr;
}
.mosaic_3_9 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 3fr 9fr;
  grid-template-columns: 3fr 9fr;
}
.mosaic_9_3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 9fr 3fr;
  grid-template-columns: 9fr 3fr;
}
.mosaic_3_6_3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 3fr 6fr 3fr;
  grid-template-columns: 3fr 6fr 3fr;
}
.mosaic_4_4_4 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 4fr 4fr 4fr;
  grid-template-columns: 4fr 4fr 4fr;
}
.mosaic_content {
  display: -ms-grid;
  display: grid;
}
.mosaic_grid_2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.mosaic_item {
  padding: 5px;
}
.icon_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon_txt .module_content_img {
  -webkit-box-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  text-align: center;
}
.icon_txt .module_content_img svg {
  width: 100%;
}
.icon_txt .module_content_img i {
  font-size: 3em;
}
.icon_txt .icon_bg {
  -webkit-box-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 60px;
  background: #f0f0f0;
  padding: 10px;
}
.icon_txt .icon_bg svg {
  color: #000;
}
.icon_txt .icon_bg i {
  line-height: 40px;
  font-size: 2em;
  color: #000;
}
.icon_txt .module_content_txt {
  padding: 0 0 0 15px;
  text-align: left;
}
.icon_txt .module_content_txt p {
  margin: 0 !important;
  line-height: 1.5em;
}
.icon_txt .module_content_txt .icon_txt_title {
  font-size: 1.3em;
  font-weight: 600;
}
.icon_txt .module_content_txt .icon_txt_subtitle {
  font-size: 0.85em;
}
.module_brands {
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
}
.module_brands .prevButton,
.module_brands .nextButton {
  width: auto;
  padding: 0;
  cursor: pointer;
}
.brands_slider > div {
  display: inline-block;
}
.custom_list {
  position: relative;
  max-width: 1600px;
  margin: 1.5vw auto;
  padding: 0 2vw;
}
.mosaic_module .custom_list {
  margin: 0 auto !important;
}
.module_video {
  box-sizing: content-box;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.module_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 801px) {
  .h_center {
    text-align: center;
  }
  .h_left {
    text-align: left;
  }
  .h_right {
    text-align: right;
  }
  .v_top {
    -ms-flex-item-align: flex-start;
    -ms-grid-row-align: flex-start;
    align-self: flex-start;
  }
  .v_bottom {
    -ms-flex-item-align: flex-end;
    -ms-grid-row-align: flex-end;
    align-self: flex-end;
  }
  .v_middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media only screen and (max-width: 800px) {
  .landing_module,
  .full_module {
    font-size: 0.9em;
  }
  .side_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side_txt .module_content_img {
    width: 100% !important;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .side_txt .module_content_txt {
    width: 100% !important;
  }
  .module_col_3,
  .module_col_4 {
    width: 50%;
  }
  .module_col_5,
  .module_col_6,
  .module_col_8 {
    width: 33.333%;
  }
  .icon_txt .module_content_img {
    -webkit-box-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
  }
  .icon_txt .module_content_img i {
    font-size: 2em;
  }
  .icon_txt .icon_bg {
    -webkit-box-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    padding: 5px;
  }
  .icon_txt .icon_bg i {
    line-height: 30px;
  }
  .icon_txt .icon_bg svg {
    width: 30px;
  }
  .icon_txt .module_content_txt .icon_txt_title {
    font-size: 1.1em;
  }
  .mosaic_module {
    padding: 0 3px;
  }
  .mosaic_item {
    padding: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .landing_module,
  .full_module {
    padding: 0 5px;
  }
  .landing_module > *,
  .full_module > * {
    width: 100%;
    padding: 5px;
  }
  .landing_module .sm_col_2,
  .full_module .sm_col_2 {
    width: 50%;
  }
  .slide_txt {
    font-size: 0.8em;
  }
  .module_icon > div {
    width: 100%;
  }
  .mosaic_module {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .mosaic_module .mosaic_content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#extra_50 {
  max-width: 1600px;
  margin: auto;
  text-align: center;
}
#extra_50 #extra_body {
  padding: 0 1.5vw;
}
#brands-nav {
  padding: 1.5vw 0;
}
#brands-nav li {
  display: inline-block;
}
#brands-nav a {
  display: block;
  padding: 5px 10px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#brands-nav a:hover {
  background: #333;
  color: #fff;
}
.brands-list {
  position: relative;
  min-height: 100px;
  padding: 1.5vw 0 1.5vw 80px;
  border-top: 1px dotted #ddd;
}
.brands-list h2 {
  position: absolute;
  top: 1.5vw;
  left: 0;
  width: 50px;
  background: #333;
  line-height: 50px;
  color: #fff;
}
.brands-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brands-list-items li {
  width: 33%;
  margin: 5px 0;
  text-align: left;
  text-transform: uppercase;
}
.brands-list-items li > span {
  opacity: 0.8;
}
.brands-list-items a {
  color: #000;
}
.brands-list-items a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .brands-list-items li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .brands-list {
    padding-left: 60px;
  }
  .brands-list h2 {
    width: 3vw;
    line-height: 3vw;
    font-size: 1.2em;
  }
  .brands-list-items li {
    width: 100%;
  }
}
.tns-outer {
  position: relative;
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.tns-slider > li {
  padding: 0 15px;
}
.tns-item {
  margin-left: 0 !important;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel >.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel >.tns-item {
  float: left;
  margin-right: 0 !important;
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  display: none;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
.tns-controls button[data-controls="prev"],
.tns-controls button[data-controls="next"],
.prevButton,
.nextButton {
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.tns-controls button[data-controls="prev"],
.prevButton {
  left: 1.5vw;
}
.tns-controls button[data-controls="next"],
.nextButton {
  right: 1.5vw;
}
.module_slider .tns-controls button[data-controls="prev"],
.module_slider .prevButton {
  left: 0;
}
.module_slider .tns-controls button[data-controls="next"],
.module_slider .nextButton {
  right: 0;
}
.tns-item .slide_txt {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tns-slide-active .slide_txt {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.tns-nav {
  margin-bottom: 1.5vw;
  text-align: center;
}
.tns-nav button {
  width: 5px;
  height: 5px;
  margin: 0 10px;
  padding: 0;
  background: #ddd;
  border-radius: 50%;
}
.tns-nav button:hover,
.tns-nav .tns-nav-active {
  background: #333;
}
.custom_list .tns-slider .tns-item {
  padding: 10px !important;
}
@media only screen and (max-width: 1024px) {
  .module_icon.tns-slider {
    display: block;
    max-width: auto;
    margin: 1.5vw auto 0;
  }
  .module_icon .tns-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .module_icon.tns-slider {
    margin-top: 3vw;
  }
  .tns-nav {
    margin-bottom: 3vw;
  }
  .tns-controls button[data-controls="prev"],
  .tns-controls button[data-controls="next"],
  .prevButton,
  .nextButton {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
  }
}
.slide_txt h2,
.slide_txt p {
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 30px #000;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
