﻿html {
  box-sizing: border-box;
  font-size: 14px;
}
*,
*: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: #003;
}
a:hover {
  color: #39c;
}
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%;
}
.MagicZoomBigImageCont {
  border: none !important;
  box-shadow: none !important;
}
.MagicZoomBigImageCont div img {
  max-width: none;
}
.loadingIndicator {
  display: none;
}
.framed .hr,
.framed hr,
.full .hr,
.full 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: #f5f5f5 !important;
  border: 1px solid #ddd !important;
}
input,
textarea,
#register input.a,
#register input.n,
#register select {
  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: #fa0;
  border: none;
  outline: none;
  line-height: 2.5em;
  font-size: 1em;
  font-weight: 600;
  color: #000;
  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(255,170,0,0.85);
  color: #000;
}
.button input[type="submit"],
.button input[type="button"] {
  padding: 0;
}
.error {
  padding: 20px;
  background: #b00;
  border: 0;
  color: #fff;
}
#title,
#date {
  display: none;
}
#nav-your-account {
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 30px;
  font-size: 0.8em;
  color: #fff;
}
#nav-your-account a {
  font-weight: 400;
  color: #fff;
}
#nav-your-account span a:hover {
  text-decoration: underline;
}
.nav_usr {
  font-weight: 600;
}
.nav_logout {
  padding-left: 5px;
  font-size: 0.85em;
}
.framedMode #nav-your-account-box {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 2100;
  width: 320px;
  padding: 15px;
  background: #ccc;
  text-align: center;
  color: #000;
}
.framedMode #nav-your-account-box:before {
  content: '';
  position: absolute;
  top: -7px;
  right: 40px;
  border-bottom: 7px solid #ccc;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.framedMode #nav-your-account-box p {
  margin-top: 0;
  line-height: 20px;
  font-weight: 600;
}
.framedMode #nav-your-account-box p:before {
  content: url("/octopus/design/images/160/cross-device-icon.png");
  float: left;
  margin-right: 10px;
}
.framedMode #nav-your-account-box a {
  display: inline-block;
  margin: 0 5px;
  padding: 0 10px;
  background: #fa0;
  line-height: 30px;
  color: #000;
}
.framedMode #nav-your-account-box a:hover {
  opacity: 0.8;
}
#logo {
  height: 100px;
  background: #eee;
  border-top: 30px solid #39c;
  text-align: center;
}
#logo a {
  position: relative;
  display: inline-block;
  margin-top: -30px;
}
#logo img {
  display: block;
}
#menu0 {
  position: absolute;
  top: 0;
  left: 20px;
}
#menu0 li {
  display: inline-block;
  margin-right: 20px;
}
#menu0 li:nth-child(1) {
  display: none;
}
#menu0 a {
  line-height: 30px;
  font-size: 0.8em;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
#menu0 a:hover {
  text-decoration: underline;
}
label[for="menuU-toggler"]:before,
label[for="quicksearch-toggle"]:before,
label[for="menuDD-toggle"]:before,
#floating_cart_header a:before {
  line-height: 40px;
  font-size: 1.7em;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #000;
}
#menuU {
  position: absolute;
  top: 45px;
  right: 80px;
  z-index: 100;
}
#menuU label[for="menuU-toggler"] {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
#menuU label[for="menuU-toggler"]:before {
  content: '\F007';
}
#menuU #menuU-toggler:checked ~ label[for="menuU-toggler"]:before {
  content: '\F00D';
}
#menuU ul {
  position: absolute;
  top: 40px;
  left: -45px;
  display: none;
  width: 120px;
  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 -10px 0 0;
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
#menuU:hover label[for="menuU-toggler"] ~ ul,
#menuU #menuU-toggler:checked ~ ul {
  display: block;
}
#menuU li {
  border-top: 1px solid rgba(0,0,0,0.1);
  line-height: 40px;
  font-size: 0.9em;
  text-align: center;
}
#menuU #mnU_0_parent {
  border: none;
}
#menuU #mnU_2_parent {
  display: none;
}
#menuU a {
  font-weight: 400;
  text-transform: capitalize;
}
.fullMode #menuU label {
  position: relative;
  margin-right: -40px;
}
#floating_cart {
  position: absolute;
  top: 45px;
  right: 20px;
  padding-top: 40px;
  z-index: 90;
}
#floating_cart_header {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
}
#floating_cart_header a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
#floating_cart_header a:hover:before {
  color: #383;
}
#floating_cart h5,
#floating_cart ul,
#floating_cart_body_total_price,
#floating_cart_footer {
  display: none;
}
#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;
}
label[for="quicksearch-toggle"] {
  position: absolute;
  top: 45px;
  left: 75px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
label[for="quicksearch-toggle"]:before {
  content: '\F002';
}
label[for="quicksearch-toggle"]:hover {
  color: #39c;
}
#quickSearch,
#quicksearch-container {
  position: relative;
  height: 0;
  padding: 0 15px;
  background: #eee;
  overflow: hidden;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#quicksearch-toggle:checked ~ #quickSearch,
#quicksearch-toggle:checked ~ #quicksearch-container {
  height: 60px;
  padding: 0 15px 10px;
  overflow: visible;
}
#quicksearch-toggle:checked ~ label[for="quicksearch-toggle"]:before {
  content: '\F00D';
}
#quicksearch-search {
  position: relative;
}
#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: 22px;
}
#quicksearch-button {
  position: absolute;
  top: 7px;
  right: 22px;
}
#quicksearch-button input {
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  font-size: 0.8em;
}
.tt-dropdown-menu {
  z-index: 2000;
  margin: 10px -15px;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.tt-dropdown-menu h3 {
  margin-left: 15px;
}
.tt-dataset-quicksearch-products p {
  display: inline-block;
  width: 20%;
  min-width: 240px;
  margin: 0 -2px;
  padding: 15px;
  vertical-align: top;
  overflow: hidden;
}
.tt-dataset-quicksearch-products img {
  float: left;
  width: 70px;
}
.tt-dataset-quicksearch-products label {
  display: block;
  margin-left: 80px;
  font-size: 0.85em;
  cursor: pointer;
}
.quickSearch_product_price {
  color: #000;
}
.tt-dataset-quicksearch-suggestions {
  margin-top: 10px;
}
.tt-dataset-quicksearch-suggestions a {
  display: block;
  margin: 0 15px;
  line-height: 2em;
  font-size: 0.85em;
  cursor: pointer;
}
label[for="menuDD-toggle"] {
  position: absolute;
  top: 45px;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
label[for="menuDD-toggle"]:before {
  content: '\F0C9';
}
#ddm {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 3000;
  width: 80%;
  max-width: 400px;
  height: 100vh;
  padding: 5px 20px;
  background: #fff;
  overflow: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#ddm .ddm_lvl0:nth-last-child(1) {
  margin-bottom: 30px;
}
#ddm .ddm_lvl0:nth-child(1) h2 a {
  border: none;
  margin: 0;
}
#ddm .ddm_lvl0:hover h2 a {
  background: none;
}
#ddm a {
  display: block;
}
#ddm h2 {
  margin: 0 !important;
}
#ddm h2 a {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #ddd;
}
#ddm h3 {
  margin: 0 !important;
  font-size: 1.1em;
}
#ddm h3 a {
  margin-top: 10px;
  line-height: 2em;
}
#ddm h3 ~ ul a {
  font-size: 0.9em;
  padding: 2px 0;
  font-weight: 400;
  color: #000;
}
#ddm h3 ~ ul a:hover {
  text-decoration: underline;
}
#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: 800px) {
  #logo a {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@media only screen and (max-width: 640px) {
  #nav-your-account {
    right: auto;
    left: 15px;
  }
  #nav-your-account-box {
    position: fixed;
    top: 100px;
    left: 0;
    width: auto;
  }
  #nav-your-account-box:before {
    display: none;
  }
  #logo a {
    margin-left: 20px;
  }
  #menu0 {
    display: none;
  }
  #menuU {
    top: 0;
    right: 0;
  }
  #menuU label[for="menuU-toggler"] {
    display: none;
  }
  #menuU ul {
    position: relative;
    top: 0;
    display: block;
    width: auto;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: auto;
    right: 0;
  }
  #menuU ul:before {
    display: none;
  }
  #menuU li {
    display: inline-block;
    margin-right: 15px;
    border: none;
    line-height: 30px;
  }
  #menuU a {
    font-size: 0.85em;
    color: #fff;
  }
  label[for="menuDD-toggle"] {
    left: 5px;
  }
  label[for="quicksearch-toggle"] {
    left: 50px;
  }
  label[for="quicksearch-toggle"]:before,
  label[for="menuDD-toggle"]:before {
    font-size: 1.5em;
  }
  .tt-dropdown-menu h3,
  .tt-dataset-quicksearch-suggestions a {
    margin-left: 0;
  }
  .tt-dataset-quicksearch-products p {
    width: 100%;
    padding: 10px 0;
  }
}
#container_footer {
  position: relative;
  z-index: 100;
  margin-top: 45px;
  background: #eee;
  overflow: hidden;
  text-align: center;
  font-size: 0.9em;
  color: #000;
}
#frmNewsletter {
  display: none;
  padding: 10px;
  background: #39c;
  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 {
  position: absolute;
  left: 10px;
  line-height: 50px;
  color: rgba(0,0,0,0.5);
  text-transform: capitalize;
}
#newsletter_interactive input {
  width: 300px;
  height: 40px;
  margin: 5px 0;
  padding-left: 50px;
  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 #ddd;
  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-sec {
  padding: 20px 10px;
  background: #fff;
  text-align: center;
  color: #000;
}
#f-sec p {
  max-width: 1400px;
  margin: 0 auto 20px;
  font-size: 0.95em;
  opacity: 0.5;
}
#f-sec img {
  display: inline-block;
  margin: 0 15px;
}
.fullMode #f-foot {
  display: none;
}
@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;
  }
}
#products-search-didyoumean {
  text-align: center;
}
.breadcrumb a {
  font-weight: 400;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.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,
.extra .breadcrumb {
  padding: 15px 2% 0;
  font-size: 0.8em;
  text-align: center;
}
#products #creative,
.extra #creative {
  padding: 15px 2% 0;
  text-align: center;
}
#products #creative h1,
.extra #creative h1 {
  margin-top: 0;
}
#products #creative small,
.extra #creative small {
  display: none;
}
#products #creative img,
.extra #creative img {
  display: block;
  width: 100%;
}
#products #creative p,
.extra #creative p {
  margin-bottom: 0;
  line-height: 2em;
  opacity: 0.75;
}
@media only screen and (max-width: 800px) {
  #products .breadcrumb,
  #products #creative {
    padding-right: 3%;
    padding-left: 3%;
  }
}
#products-filters {
  float: left;
  width: 250px;
  padding: 15px 0 15px 2%;
}
#products-filters ~ #main_form,
#products-filters ~ #products_img {
  margin-left: 250px;
}
#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;
}
.items_container .tns-item {
  padding-top: 0;
  padding-bottom: 0;
}
#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: 7px;
}
#products_header_dok a {
  font-weight: 400;
  text-transform: capitalize;
}
#products_header_dok a:hover {
  text-decoration: underline;
}
#products_footer_index {
  clear: both;
  position: relative;
  padding: 15px 0;
  width: 100%;
  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) {
  #products_img li,
  #custom_CST_products_img li {
    width: 20%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  #products-filters ~ #main_form #products_img li,
  #products-filters ~ #products_img li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1024px) {
  #products-filters {
    float: none;
    width: 100%;
    padding: 15px 2% 0;
  }
  #products-filters ~ #main_form,
  #products-filters ~ #products_img {
    margin-left: 0;
  }
  label[for="products-filters-mobile-toogle"] {
    position: relative;
    display: block;
    padding: 0 20px;
    background: #fa0;
    text-align: center;
    line-height: 30px;
    font-size: 0.85em;
    color: #000;
    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;
  }
  #products_header_dok {
    text-align: center;
  }
  #products_img li,
  #crossSelling 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,
  #crossSelling,
  #custom_CST_products_img {
    padding: 0 2%;
  }
  #products_img li,
  #crossSelling li,
  #custom_CST_products_img li {
    width: 50%;
    padding: 2%;
  }
}
#product-details-quickview {
  position: relative;
  width: 780px;
  height: 580px;
}
#details-quickview h1 {
  margin: 0 auto 20px;
  text-align: center;
}
#details-quickview-images {
  float: left;
  width: 58%;
}
#details-quickview-images img {
  display: block;
  width: 100%;
}
#details-quickview-texts,
#details-quickview-more {
  position: relative;
  margin-left: 61%;
  text-align: left;
}
#details-quickview-texts #details_texts_aggregateRating a,
#details-quickview-texts #details_texts_aggregateRating span {
  display: none;
}
#details-quickview-texts-status,
#details-quickview-texts-description,
#details-quickview-texts-additional {
  display: none;
}
#details-quickview-more {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 0.8em;
}
.btn_full_details {
  padding: 0;
  background: none;
  font-weight: normal;
  color: #003;
}
.btn_full_details:hover {
  background: none;
  color: #39c;
}
#details-quickview-msg {
  text-align: center;
}
#details-quickview-msg span {
  display: block;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
}
#details-quickview-msg span:before {
  content: '\F00C';
  display: block;
  width: 60px;
  margin: 20px auto;
  border: 2px solid #000;
  border-radius: 100%;
  text-align: center;
  line-height: 58px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 40px;
  font-weight: 300;
}
#details,
#extra-details {
  max-width: 1600px;
  margin: auto;
}
#details .hr,
#extra-details .hr,
#details hr,
#extra-details hr {
  clear: both;
  display: block;
  visibility: hidden;
}
#details_dynamic,
#details-dynamic {
  margin: 15px 2%;
  overflow: hidden;
}
#details_dynamic .breadcrumb,
#details-dynamic .breadcrumb {
  float: left;
  line-height: 30px;
  font-size: 0.8em;
}
#details_dynamic .breadcrumb ~ h1,
#details-dynamic .breadcrumb ~ h1 {
  clear: both;
}
#details_dynamic h1,
#details-dynamic h1 {
  font-size: 1.5em;
}
#details_share {
  float: right;
}
#details_share a {
  display: inline-block;
  margin: 0 5px;
  line-height: 30px;
  font-size: 1.2em;
}
#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%;
  text-align: center;
}
#details_images_big,
.details_images_big {
  position: relative;
  display: inline-block;
  margin: 0 2.5px 5px;
  background-position: center center !important;
  vertical-align: top;
}
#details_images_big img,
.details_images_big img {
  display: block;
}
#details_images_thumbs {
  display: inline-block;
}
#details_images_thumbs img {
  display: block;
  max-width: 109px;
  padding: 2.5px;
}
#details_images_thumbs li:first-of-type img {
  padding-top: 0;
}
#details_images_zoom {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#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: 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;
}
.details_texts_shipping_cost {
  display: inline-block;
  padding-top: 20px;
  margin-right: 20px;
}
.details_texts_shipping_cost h2 {
  margin-bottom: 0 !important;
  font-size: 1em;
}
.details_texts_shipping_cost a {
  line-height: 30px;
  font-size: 0.9em;
  font-weight: 400;
}
.details_texts_shipping_cost a:before {
  content: '\F0D1';
  display: inline-block;
  margin-right: 5px;
  font-size: 1.2em;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  vertical-align: middle;
}
#details_texts_others {
  display: inline-block;
}
#details_texts_others > span {
  display: inline-block;
  margin: 10px 20px 10px 0;
}
#details_texts_others > span:first-child {
  border: none;
}
#details_texts_others a {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 0.9em;
  font-weight: 400;
}
#details_texts_others a:before {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.2em;
  font-weight: 300;
  vertical-align: middle;
}
#details_texts_others a:after {
  display: inline-block;
  vertical-align: middle;
}
#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;
}
.custom_list {
  position: relative;
  max-width: 1600px;
  margin: 45px auto 0;
  border-top: 1px solid #000;
  text-align: center;
}
#buy-together {
  clear: both;
  position: relative;
  top: 45px;
  margin-bottom: 45px;
  border-top: 1px solid #000;
}
#buy-together > a {
  display: block;
  text-align: center;
}
#details_dynamic ~ br,
#details-dynamic ~ br {
  display: none;
}
#details_dynamic ~ div,
#details-dynamic ~ div {
  margin: 45px 2% 0;
  border-top: 1px solid #000;
}
#details_dynamic ~ #main_footer,
#details-dynamic ~ #main_footer {
  margin-top: 0;
  border: none;
}
#crossSelling h2,
#GR h2,
#ASQ h2 {
  display: block;
  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;
}
#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;
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  #details_images {
    display: block;
  }
  #details_images_thumbs {
    display: block;
  }
  #details_images_thumbs li {
    display: inline-block;
    width: 16.666%;
  }
  #details_images_thumbs a {
    margin: 0 2.5px 5px;
  }
}
@media only screen and (max-width: 800px) {
  #details_images,
  #details_dynamic h1,
  #details-dynamic h1,
  #details_texts {
    clear: both;
    width: 100%;
    margin: 10px 0;
  }
  #buy-together > a .subtitle,
  #extra-details-grid:before,
  #details_fixed:before,
  #crossSelling h2 a,
  #GR h2 a,
  #ASQ h2 a {
    top: 0;
    padding: 20px 0 0;
    background: none;
  }
}
@media only screen and (max-width: 640px) {
  #details_dynamic,
  #details-dynamic {
    margin: 15px 3%;
  }
  #details_share {
    clear: both;
    width: 100%;
    text-align: left;
  }
  #details_images {
    display: block;
  }
  #details_images_thumbs {
    display: block;
    width: 100%;
  }
  #details_images_thumbs li {
    display: inline-block;
    max-width: 16.666%;
  }
  #details_images_thumbs a {
    margin: 0 2.5px 5px;
  }
  #details_dynamic ~ div,
  #details-dynamic ~ div {
    margin: 30px 3% 0;
  }
}
#details_images_big,
.details_images_big {
  border: 1px solid rgba(221,221,221,0.5);
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  box-shadow: inset 0 0 0 5px #fff;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
#details_images_big img,
.details_images_big img {
  padding: 5px;
}
#details_images_thumbs {
  width: 101px;
}
#details_images_thumbs a {
  display: block;
  margin: 0 2.5px 5px;
}
#details_images_thumbs img {
  max-width: 100%;
  margin: auto;
  padding: 5px !important;
  border: 1px solid rgba(221,221,221,0.5);
}
#details_images_zoom a {
  border: none;
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  #details_images_thumbs {
    width: auto;
  }
}
@media only screen and (max-width: 800px) {
  #details_images_thumbs {
    width: 101px;
  }
}
@media only screen and (max-width: 640px) {
  #details_images_thumbs {
    width: auto;
  }
}
.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-bottom: 15px;
  font-size: 0.85em;
  text-transform: uppercase;
}
.details_promotion img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  max-height: 40px;
}
.details_promotion .details_promotion_name {
  margin-left: 10px;
  font-weight: bold;
}
.details_promotion .details_promotion_name:after {
  content: '-';
  margin: 0 5px;
}
#details-quickview-texts-prices,
#details_texts_prices {
  position: relative;
  padding: 15px;
  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-our .label {
  display: none;
}
#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-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-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: 15px;
  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: #fa0;
  line-height: 2em;
  color: #000;
}
#inStockNotification img {
  display: none;
}
#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 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;
  }
}
.rating svg {
  width: 1em;
  margin-right: 3px;
}
.rating svg path {
  fill: #fa0;
}
.rating .empty-star path,
.rating .half-star path:nth-of-type(1) {
  fill: rgba(0,0,0,0.3);
}
#details_texts .rating svg {
  width: 1.2em;
}
#GR_invitation {
  text-align: center;
  line-height: 30px;
}
#GR_invitation a {
  display: inline-block;
  padding: 0 10px;
  background: #fa0;
  font-size: 0.85em;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#GR_invitation a:hover {
  opacity: 0.8;
}
#GR_invitation span {
  display: block;
  margin-top: 5px;
}
#GR_dynamic_index_top {
  display: none;
}
#GR_dynamic_index_bottom {
  padding: 30px 0;
  text-align: right;
}
.GR_dynamic_node {
  position: relative;
  padding: 15px 0;
}
.GR_dynamic_node_header {
  padding-left: 150px;
}
.GR_dynamic_node_header > * {
  display: inline;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.GR_dynamic_node_header p {
  font-size: 0.85em;
  color: rgba(0,0,0,0.7);
  vertical-align: middle;
}
.GR_dynamic_node_header b {
  font-size: 1.1em;
  color: #000;
  text-transform: capitalize;
}
.GR_dynamic_node_header_author {
  position: absolute;
  top: 50px;
  left: 0;
  width: 140px;
  text-align: center;
}
.GR_dynamic_node_header_author span {
  display: inline-block;
  line-height: 20px;
}
.GR_dynamic_node_header_author > span:first-child {
  display: none;
}
.GR_dynamic_node_header_author b {
  display: block;
}
.GR_dynamic_node_header_author b:before {
  content: '\F2BD';
  margin-right: 10px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.7em;
  font-weight: 300;
  vertical-align: top;
}
.GR_dynamic_node_header_status {
  position: absolute;
  right: 300px;
  bottom: 15px;
  margin: 0;
}
.GR_dynamic_node_body {
  position: relative;
  margin: 5px 0 5px 150px;
  padding: 20px;
  background: rgba(221,221,221,0.15);
  border: 1px solid rgba(221,221,221,0.5);
  line-height: 1.75em;
}
.GR_dynamic_node_footer {
  text-align: right;
}
.GR_dynamic_node_footer span {
  display: inline-block;
  line-height: 30px;
  font-size: 0.85em;
  color: rgba(0,0,0,0.7);
  vertical-align: middle;
}
.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 {
  display: none;
}
@media only screen and (max-width: 800px) {
  .GR_dynamic_node_header_status {
    right: 0;
  }
  .GR_dynamic_node_footer {
    height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .GR_dynamic_node_header {
    padding-left: 0;
  }
  .GR_dynamic_node_header .GR_dynamic_node_header_author {
    position: relative;
    top: 0;
    display: block;
    width: auto;
    text-align: left;
  }
  .GR_dynamic_node_header .GR_dynamic_node_header_author b {
    display: inline;
    margin: 0 5px 0 0;
  }
  .GR_dynamic_node_body {
    margin-left: 0;
  }
}
#ASQ_invitation {
  margin-bottom: 30px;
  text-align: center;
  line-height: 30px;
}
#ASQ_invitation a {
  display: inline-block;
  padding: 0 10px;
  background: #fa0;
  font-size: 0.85em;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#ASQ_invitation a:hover {
  opacity: 0.8;
}
#ASQ_invitation span {
  display: block;
  margin-bottom: 5px;
}
#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;
}
#contact_body_form #cntRecaptcha,
#contact_body_form .button {
  display: inline-block;
  vertical-align: middle;
}
#contact_body_form .button {
  margin-left: 20px;
}
#contact_body_form .button input[type="submit"] {
  line-height: 3.5em;
}
#GR_frmReview,
#ASQ_frmQuestion {
  max-width: 1400px;
  margin: auto;
  padding: 20px;
  overflow: hidden;
}
#GR_frmReview h1,
#ASQ_frmQuestion h1,
#GR_frmReview hr,
#ASQ_frmQuestion hr {
  display: none;
}
#GR_frmReview_product_img,
#ASQ_frmQuestion_product_img {
  float: left;
  width: 40%;
  margin-bottom: 20px;
  padding-right: 20px;
}
#GR_frmReview_product_txt,
#ASQ_frmQuestion_product_txt {
  margin-left: 40%;
  margin-bottom: 20px;
}
#GR_frmReview_product_txt p,
#ASQ_frmQuestion_product_txt p {
  margin: 10px 0 0 0;
}
#GR_frmReview_product_txt a,
#ASQ_frmQuestion_product_txt a {
  font-weight: 400;
  text-decoration: underline;
}
#GR_frmReview_product_txt_name,
#ASQ_frmQuestion_product_txt_name {
  font-size: 1.5em;
}
#GR_frmReview_product_txt_details,
#ASQ_frmQuestion_product_txt_details {
  display: none;
}
#GR_frmReview_form,
#ASQ_frmQuestion_form {
  margin-left: 40%;
  padding: 20px;
  background: rgba(221,221,221,0.15);
  border: 1px solid rgba(221,221,221,0.5);
  border-bottom: none;
  text-align: left;
}
#GR_frmReview_form h2,
#ASQ_frmQuestion_form h2 {
  font-size: 1.2em;
}
#GR_frmReview_form .required,
#ASQ_frmQuestion_form .required {
  background: #fff !important;
}
#GR_frmReview_form textarea,
#ASQ_frmQuestion_form textarea {
  width: 100%;
  min-height: 160px;
}
#GR_frmReview_form ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#GR_frmReview_form li {
  margin: 10px 0;
}
#GR_frmReview_form input {
  width: 70%;
}
#GR_frmReview_form input + span {
  font-size: 0.85em;
  opacity: 0.75;
}
#ASQ_frmQuestion_form tr:nth-last-of-type(1) {
  font-size: 0.85em;
}
#GR_frmReview_submit,
#ASQ_frmQuestion_submit {
  margin-left: 40%;
  padding: 0 20px 20px;
  background: rgba(221,221,221,0.15);
  border: 1px solid rgba(221,221,221,0.5);
  border-top: none;
  text-align: right;
}
#GR_frmReview_submit a,
#ASQ_frmQuestion_submit a {
  display: inline-block;
}
#GR_frmReview_submit a:before,
#ASQ_frmQuestion_submit a:before {
  content: 'Prosseguir';
}
#GR_frmReview_submit img,
#ASQ_frmQuestion_submit img {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #GR_frmReview_form,
  #ASQ_frmQuestion_form {
    clear: both;
    margin-left: 0;
  }
  #GR_frmReview_submit,
  #ASQ_frmQuestion_submit {
    margin-left: 0;
  }
}
@media only screen and (max-width: 800px) {
  #GR_frmReview_product_img,
  #ASQ_frmQuestion_product_img {
    float: none;
    width: 100%;
    text-align: center;
  }
  #GR_frmReview_product_img img,
  #ASQ_frmQuestion_product_img img {
    width: 100%;
    max-width: 400px;
  }
  #GR_frmReview_product_txt,
  #ASQ_frmQuestion_product_txt {
    margin-left: 0;
  }
}
#cart {
  max-width: 1600px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}
#cart_notes {
  display: none;
}
.cart_empty {
  padding: 30px 10px;
  text-align: center;
}
.cart_empty a {
  display: inline-block;
  padding: 0 20px;
  background: #fa0;
  line-height: 45px;
  color: #000;
  text-transform: uppercase;
}
.cart_empty ~ div {
  display: none;
}
#cart_body {
  padding: 20px;
  border: 1px solid rgba(221,221,221,0.5);
}
#cart_body th {
  padding: 0 10px 10px;
}
#cart_body td {
  padding: 10px;
  border-top: 1px solid rgba(221,221,221,0.5);
  font-size: 0.95em;
}
.cart_body_col_img {
  width: 90px;
}
.cart_body_col_img img {
  display: block;
}
.cart_body_col_ref,
.cart_body_col_desc {
  text-align: left;
  line-height: 2em;
}
.cart_body_col_qty {
  text-align: center;
}
.cart_body_col_qty input {
  width: 60px;
  text-align: center;
}
td.cart_body_col_qty {
  width: 80px;
}
.cart_body_col_remove {
  width: 100px;
  text-align: left;
}
.cart_body_col_remove br,
.cart_body_col_remove img {
  display: none;
}
.cart_body_col_remove a {
  display: block;
  margin: 5px 0;
  font-weight: 400;
}
.cart_body_col_remove a:before {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.cart_body_col_remove a:nth-of-type(1):before {
  content: '\F021';
}
.cart_body_col_remove a:nth-of-type(2):before {
  content: '\F1F8';
}
.cart_body_col_remove font {
  font-size: 0.8em;
}
.cart_body_col_remove font:hover {
  text-decoration: underline;
}
.cart_body_col_unitPrc,
.cart_body_col_rowTot {
  width: 120px;
  text-align: right;
}
#cart_dc,
#cart_buy_together,
#cart_charge_n_total {
  padding: 20px 30px;
  background: rgba(221,221,221,0.25);
  border: 1px solid rgba(221,221,221,0.5);
  border-top: none;
}
#cart_dc {
  text-align: right;
}
#cart_dc table,
#cart_dc tbody,
#cart_dc tr,
#cart_dc td {
  display: inline-block;
}
#cart_dc td {
  width: auto;
}
#cart_dc .rgt_half th {
  display: none;
}
#cart_dc .rgt_half td {
  padding-left: 20px;
}
#cart_dc li {
  display: inline-block;
  vertical-align: middle;
}
#cart_dc .label {
  margin-right: 5px;
}
#cart_dc .submit a {
  display: inline-block;
  padding: 0 10px;
  background: #fa0;
  line-height: 37px;
  color: #000;
}
#cart_dc .submit a:before {
  content: 'OK';
}
#cart_dc .submit img {
  display: none;
}
#coupon_value_parent:before,
#cart_buy_together .rgt_half td:before {
  content: '- ';
}
#cart_charge_n_total .lft_half {
  width: auto;
  padding-right: 30px;
  border-right: 1px solid rgba(221,221,221,0.5);
  text-align: right;
}
#cart_charge_n_total .rgt_half {
  width: 230px;
}
#cart_charge_n_total .rgt_half th {
  width: 40%;
}
#cart_charge_n_total .rgt_half td {
  width: 60%;
}
#cart_charge {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#cart_charge #cart_charge_caption_correio {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: block;
  font-size: 0.85em;
  font-weight: 400;
  opacity: 0.7;
}
#cart_charge #cart_charge_caption_correio:hover {
  text-decoration: underline;
}
#cart_charge ul {
  padding: 10px 0 40px;
}
#cart_charge li {
  display: inline-block;
  vertical-align: middle;
}
#cart_charge #code {
  width: 100px;
  margin-left: 5px;
}
#cart_charge button {
  padding: 0 10px;
  background: #fa0;
  line-height: 37px;
  color: #000;
}
#transporters {
  display: inline-block;
  max-width: 350px;
  vertical-align: middle;
}
#transporters h1 {
  margin: 0 0 0 30px !important;
  padding: 5px;
  background: #000;
  font-size: 1em;
  color: #fff;
  text-align: center;
}
#transporters ul {
  margin-left: 30px;
  padding: 15px;
  background: #fff;
}
#transporters li {
  position: relative;
  margin: 10px 0;
  padding-left: 25px;
  font-size: 0.9em;
  text-align: left;
}
#transporters input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
}
#transporters .transp_name {
  font-weight: 600;
}
#transporters .transp_cost {
  margin: 0 10px;
}
#transporters .transp_period {
  opacity: 0.7;
}
#cart_navigator {
  position: relative;
}
#cart_navigator td {
  padding: 0;
}
#cart_del,
#cart_upd {
  display: none;
}
#cart_kpb {
  position: absolute;
  left: 0;
  margin-top: -50px;
}
#cart_kpb a {
  display: inline-block;
  line-height: 45px;
}
#cart_kpb a:before {
  content: '\F177';
  margin-right: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
#cart_prc {
  display: block;
  text-align: right;
}
#cart_prc a {
  display: inline-block;
  padding: 0 25px;
  background: #383;
  line-height: 45px;
  color: #fff;
}
#closePointer {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #cart_body {
    padding: 0;
    border-top: none;
  }
  #cart_body tr {
    position: relative;
    display: block;
    padding: 10px 30px 10px 10px;
    border-top: 1px solid rgba(221,221,221,0.5);
    text-align: left;
    overflow: hidden;
  }
  #cart_body tr:nth-of-type(1) {
    display: none;
  }
  #cart_body td {
    padding: 0;
    border: none;
  }
  #cart_body .cart_body_col_unitPrc {
    padding: 0 20px;
  }
  .cart_body_col_img {
    float: left;
  }
  .cart_body_col_img ~ .cart_body_col_ref,
  .cart_body_col_img ~ .cart_body_col_desc {
    margin-left: 100px;
  }
  .cart_body_col_ref,
  .cart_body_col_desc {
    display: block;
    line-height: 1.7em;
  }
  .cart_body_col_desc {
    margin-bottom: 10px;
  }
  .cart_body_col_remove {
    width: auto;
    opacity: 0.7;
  }
  .cart_body_col_remove font {
    display: none;
  }
  .cart_body_col_remove a:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
  }
  .cart_body_col_unitPrc,
  .cart_body_col_rowTot {
    width: auto;
  }
  .cart_body_col_unitPrc:before {
    content: 'x';
    margin-right: 10px;
  }
  .cart_body_col_unitPrc:after {
    content: '=';
    margin-left: 10px;
  }
  #cart #cart_charge_n_total td {
    display: block;
    width: 100% !important;
  }
  #cart #cart_charge_n_total .lft_half {
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid rgba(221,221,221,0.5);
  }
  #transporters {
    max-width: 100%;
  }
  #cart_navigator table,
  #cart_navigator tbody,
  #cart_navigator tr,
  #cart_navigator td {
    display: block;
    width: 100%;
    padding: 0;
  }
  #cart_kpb {
    position: relative;
    display: block;
    margin-top: 10px;
  }
  #cart_kpb a,
  #cart_prc a {
    display: block;
    padding: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #cart {
    padding: 0;
  }
  #cart_body td {
    font-size: 0.9em;
  }
  #cart_body .cart_body_col_unitPrc {
    font-size: 0;
  }
  .cart_body_col_desc:after {
    content: '';
    display: block;
    clear: left;
  }
}
#signin,
#signin-forgot {
  padding: 0 20px;
}
#signin h1,
#signin-forgot h1 {
  text-align: center;
}
.signin h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(221,221,221,0.5);
}
.signin a {
  padding-left: 5px;
  font-size: 0.85em;
  font-weight: 400;
}
.signin a:hover {
  text-decoration: underline;
}
.signin input[type="text"],
.signin input[type="password"] {
  background: #fff !important;
}
.signin .submit {
  margin-top: 15px;
  text-align: right;
}
#signin-identification {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#signin-identification-already-user,
#signin-identification-new-user {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 450px;
  margin: 20px;
  padding: 20px 30px;
  background: rgba(221,221,221,0.25);
  border: 1px solid rgba(221,221,221,0.5);
}
#signin-identification-already-user label,
#signin-identification-new-user label {
  display: block;
  margin: 10px 0 5px;
}
#signin-identification-already-user input,
#signin-identification-new-user input {
  max-width: 250px;
}
#already-user-id-label,
#new-user-id-label {
  margin-top: 20px;
}
#signin-help {
  display: none;
}
#signin-forgot-body {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px 30px;
  background: rgba(221,221,221,0.25);
  border: 1px solid rgba(221,221,221,0.5);
}
#signin-forgot-body td span {
  font-size: 0.85em;
}
#signin-forgot-body input[type="text"],
#signin-forgot-body input[type="email"] {
  width: 100%;
}
#signin-forgot-body .signin_submit {
  text-align: right;
}
@media only screen and (max-width: 480px) {
  #signin-identification-already-user,
  #signin-identification-new-user {
    max-width: 100%;
    margin: 20px 0;
    padding: 20px;
  }
  #signin-identification-already-user input,
  #signin-identification-new-user input {
    max-width: 100%;
  }
  #signin-forgot-body td {
    display: block;
  }
}
#register.full {
  max-width: 900px;
  margin: 20px auto;
}
#register.full h1 {
  text-align: center;
}
#register-body {
  padding: 30px;
  border: 1px solid #ddd;
  text-align: left;
}
#register_notes {
  opacity: 0.7;
}
.utp_tabs {
  padding: 10px 0;
}
.utp_tabs li {
  display: inline-block;
  margin-bottom: 10px;
}
.utp_tabs li:nth-of-type(1) {
  margin-right: 20px;
}
.utp_tabs li a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 2px solid #ddd;
  border-radius: 3px;
  vertical-align: top;
}
.utp_tabs li:hover a:before,
.utp_tabs .utp_tab_activated a:before {
  background: #39c;
  border-color: #39c;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
}
#register_utp_form h2 {
  display: block;
  padding: 20px 0 10px;
  border-top: 1px solid rgba(221,221,221,0.5);
}
#register_utp_form h2:nth-last-of-type(1) {
  padding: 15px 0 0;
  font-size: 1.2em;
}
#register_utp_form th.label_full,
#register_utp_form th.label_half {
  width: 15%;
}
#register_utp_form td > span {
  padding-left: 5px;
  font-size: 0.85em;
  opacity: 0.7;
}
#register_utp_form td #register-btMonth,
#register_utp_form td input + input {
  margin: 0 5px;
}
#register-btYear {
  width: 70px;
}
#register-fPhone1-ddd,
#register-fPhone2-ddd,
#register-jPhone1-ddd,
#register-jPhone2-ddd {
  width: 50px;
}
#register-fPhone1,
#register-fPhone2,
#register-jPhone1,
#register-jPhone2 {
  width: 200px;
}
#customer-salesman,
#customer-transp {
  display: none;
}
#customer-salesman td,
#customer-transp td {
  display: none;
}
#register_prc {
  margin-top: 20px;
  text-align: right;
}
@media only screen and (max-width: 800px) {
  #register-body {
    padding: 20px;
    margin: 0 20px;
  }
  #register_utp_form table,
  #register_utp_form tbody,
  #register_utp_form tr,
  #register_utp_form th,
  #register_utp_form td {
    display: block;
  }
  #register_utp_form input {
    max-width: 100%;
  }
  #register_utp_form th[align="right"] {
    text-align: left;
  }
  #register-fCpf,
  #register-jCnpj,
  #register-occ,
  #register-dep {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #register h1 {
    padding: 0 20px;
  }
  #register-body {
    padding: 0 20px 20px;
    margin: 0;
    border: none;
  }
}
#billing {
  max-width: 1600px;
  padding: 20px;
  margin: auto;
  text-align: center;
}
#billing h2 {
  padding: 20px 0 10px;
  text-align: left;
  font-size: 1em;
  font-weight: 600;
}
#billing-address-message a {
  text-decoration: underline;
}
#billing-confirmation {
  max-width: 600px;
  margin: auto;
  text-align: left;
}
#billing_submit {
  margin-top: 10px;
  text-align: right;
}
#customer_transp_register display,
#billing-resume {
  float: right;
  width: 60%;
}
#customer_transp_register display .cart_body_col_unitPrc,
#billing-resume .cart_body_col_unitPrc {
  width: auto;
  font-size: 0;
}
#customer_transp_register display ~ br,
#billing-resume ~ br {
  display: none;
}
#customer_transp_register display #cart_charge_n_total .lft_half,
#billing-resume #cart_charge_n_total .lft_half {
  border-right: none;
}
#billing_payments_options_shortcuts {
  float: left;
  width: 38%;
  background: rgba(221,221,221,0.25);
  border: 1px solid rgba(221,221,221,0.5);
  text-align: left;
}
#billing_payments_options_shortcuts li {
  border-bottom: 1px solid rgba(221,221,221,0.5);
}
#billing_payments_options_shortcuts li:last-of-type {
  border: none;
}
#billing_payments_options_shortcuts a {
  display: block;
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#billing_payments_options_shortcuts a:hover {
  background: #383;
  color: #fff;
}
#billing_payments_options {
  margin-top: 800px;
}
#billing_payments_options > div {
  position: relative;
  padding: 20px 20px 0;
  margin-bottom: 700px;
  background: rgba(221,221,221,0.15);
  border: 1px solid rgba(221,221,221,0.5);
  text-align: left;
}
#billing_payments_options > div > form {
  padding: 20px 0;
}
#billing_payments_options > div > form th,
#billing_payments_options > div > form td {
  padding: 5px;
}
#billing_payments_options a:nth-of-type(1) {
  font-size: 1.3em;
  color: #000;
}
#billing_payments_options .paymentPrice {
  padding-left: 20px;
  font-size: 1.3em;
  font-weight: 600;
  color: #383;
}
#billing_payments_options .title {
  color: #000;
}
#billing_payments_options .payment_options_top {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  text-align: center;
  line-height: 30px;
  font-size: 0.7em;
  text-transform: uppercase;
}
#billing_payments_options .payment_options_top:before {
  content: '\F106';
  display: inline-block;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 2em;
  font-weight: 300;
  vertical-align: middle;
}
#credit-card-option {
  text-align: left;
}
#credit-card-option li {
  display: inline-block;
  text-align: center;
  margin: 10px 10px 0 0;
  padding: 10px 15px;
  background: rgba(221,221,221,0.25);
}
#credit-card-option label:nth-of-type(1),
#credit-card-option input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#credit-card-option .credit_card_flag {
  display: none;
}
#credit-card-option label:nth-of-type(2) {
  display: block;
  margin: 3px 0;
  font-size: 0.85em;
}
#credit-card-option select {
  width: 150px;
}
#credit-card-table-1 {
  max-width: 500px;
  background: rgba(221,221,221,0.25);
  border: 20px solid transparent;
}
#billing_container_bb img {
  max-width: none;
}
#billing_container_et input,
#billing_container_et img {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .ssl .cart_body_col_qty {
    text-align: left;
  }
  .ssl .cart_body_col_qty:before {
    content: 'Qtd ';
  }
  #billing-form-cc > table tr:nth-last-of-type(1) td {
    display: block;
    width: 100%;
  }
  #billing_payments_options_shortcuts,
  #billing-resume {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #billing-confirmation table,
  #billing-confirmation tbody,
  #billing-confirmation tr,
  #billing-confirmation th,
  #billing-confirmation td {
    display: block;
  }
  #billing-confirmation input {
    max-width: 100%;
  }
  #credit-card-option li {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
  #credit-card-option label:nth-of-type(2) {
    display: inline-block;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #billing {
    padding: 20px 10px;
  }
  #billing_payments_options > div {
    padding: 15px 15px 0;
  }
  #billing_payments_options > div > form {
    padding-top: 0;
  }
  #billing_payments_options .paymentPrice {
    display: block;
    padding: 0;
    font-size: 1.1em;
  }
  #billing_payments_options table,
  #billing_payments_options tbody,
  #billing_payments_options tr,
  #billing_payments_options th,
  #billing_payments_options td {
    display: block;
    width: 100%;
    text-align: left;
  }
  #credit-card-option select {
    width: 100%;
  }
  #credit-card-table-1 {
    border-width: 10px;
  }
  #credit-card-table-1 input {
    display: block;
    max-width: 100%;
  }
}
#summary {
  position: relative;
  max-width: 1600px;
  margin: auto;
  padding: 0 20px;
}
#summary h1 {
  text-align: center;
}
#summary #eBit {
  margin: 10px auto;
  text-align: center;
}
#order_id {
  padding: 10px 20px;
  background: rgba(221,221,221,0.25);
  border: 1px solid rgba(221,221,221,0.5);
}
#order_id h3,
#order_id h3 + span {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.5em;
  font-weight: 600;
}
#order_id p {
  margin: 0;
}
#order_inf {
  padding: 10px;
}
#order_inf h3 {
  display: inline-block;
  margin: 0 10px 0 0 !important;
  font-size: 1em;
  font-weight: 600;
}
#order_inf span:after {
  content: '';
  display: block;
}
#order_pop {
  padding: 20px 0;
  text-align: center;
}
#summary_header table {
  margin: 10px 0;
  text-align: center;
  border-collapse: collapse;
}
#summary_header td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid rgba(221,221,221,0.5);
}
#summary_body {
  padding-top: 20px;
}
#summary_body h2 {
  display: inline-block;
  padding-right: 10px;
}
#summary_body_products {
  margin-top: 10px;
  padding: 0 10px;
  border: 1px solid rgba(221,221,221,0.5);
}
#summary_body_products th,
#summary_body_products td {
  padding: 10px;
}
#summary_body_products td {
  border-top: 1px solid rgba(221,221,221,0.5);
}
#summary_dc_n_gc,
#summary_total {
  padding: 10px 20px;
  background: rgba(221,221,221,0.25);
  border: 1px solid rgba(221,221,221,0.5);
  border-top: none;
}
#summary_dc_n_gc li {
  display: inline-block;
}
#summary_dc_n_gc .field {
  font-weight: 600;
}
#summary_footer {
  margin-top: 20px;
}
#summary_footer th {
  padding: 10px;
  border-bottom: 1px solid rgba(221,221,221,0.5);
  text-align: left;
  font-weight: 600;
}
#summary_footer td {
  padding: 10px;
  vertical-align: top;
}
#summary_footer table + br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #summary_header tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #summary_header tr td {
    min-width: 150px;
    margin: 0 -1px -1px 0;
  }
  #summary_body_products tr {
    position: relative;
    display: block;
    padding: 10px;
    border-top: 1px solid rgba(221,221,221,0.5);
    text-align: left;
    overflow: hidden;
  }
  #summary_body_products tr:nth-of-type(1) {
    display: none;
  }
  #summary_body_products tr:nth-of-type(2) {
    border: none;
  }
  #summary_body_products td {
    padding: 0;
    border: none;
  }
  #summary_body_products .cart_body_col_ref:before {
    content: 'Ref. ';
  }
  #summary_body_products .cart_body_col_unitPrc {
    padding: 0 10px;
  }
  #summary_footer table,
  #summary_footer tbody,
  #summary_footer tr,
  #summary_footer th,
  #summary_footer td {
    display: block;
    width: 100%;
    word-wrap: break-word;
  }
  #summary_footer table:nth-child(1) th:nth-child(2) {
    display: none;
  }
  #summary_footer table:nth-child(1) td:nth-child(2):before {
    content: 'Dados de entrega';
    display: block;
    margin: 0 -10px;
    padding: 10px;
    border-bottom: 1px solid rgba(221,221,221,0.5);
    font-weight: 600;
  }
}
@media only screen and (max-width: 480px) {
  #summary {
    padding: 0 10px;
  }
  #order_id h3,
  #order_id h3 + span {
    font-size: 1.3em;
  }
}
#orders {
  position: relative;
  max-width: 1600px;
  margin: auto;
  padding: 0 20px;
}
#orders h1 {
  text-align: center;
}
#orders-body {
  border-top: 1px solid rgba(221,221,221,0.5);
}
#orders-body th,
#orders-body td {
  padding: 10px 5px;
  border-bottom: 1px solid rgba(221,221,221,0.5);
  text-align: center;
}
#orders-body th a,
#orders-body td a {
  font-size: 1.2em;
}
#orders-body td:nth-child(2) a:after {
  content: '(ver pedido)';
  padding-left: 10px;
  font-size: 0.7em;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  #orders-body tr {
    position: relative;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(221,221,221,0.5);
  }
  #orders-body tr:first-of-type {
    display: none;
  }
  #orders-body td {
    display: block;
    padding: 0;
    border: none;
    text-align: left;
    line-height: 2em;
  }
  #orders-body td:nth-of-type(3),
  #orders-body td:nth-of-type(4) {
    display: inline-block;
    padding-right: 10px;
  }
  #orders-body td:nth-last-of-type(1) {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}
#alert {
  max-width: 1600px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}
#alert h2 {
  font-size: 1.2em;
}
#alert h2 a {
  display: inline-block;
  background: #fa0;
  padding: 0 20px;
  line-height: 40px;
  color: #000;
}
.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 .product_promotion_name,
.item_box .product_promotion_description,
.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 .product_promotion {
  position: absolute;
  top: -10px;
  left: -10px;
}
.item_box .product_promotion_thumbnail {
  display: block;
  max-width: 100px;
  max-height: 100px;
}
.item_box .item_txt {
  text-align: left;
}
.item_box .item_name {
  display: block;
  margin-top: 10px;
  line-height: 1.8em;
  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_img {
  padding: 9px;
  border: 1px solid rgba(221,221,221,0.5);
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.item_box:hover .item_img {
  border: 1px solid #ddd;
}
@media only screen and (max-width: 480px) {
  .item_box .item_img {
    padding: 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .item_box {
    padding-bottom: 50px;
  }
  .item_box .product_quickview {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 49%;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    font-size: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .item_box .product_quickview:before {
    content: 'compra r\E1pida';
    font-size: 0.8rem;
  }
  .item_box .item_btn_info a {
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
    height: 30px;
    background: #fa0;
    line-height: 30px;
    font-size: 0.8em;
    font-weight: 400;
    color: #000;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .item_box .item_btn_info a:before {
    content: 'mais detalhes';
    text-transform: uppercase;
  }
  .item_box .product_quickview ~ .item_buttons .item_btn_info a {
    left: 51%;
  }
  .item_box:hover .product_quickview,
  .item_box:hover .item_btn_info a {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  .item_box:hover .product_quickview:hover,
  .item_box:hover .item_btn_info a:hover {
    opacity: 0.85;
  }
  #combo_imgs .item_box {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .item_box .product_quickview {
    display: none;
  }
}
.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;
  font-weight: 600;
  text-transform: uppercase;
}
.item_box .item_status_3 {
  margin-right: 5px;
  background: #fff;
  border: 1px solid rgba(51,51,51,0.75);
  color: #333;
}
.item_box .free_shipping,
.item_box .free_shipping_restricted {
  background: #fff;
  border: 1px solid rgba(51,51,51,0.75);
  color: #333;
}
.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_discount {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 35px;
  height: 35px;
  background: #c33;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.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;
  border: 1px solid rgba(51,51,51,0.75);
  line-height: 20px;
  font-size: 0.75em;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  vertical-align: top;
}
#details_texts_availability_shipping_restricted {
  display: none;
}
#details_texts_availability_shipping,
#free-shipping-restricted {
  display: inline-block;
  margin: 0 10px 10px 0;
  border: 1px solid rgba(51,51,51,0.75);
  line-height: 20px;
  font-weight: 600;
  font-size: 0.75em;
  color: #333;
  text-transform: uppercase;
}
#details_texts_availability_shipping:after {
  content: 'Frete Gr\E1tis Brasil';
  padding: 0 10px;
}
#free-shipping-restricted * {
  display: inline-block;
  vertical-align: top;
}
#free-shipping-restricted .free-shipping-restricted-title {
  padding: 0 10px;
}
#free-shipping-restricted ul {
  padding-right: 10px;
}
#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_discount {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .item_box .item_status_3,
  .item_box .free_shipping,
  .item_box .free_shipping_restricted {
    padding: 0 5px;
    line-height: 15px;
  }
  .item_box .free_shipping:after {
    content: 'Frete Gr\E1tis';
  }
  .item_box .free_shipping_restricted:after {
    content: 'Frete Gr\E1tis*';
  }
}
#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 {
  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: #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: 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: #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: 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 li {
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  line-height: 30px;
}
.paginator li a {
  display: block;
  font-weight: 400;
}
.paginator .paginator-index {
  width: 25px;
  padding: 0;
  text-align: center;
}
.paginator .selected,
.paginator .selected:hover {
  border-bottom: 2px solid #39c;
  font-weight: 600;
  color: #39c;
}
.paginator .paginator-view-all {
  display: none;
}
.paginator .paginator-previous a span {
  display: none;
}
.paginator .paginator-previous a:before {
  content: '\F060';
  margin-right: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.paginator .paginator-next a span {
  display: none;
}
.paginator .paginator-next a:after {
  content: '\F061';
  margin-left: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .paginator {
    font-size: 0.85em;
  }
}
#ddm h2 a:before {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}
#ddm_7 h2 a:before {
  content: url("/octopus/design/images/160/icon_inflavel.png");
}
.item_box .item_discount {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
}
.item_box .product_quickview {
  background: #fc0;
}
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.module_fullscreen {
  position: relative;
  margin-bottom: 1.5vw;
}
.module_fullscreen img {
  display: block;
  width: 100%;
  max-width: none;
}
.landing_module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1.5vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.landing_module > div {
  padding: 1.5vw;
  overflow: hidden;
}
.landing_module a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.landing_module a:hover img {
  opacity: 0.95;
}
.landing_module img {
  display: block;
  margin: auto;
}
.landing_module p {
  line-height: 2em;
}
.module_col_2 {
  width: 50%;
}
.module_col_3 {
  width: 33.333%;
}
.module_col_4 {
  width: 25%;
}
.module_col_5 {
  width: 20%;
}
.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: 2vw 3vw 1.5vw;
  text-align: center;
  overflow: hidden;
}
.module_content_txt h2,
.module_content_txt h3,
.module_content_txt h4,
.module_content_txt h5,
.module_content_txt .button,
.module_content_txt p {
  margin: 0 0 1.5vw !important;
}
@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;
  }
}
.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: 50px;
}
.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: #eee;
  padding: 10px;
}
.icon_txt .icon_bg svg {
  width: 40px;
  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_video {
  box-sizing: content-box;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.module_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .module_icon .module_col_3,
  .module_icon .module_col_4 {
    width: 50%;
  }
  .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;
  }
}
@media only screen and (max-width: 800px) {
  .landing_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;
  }
  .inverted_txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .inverted_txt .module_content_img,
  .inverted_txt .module_content_txt {
    width: 50% !important;
  }
  .module_col_3,
  .module_col_4 {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .inverted_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inverted_txt .module_content_img,
  .inverted_txt .module_content_txt {
    width: 100% !important;
  }
  .side_txt .module_content_txt,
  .module_content_txt {
    padding: 4.5vw;
  }
  .side_txt .module_content_txt h2,
  .module_content_txt h2,
  .side_txt .module_content_txt h3,
  .module_content_txt h3,
  .side_txt .module_content_txt h4,
  .module_content_txt h4,
  .side_txt .module_content_txt h5,
  .module_content_txt h5,
  .side_txt .module_content_txt .button,
  .module_content_txt .button,
  .side_txt .module_content_txt p,
  .module_content_txt p {
    margin-bottom: 4.5vw !important;
  }
}
@media only screen and (max-width: 480px) {
  .landing_module > div {
    width: 100%;
  }
  .icon_txt .module_content_txt .icon_txt_title {
    font-size: 1.1em;
  }
}
#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: #fa0;
  color: #000;
}
.brands-list {
  position: relative;
  min-height: 80px;
  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: #fa0;
  line-height: 50px;
  color: #000;
}
.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 {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  padding-top: 0;
  padding-bottom: 0;
}
.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;
}
.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: 1000;
  display: block;
  width: 40px;
  margin-top: -20px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.tns-controls button[data-controls="prev"],
.prevButton {
  left: 5px;
}
.tns-controls button[data-controls="next"],
.nextButton {
  right: 5px;
}
.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: #fa0;
}
@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: 800px) {
  .custom_list .tns-slider .tns-item {
    padding: 0 1% !important;
  }
}
.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;
  }
}
