﻿:root {
  --shopID: 178;
  --font_family: 'Open Sans', sans-serif;
  --font_icon: 'Font Awesome 5 Pro';
  --background: #fff;
  --foreground: #000;
  --anchor: #000;
  --anchorHover: #054e99;
  --primary: #eee;
  --primaryForeground: #333;
  --secondary: #1e7fe3;
  --secondaryForeground: #ceffff;
  --tertiary: #ccc;
  --tertiaryForeground: #000;
  --callToAction: #054e99;
  --callToActionForeground: #fff;
  --buyAction: #009c69;
  --buyActionForeground: #fff;
  --priceList: #999;
  --priceOur: #1e7fe3;
  --priceOr: #1e7fe3;
  --priceSave: #999;
  --highlight1: #fe0f1b;
  --highlight1Foreground: #fff;
  --highlight2: #1e7fe3;
  --highlight2Foreground: #fff;
  --highlight3: #1e7fe3;
  --highlight3Foreground: #fff;
  --border: #ddd;
  --swiper-theme-color: #999;
  --swiper-navigation-size: 22px;
}
html {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  html {
    font-size: calc(14px + 2 * ((100vw - 480px) / 920));
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}
body {
  background: var(--background);
  text-align: center;
  font-family: var(--font_family);
  font-size: 1rem;
  color: var(--foreground);
  scroll-behavior: smooth;
}
body * {
  scroll-margin-top: 2rem;
}
h1,
h2,
h3,
h4,
h5 {
  display: block;
  margin: 0.5rem 0;
  font-weight: 600;
}
h1 {
  font-size: 1.6em;
  font-weight: 400;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
@media only screen and (min-width: 481px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
}
a {
  font-weight: 600;
  color: var(--anchor);
  text-decoration: none;
}
a:hover {
  color: var(--anchorHover);
}
b,
strong {
  font-weight: 600;
}
table {
  width: 100%;
}
td {
  padding: 2px;
}
input,
select {
  height: 40px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 2px;
  line-height: 40px;
  font-size: 16px;
  color: #000;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button,
.button {
  display: inline-block;
  padding: 0 1rem;
  background: var(--callToAction);
  border: none;
  outline: none;
  border-radius: 3px;
  line-height: 40px;
  font-size: 1em;
  font-weight: 400;
  color: var(--callToActionForeground);
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease-in-out;
}
button:hover,
.button:hover {
  filter: brightness(1.2);
  color: var(--callToActionForeground);
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.icon-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-toggle:before {
  font-family: var(--font_icon);
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
header {
  background: var(--primary);
  text-align: center;
  color: var(--primaryForeground);
}
header .fluid-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
header a {
  color: inherit;
}
header img {
  display: block;
}
#logo img {
  width: auto;
}
#menu0 {
  display: none;
}
#quicksearch-container {
  position: relative;
}
#quicksearch-container input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: none;
  outline: none;
  box-shadow: none;
  line-height: 50px;
  font-size: 1.1em;
}
#quicksearch-button {
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 0 15px;
  line-height: 36px;
}
.autoComplete_wrapper h3 {
  color: #000;
}
.autoComplete_wrapper > ul {
  margin-top: 10px;
  background: #f5f5f5;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transform: scaleY(1);
}
.autoComplete_wrapper .product_suggestion {
  padding: 5px 10px;
  border-bottom: 1px solid var(--border);
}
.autoComplete_wrapper .product_suggestion + .term_suggestion {
  margin-top: 1rem;
}
.autoComplete_wrapper .product_suggestion a {
  display: flex;
  align-items: center;
}
.autoComplete_wrapper .product_suggestion img {
  flex: 0 0 70px;
  width: 100%;
  margin-right: 15px;
}
.autoComplete_wrapper .quickSearch_product_price {
  display: block;
  color: var(--priceOur);
}
.autoComplete_wrapper .term_suggestion p {
  margin: 0;
}
#nav_cart {
  position: absolute;
}
#nav_cart a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.7em;
}
#nav_cart a span {
  display: none;
}
#nav_cart a:hover {
  color: var(--buyAction);
}
#nav_cart_total_items {
  position: absolute;
  top: 0;
  background: var(--buyAction);
  border-radius: 50%;
  font-size: 0.7em;
  font-weight: 600;
  color: var(--buyActionForeground);
}
@media only screen and (max-width: 1080px) {
  header .fluid-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  #logo {
    margin-bottom: 5px;
    padding: 5px 0;
  }
  #logo img {
    height: 50px;
    transform: scale(0.8);
  }
  #menuU {
    order: -2;
    flex: 0 0 100%;
  }
  #menuU ul {
    display: flex;
    justify-content: center;
  }
  #menuU li {
    padding: 0 0.75rem;
    opacity: 0.75;
    line-height: 30px;
    font-size: 0.85em;
  }
  #menuU a {
    font-weight: 400;
  }
  #quicksearch-form {
    order: 10;
    flex: 0 0 100%;
    padding: 0.5rem;
    background: var(--secondary);
  }
  #nav_cart {
    right: 20px;
    margin-top: -40px;
  }
  label[for="nav_toggle"] {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 40px;
    line-height: 40px;
    font-size: 1.5em;
    color: var(--primaryForeground);
  }
  #nav_cart_total_items {
    right: -5px;
    width: 18px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1081px) {
  header {
    padding: 0 1.5rem;
  }
  header .fluid-wrapper {
    width: 100%;
    max-width: 1600px;
    height: 100px;
    margin: 0 auto;
  }
  header .fluid-wrapper > #nav-account {
    position: absolute;
    top: 45px;
    right: 80px;
    text-align: right;
    line-height: 20px;
  }
  header .fluid-wrapper > #nav-account a {
    display: block;
    font-size: 0.75em;
  }
  #logo {
    order: -2;
    width: 250px;
    margin-right: 30px;
  }
  #logo img {
    max-height: 100px;
  }
  #menu0 a,
  label[for="mnU_toggle"] {
    line-height: 40px;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
  }
  #menu0 a:hover,
  label[for="mnU_toggle"]:hover {
    color: inherit;
    text-decoration: underline;
  }
  #menu0 {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 7rem;
  }
  #menu0 ul {
    display: flex;
  }
  #menu0 li {
    margin-right: 15px;
  }
  #menu0 li:nth-child(1) {
    display: none;
  }
  #menuU {
    position: absolute;
    top: 0;
    right: 0;
  }
  #menuU label[for="mnU_toggle"] {
    display: flex;
  }
  #menuU label[for="mnU_toggle"]:before {
    content: '\F2BD';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.5em;
    font-weight: 300;
  }
  #menuU label[for="mnU_toggle"]:after {
    content: 'Minha conta';
    margin-left: 7px;
  }
  #menuU ul {
    position: absolute;
    right: 0;
    z-index: 100;
    display: none;
    padding: 0.5rem;
    background: var(--background);
    box-shadow: 0 2px 10px 5px rgba(0,0,0,0.25);
    color: var(--anchor);
  }
  #menuU ul:before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    margin: -5px -5px 0 0;
    border-bottom: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  #menuU li {
    width: 110px;
    line-height: 30px;
    font-size: 0.85em;
    text-align: center;
  }
  #menuU:hover ul,
  #menuU #mnU_toggle:checked ~ ul {
    display: block;
  }
  #quicksearch-form {
    order: -1;
    width: 400px;
  }
  #nav_cart {
    top: 45px;
    right: 0;
    padding: 0 10px;
    border-left: 1px solid #eee;
  }
  #nav_cart a {
    font-size: 2em;
  }
  #nav_cart_total_items {
    right: 0;
    width: 22px;
    line-height: 22px;
  }
  #shop_nav {
    min-height: 60px;
    background: var(--secondary);
  }
  #shop_nav .nav-lvl-0 > ul > li > a {
    color: var(--secondaryForeground);
    text-transform: uppercase;
  }
  #shop_nav .nav-lvl-0 > ul > li:hover > a {
    background: rgba(0,0,0,0.1);
  }
}
@media only screen and (max-width: 1080px) {
  #shop_nav label[for="nav_toggle"]:before {
    content: '\F0C9';
    font-family: var(--font_icon);
  }
  #shop_nav .nav-lvl-0 {
    position: fixed;
    top: 0;
    right: 50px;
    bottom: 0;
    left: 0;
    z-index: 100000;
    padding: 1rem 2rem;
    background: #fff;
    text-align: left;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  #shop_nav .nav-lvl-0 li {
    position: relative;
    line-height: 40px;
  }
  #shop_nav .nav-lvl-0 > ul > li {
    border-top: 1px solid var(--border);
  }
  #shop_nav .nav-lvl-2 a {
    font-weight: 400;
  }
  #shop_nav .parent label {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
  }
  #shop_nav .parent label:before {
    content: '\F054';
    font-family: var(--font_icon);
  }
  #shop_nav .parent input ~ .wrapper {
    height: 0;
    overflow: hidden;
  }
  #shop_nav .parent input:checked ~ label {
    transform: rotateZ(180deg);
  }
  #shop_nav .parent input:checked ~ label:before {
    content: '\F00D';
  }
  #shop_nav .parent input:checked ~ .nav-lvl-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: rgba(0,0,0,0.03);
  }
  #shop_nav .parent input:checked ~ .wrapper {
    height: auto;
  }
  #shop_nav .parent input:checked ~ .wrapper li {
    padding-left: 1.5rem;
  }
  #shop_nav #nav_toggle:checked ~ label[for="nav_toggle"]:after {
    content: '\F00D';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2100;
    width: auto;
    height: 100%;
    padding: 5px 15px;
    background: rgba(0,0,0,0.8);
    text-align: right;
    font-family: var(--font_icon);
    font-size: 1.2em;
    color: rgba(255,255,255,0.75);
  }
  #shop_nav #nav_toggle:checked ~ .nav-lvl-0 {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1081px) {
  #shop_nav {
    position: relative;
    padding: 0 20px;
    font-size: 0.85em;
  }
  #shop_nav .fluid-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  #shop_nav .icon-toggle {
    display: none;
  }
  #shop_nav a {
    display: block;
  }
  #shop_nav .nav-lvl-0 > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #shop_nav .nav-lvl-0 > ul > li > a {
    padding: 0 0.75rem;
    line-height: 60px;
  }
  #shop_nav .nav-lvl-1 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2000;
    padding: 0.5rem 1rem 1rem;
    background: var(--background);
    border-right: 1px solid var(--border);
    border-bottom: 3px solid var(--secondary);
    border-left: 1px solid var(--border);
    transform-origin: top center;
    transform: scaleY(0);
    transition: all 0.3s ease-in-out;
  }
  #shop_nav .nav-lvl-1 > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #shop_nav .nav-lvl-1 > ul > li {
    width: 220px;
    margin: 0 15px;
    text-align: left;
    break-inside: avoid;
  }
  #shop_nav .nav-lvl-1 > ul > li > a {
    margin-top: 0.5rem;
    line-height: 2em;
    text-transform: uppercase;
  }
  #shop_nav .nav-lvl-2 a {
    line-height: 2em;
    font-weight: normal;
  }
  #shop_nav .parent:hover > .wrapper {
    transform: scaleY(1);
  }
}
@media only screen and (min-width: 1025px) {
  #shop_nav .parent {
    position: relative;
  }
  #shop_nav .nav-lvl-0 > ul .align-right {
    left: auto;
    right: 0;
  }
  #shop_nav .nav-lvl-1 {
    right: auto;
    padding-top: 1rem;
    border-right: 1px solid var(--border);
    border-left: 1px solid var(--border);
  }
  #shop_nav .nav-lvl-1 > ul {
    display: block;
  }
}
.breadcrumb {
  font-size: 0.8em;
  color: var(--anchor);
}
.breadcrumb a {
  font-weight: 400;
}
.breadcrumb a:first-child {
  text-transform: capitalize;
}
.breadcrumb-div:before {
  content: '/';
  padding: 0 10px;
}
.paginator {
  font-size: 0.9em;
}
.paginator li {
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  line-height: 25px;
}
.paginator li a {
  display: block;
  font-weight: 400;
}
.paginator .paginator-index {
  width: 25px;
  padding: 0;
  text-align: center;
}
.paginator .selected,
.paginator .selected:hover {
  background: var(--callToAction);
  font-weight: 600;
  color: var(--callToActionForeground);
}
.paginator .paginator-view-all {
  display: none;
}
.paginator .paginator-previous a:before {
  content: '\F100';
  margin-right: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.paginator .paginator-next a:after {
  content: '\F101';
  margin-left: 5px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .paginator {
    font-size: 0.85em;
  }
  .paginator .paginator-previous a span,
  .paginator .paginator-next a span {
    display: none;
  }
}
#product_tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
#product_tags > div {
  margin: 0.5rem 0.5rem 0 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
}
#product_tags .product-status-1,
#product_tags .product-status-4 {
  display: none;
}
#product_tags .product-status-2 {
  background: var(--highlight1);
  color: var(--highlight1Foreground);
}
#product_tags .product-status-3 {
  background: var(--highlight2);
  color: var(--highlight2Foreground);
}
#product_tags #product_promotion {
  display: flex;
  align-items: center;
  padding: 0;
}
#product_tags #product_promotion img {
  width: auto;
  max-height: 30px;
}
#product_tags .promotion-name {
  margin: 0 5px;
}
#product_tags #product_availability_shipping {
  background: var(--highlight3);
  color: var(--highlight3Foreground);
}
#product_tags #product_availability_shipping_restricted {
  display: none;
}
#product_tags #free-shipping-restricted {
  display: flex;
  padding-left: 0 !important;
}
#product_tags #free-shipping-restricted ul {
  display: flex;
}
#product_tags #free-shipping-restricted li {
  margin-left: 3px;
  padding: 0 5px;
  background: var(--highlight3);
  color: var(--highlight3Foreground);
}
#product_dynamics h1 {
  line-height: 1.5;
}
#product_dynamics h1 > span {
  display: none;
}
#product_gallery_big .swiper-container {
  max-width: 600px;
  margin: 0 auto;
}
#product_gallery_thumbs {
  margin-top: 10px;
}
#product_texts > * {
  margin-top: 10px;
}
#product_review {
  font-size: 0.9em;
}
#product_review a {
  display: flex;
}
#product_review .rating-stars {
  margin-right: 0.5rem;
}
#product_description {
  line-height: 2em;
  font-size: 0.9em;
}
#product_description > div {
  display: none;
}
#product_selects {
  padding: 1.5rem 1rem;
}
#product_selects .product-select + div,
#product_selects .product-button + div {
  margin-top: 1rem;
}
#product_selects h2 {
  margin: 0 0 5px;
  font-size: 1em;
  font-weight: 600;
}
#product_selects select {
  width: 100%;
}
#product_selects ul {
  display: flex;
}
#product_selects li label {
  display: block;
  min-width: 2em;
  margin: 5px 5px 0 0;
  padding: 0 5px;
  background: #fff;
  border: 1px solid var(--border);
  text-align: center;
  line-height: 2;
  cursor: pointer;
}
#product_selects li input:checked + label {
  border-color: #000;
  box-shadow: inset 0 0 0 1px #000;
}
#inStockNotification {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
#inStockNotification fieldset {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0.95em;
}
#inStockNotification legend {
  width: 100%;
  background: rgba(0,0,0,0.1);
  line-height: 40px;
  font-weight: 600;
}
#inStockNotification p {
  padding: 0 1rem;
  line-height: 1.75em;
}
#inStockNotification table {
  padding: 0 1rem;
  text-align: left;
}
#inStockNotification table td:nth-of-type(1) {
  width: 70px;
}
#inStockNotification input,
#inStockNotification button {
  width: 100%;
}
#product_availability {
  margin-top: 0;
}
#product_availability> span {
  display: none;
}
#product_buy_form {
  display: flex;
  padding: 2rem 0;
}
#product_buy_form label {
  font-size: 0.85em;
}
#product_buy_form select {
  display: block;
  width: 80px;
  margin-top: 5px;
}
#product_buy_form button {
  margin-left: 1rem;
}
#product_extra_grid_link {
  padding: 1rem 0;
}
#product_extra_grid_link a,
#product_extra_grid_link button {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 50px;
}
#product_internal_links > a {
  display: flex;
  line-height: 2em;
  font-size: 0.8em;
  font-weight: 400;
}
#product_internal_links > a:before {
  width: 25px;
  font-family: var(--font_icon);
  font-size: 1.1em;
}
#product_internal_links #wishlist_link:before {
  content: '\F004';
}
#product_internal_links #shippingSimulator_link:before {
  content: '\F0D1';
}
#product_internal_links #review_link:before {
  content: '\F005';
}
#product_internal_links #asq_link:before {
  content: '\F059';
}
#product_internal_links #foundCheaper_link:before {
  content: '\F4D3';
}
.product-extra-grid #product_selects,
.product-extra-grid #product_availability {
  display: none;
}
#product_details h2,
.details-content {
  text-align: left;
}
.items_container {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
}
.items_container li {
  flex: 0 0 45%;
  margin: 1rem 0;
  padding: 1rem;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  main {
    padding: 15px;
  }
  #product_gallery_thumbs {
    display: none;
  }
  #product_tags,
  #product_review a,
  .price-exception,
  #product_buy_form,
  #product_internal_links a {
    justify-content: center;
  }
}
@media only screen and (min-width: 481px) {
  main {
    padding: 20px;
  }
  main .fluid-wrapper {
    max-width: 1600px;
    margin: 0 auto;
  }
  #product_description > div {
    display: block;
  }
}
@media only screen and (min-width: 801px) {
  .items_container {
    flex-wrap: wrap;
  }
  .items_container li {
    flex: 0 0 auto;
    width: 33.333%;
  }
}
@media only screen and (min-width: 1025px) {
  #product_dynamics > .fluid-wrapper {
    display: grid;
    grid-template-columns: 50% auto;
    grid-template-rows: 1 1 auto auto;
    grid-template-areas: "breadcrumb breadcrumb" "h1 h1" "gallery texts" "together together";
    grid-gap: 1rem;
    text-align: left;
  }
  .breadcrumb {
    grid-area: breadcrumb;
  }
  #product_dynamics h1 {
    grid-area: h1;
    margin: 0;
    font-size: 1.5em;
  }
  #product_gallery {
    grid-area: gallery;
    padding-right: 1rem;
  }
  #product_texts {
    grid-area: texts;
  }
  #product_buy_together {
    grid-area: together;
  }
  #product_gallery_big .swiper-pagination {
    display: none;
  }
  #product_tags {
    margin-top: 0;
  }
  .items_container li {
    width: 25%;
  }
}
@media only screen and (min-width: 1401px) {
  #product_dynamics > .fluid-wrapper {
    grid-template-columns: 600px auto;
  }
  .items_container li {
    width: 20%;
  }
}
#product_prices {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
#product_prices .label {
  font-size: 1em;
  margin-right: 5px;
}
.product-price-list {
  margin: 25px 0 10px;
  font-size: 0.9em;
  color: var(--priceList);
  text-transform: capitalize;
}
.product-price-list acronym {
  display: none;
}
.product-price-our {
  color: var(--priceOur);
}
.product-price-our .value {
  font-weight: 600;
  font-size: 2em;
}
.product-price-save,
.product-price-discount {
  position: absolute;
  top: 0;
  line-height: 25px;
}
.product-price-save {
  left: 0;
  padding: 0 10px 0 50px;
  background: var(--highlight1);
  color: var(--priceSave);
  font-size: 0.9em;
  color: var(--highlight1Foreground);
  text-transform: capitalize;
}
.product-price-discount {
  left: 0;
  width: 40px;
  background: rgba(0,0,0,0.2);
  text-align: center;
  font-size: 0.8em;
  font-weight: 600;
  color: var(--highlight1Foreground);
}
.product-price-discount .label {
  display: none;
}
.product-price-discount:before {
  content: '-';
}
.product-price-or:before,
.price-exception:before {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  text-align: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.25em;
  font-weight: 300;
  vertical-align: middle;
}
.product-price-or {
  display: block;
  margin-top: 1rem;
  font-size: 0.9em;
  color: var(--priceOr);
}
.product-price-or:before {
  content: '\F09D';
}
.product-price-or .value {
  font-size: 1.1em;
  font-weight: 600;
}
.price-exception {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.price-exception:before {
  content: '\F02A';
}
.price-exception .label {
  display: none;
}
.price-exception .value {
  margin-right: 5px;
}
.price-exception .value:after {
  content: ' \E0   vista';
  font-size: 0.9em;
  font-weight: 400;
}
.price-exception .payment {
  flex: 0 0 100%;
  margin-top: 5px;
  padding-left: 30px;
  font-size: 0.9em;
  opacity: 0.5;
}
.price-exception .payment:before {
  content: 'V\E1lido para ';
}
.price-exception .percent {
  font-size: 0.9em;
  opacity: 0.5;
}
.price-exception .percent:before {
  content: '(';
}
.price-exception .percent:after {
  content: ')';
}
#product_selects,
#inStockNotification {
  position: relative;
  margin-top: 0;
  border-bottom: 1px solid var(--border);
}
#product_selects:after,
#inStockNotification:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--border);
  opacity: 0.15;
}
#product_buy_together ul {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  overflow-x: auto;
}
#product_buy_together li {
  position: relative;
  display: flex;
  flex: 0 0 230px;
  margin: 1rem 0;
  padding: 1rem 0;
}
#product_buy_together li:after {
  content: '\F055';
  order: -1;
  align-self: center;
  flex: 0 0 30px;
  margin: 0 1rem;
  font-family: var(--font_icon);
  font-size: 2em;
  opacity: 0.25;
}
#product_buy_together li:nth-of-type(1) {
  flex: 0 0 200px;
  padding: 1rem;
  background: #f5f5f5;
}
#product_buy_together li:nth-of-type(1) label {
  display: none;
}
#product_buy_together li:nth-of-type(1):after {
  display: none;
}
#product_buy_together li label {
  position: absolute;
  top: 5px;
  right: -10px;
  z-index: 100;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 3px;
  text-align: center;
  line-height: 21px;
  font-family: var(--font_icon);
  font-size: 1.1em;
  color: var(--callToAction);
  cursor: pointer;
}
#product_buy_together li a {
  opacity: 0.5;
}
#product_buy_together li img {
  display: block;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid var(--border);
}
#product_buy_together .product-description {
  margin: 10px 0;
  line-height: 20px;
  font-size: 0.8em;
}
#product_buy_together .product-prices {
  color: var(--priceOur);
}
#product_buy_together .product-prices .label {
  display: none;
}
#product_buy_together input:checked ~ label {
  border-color: var(--callToAction);
}
#product_buy_together input:checked ~ label:before {
  content: '\F00C';
}
#product_buy_together input:checked ~ a {
  opacity: 1;
}
#buy_together_totals {
  margin: 1rem;
}
#buy_together_price_our {
  font-weight: 600;
  color: var(--priceOur);
}
#buy_together_price_our .value {
  margin-left: 5px;
  font-size: 1.5em;
}
#buy_together_buy {
  margin-top: 20px;
}
#buy_together_buy button {
  max-width: 350px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #product_buy_together li {
    flex: 0 0 170px !important;
  }
  #product_buy_together li:after {
    flex: 0 0 18px;
    margin: 0 0.5rem;
    font-size: 1.2em;
  }
}
.product-custom-variant #product_description {
  display: none;
}
.product-custom-variant #product_prices {
  display: block !important;
}
.product-custom-variant #product_prices > div {
  display: none;
}
.product-custom-variant #product_prices > div.product-price-list,
.product-custom-variant #product_prices > div.product-price-our {
  display: inline-block;
}
.product-custom-variant #product_prices > div.product-price-list {
  margin-top: unset;
  margin-right: 1rem;
}
.product-custom-variant #product_selects {
  padding: 1.5rem 1.5rem 0.75rem;
  border: none;
}
.product-custom-variant #product_selects:after {
  opacity: 0.5;
  background: var(--border);
}
.product-custom-variant #product_selects h2 {
  font-size: 0.9rem;
  text-transform: uppercase;
}
#frm-custom-variants {
  position: relative;
  margin-top: 0;
  padding: 0 1.5rem 1.5rem;
  text-align: left;
}
#frm-custom-variants:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--border);
  opacity: 0.5;
}
.custom_variant {
  padding: 0.75rem 0;
}
.custom_variant input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.custom_variant input + label {
  display: block;
  min-width: 2em;
  margin: 5px 5px 0 0;
  padding: 0 0.5rem;
  background: #fff;
  border: 1px solid var(--border);
  text-align: center;
  line-height: 2;
  font-size: 0.95em;
  cursor: pointer;
}
.custom_variant input + label:hover {
  border-color: var(--foreground);
}
.custom_variant input:checked + label,
.custom_variant input:checked + label:hover {
  background-color: var(--callToAction);
  border-color: var(--callToAction);
  color: var(--callToActionForeground);
}
.custom_variant select {
  display: block;
  width: 100%;
}
.custom-variant-title,
.custom_variant > label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}
.custom-variant-title + div {
  display: flex;
  flex-wrap: wrap;
}
#custom-product-submit {
  display: block;
  width: 100%;
  margin-top: 1rem;
}
#custom-product-resume {
  padding: 0 1.5rem;
  background: var(--border);
  text-align: left;
}
#custom-product-resume h3 {
  padding-top: 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
}
#custom-product-resume ul {
  padding-left: 15px;
  list-style: disc;
}
#custom-product-resume li {
  line-height: 1.75;
}
#custom-product-resume li abbr:before {
  content: '+ ';
}
#custom-product-resume li abbr,
#custom-product-resume .my_custom_variant_addition {
  font-weight: 600;
  color: #090;
}
#custom-product-resume .value {
  display: block;
  padding: 1rem 0 1.5rem;
  font-size: 1.2em;
  font-weight: bold;
}
#custom-product-resume .value:before {
  content: 'Total: ';
}
#custom-product-resume .value + abbr {
  display: none;
}
#product_buy_together,
#product_dynamics ~ div {
  position: relative;
  margin-top: 4rem;
}
#product_buy_together:after,
#product_dynamics ~ div:after {
  content: '';
  position: absolute;
  top: 1rem;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 1px;
  background: var(--foreground);
}
#product_buy_together .section-title,
#product_dynamics ~ div .section-title {
  display: block;
  margin: 0;
  line-height: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 2rem;
  text-align: center;
}
#product_buy_together .section-title span,
#product_dynamics ~ div .section-title span {
  padding: 0 1rem;
  background: var(--background);
}
#product_buy_together .product-name,
#product_dynamics ~ div .product-name {
  display: block;
  padding: 0 !important;
  opacity: 0.5;
  line-height: 2em;
  font-size: 1rem;
  font-weight: 400;
}
#product_buy_together {
  margin-top: 0;
}
#product_buy_together:after {
  top: 5rem;
}
#product_buy_together .section-title {
  margin-top: 4rem;
}
#product_details .fluid-wrapper > div {
  margin-top: 3rem;
}
#product_details h2 {
  font-size: 1.2em;
  margin: 2rem 0 1rem;
}
#product_details .details-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
#product_details .details-title:before {
  content: '\F324';
  width: 20px;
  font-family: var(--font_icon);
  font-size: 0.9em;
  font-weight: 300;
}
#product_details .product-name {
  margin-top: 5px;
  font-style: oblique;
}
#product_details .details-content {
  line-height: 2em;
}
#product_details .youtube-container {
  max-width: 750px;
}
#review_invitation,
#asq_invitation {
  margin: 5px 0;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #product_buy_together:after {
    top: 1rem;
  }
}
#review_invitation a {
  margin: 0.5rem 5px;
  line-height: 35px;
  font-size: 0.9em;
  font-weight: 600;
}
#GR_dynamic_index_top {
  display: none;
}
#GR_dynamic_index_bottom {
  padding: 30px 0;
  text-align: right;
}
.GR_dynamic_node {
  position: relative;
  padding: 10px 0;
  text-align: left;
}
.GR_dynamic_node_header div {
  display: inline-block;
  margin-right: 5px;
}
.GR_dynamic_node_header p {
  display: inline;
  margin: 0;
  line-height: 30px;
  font-size: 0.9em;
  vertical-align: middle;
}
.GR_dynamic_node_header b {
  font-size: 1.1em;
  text-transform: capitalize;
}
.GR_dynamic_node_header img {
  margin-right: 10px;
}
.GR_dynamic_node_header_author > span:first-child {
  display: none;
}
.GR_dynamic_node_header_author b {
  margin-right: 5px;
}
.GR_dynamic_node_header_author b:before {
  content: '\F2BD';
  display: inline-block;
  margin: 0 5px 0 15px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.25em;
  font-weight: 300;
  vertical-align: top;
}
.GR_dynamic_node_header_status {
  position: absolute;
  right: 255px;
  bottom: 15px;
  margin: 0;
  color: #666;
}
.GR_dynamic_node_body,
.GR_dynamic_node_footer {
  position: relative;
}
.GR_dynamic_node_body:before,
.GR_dynamic_node_footer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--border);
}
.GR_dynamic_node_body {
  margin-top: 5px;
  padding: 20px;
  border: 1px solid var(--border);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  line-height: 1.75em;
}
.GR_dynamic_node_body:before {
  opacity: 0.15;
}
.GR_dynamic_node_footer {
  padding-right: 10px;
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 5px 5px;
  text-align: right;
  height: 40px;
}
.GR_dynamic_node_footer:before {
  opacity: 0.3;
}
.GR_dynamic_node_footer span {
  display: inline-block;
  line-height: 39px;
  font-size: 0.9em;
  color: #666;
  vertical-align: middle;
}
.GR_dynamic_node_footer a {
  margin-left: 10px;
  font-weight: 400;
  opacity: 0.5;
}
.GR_dynamic_node_footer a svg {
  width: 18px;
}
.GR_dynamic_node_footer .vote-no {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 640px) {
  .GR_dynamic_node_header_status {
    left: 0;
    right: 0;
    text-align: center;
  }
  .GR_dynamic_node_footer {
    height: 70px;
    text-align: center;
  }
}
@media only screen and (min-width: 801px) {
  .GR_dynamic_node {
    font-size: 0.9em;
  }
}
#asq_invitation a {
  margin: 10px 5px;
  line-height: 35px;
  font-size: 0.9em;
  font-weight: 600;
}
#ASQ_dynamic_index_top {
  display: none;
}
#ASQ_dynamic_index_bottom {
  padding: 30px 0;
  text-align: right;
}
.ASQ_dynamic_node {
  position: relative;
  margin-top: 10px;
  padding: 1px 20px 20px;
  border: 1px solid var(--border);
  text-align: left;
  line-height: 1.75em;
}
.ASQ_dynamic_node:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--border);
  opacity: 0.15;
}
.ASQ_dynamic_node_answer {
  position: relative;
  margin-left: 5%;
  padding: 1px 20px;
  border-left: 3px solid var(--border);
}
.ASQ_dynamic_node_answer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--border);
  opacity: 0.3;
}
.ASQ_dynamic_node_question_signature,
.ASQ_dynamic_node_answer_signature {
  margin-top: 0;
  font-size: 0.9em;
  opacity: 0.5;
}
.ASQ_dynamic_node_question_signature b,
.ASQ_dynamic_node_answer_signature b {
  font-size: 1.1em;
}
.ASQ_dynamic_node_question_content,
.ASQ_dynamic_node_answer_content {
  margin-bottom: 10px;
}
@media only screen and (min-width: 801px) {
  .ASQ_dynamic_node {
    font-size: 0.9em;
  }
}
.btn-buy {
  height: 60px;
  padding-left: 0;
  background: var(--buyAction);
  line-height: 60px;
  font-size: 1.5em;
  font-weight: 400;
  color: var(--buyActionForeground);
  text-transform: capitalize;
}
.btn-buy:before {
  display: inline-block;
  width: 60px;
  margin-right: 1rem;
  background-color: rgba(0,0,0,0.15);
  font-size: 1.2em;
}
#item_added_actions .btn-buy {
  line-height: 50px;
  text-transform: none;
}
#item_added_actions .btn-buy:before {
  display: none;
}
#nav_cart a:before,
.btn-buy:before {
  content: '\F07A';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.added-items-modal #modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 450px;
  text-align: left;
}
#added_items {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#added_items h1 {
  flex: 0 0 30px;
  font-size: 1.2em;
}
#added_items_list {
  overflow-y: auto;
  scrollbar-width: thin;
}
#added_items_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#added_items_list .item-added {
  position: relative;
  display: flex;
  padding: 0.5rem;
  border-bottom: 1px solid var(--border);
}
#added_items_list .item-img {
  flex: 0 0 80px;
  margin-right: 10px;
}
#added_items_list .item-img img {
  display: block;
}
#added_items_list .item-name {
  line-height: 1.5;
  font-size: 0.85em;
}
#added_items_list .item-name span {
  display: block;
}
#added_items_list .item-qty {
  position: absolute;
  top: 5px;
  left: 0;
  width: 29px;
  background: var(--primary);
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: var(--primaryForeground);
}
#item_added_actions {
  flex: 0 0 50px;
  margin-top: 1rem;
}
#item_added_actions button {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 1em;
  font-weight: 600;
}
#item_added_actions button[name="btnContinueShopping"] {
  background: none;
  color: var(--foreground);
}
#item_added_actions .btn-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  color: var(--foreground);
  opacity: 0.5;
}
#item_added_actions .btn-loading:before {
  content: '\F110';
  width: 40px;
  line-height: 40px;
  margin: 0;
  background: none;
  font-family: var(--font_icon);
  animation: rotate 1s infinite;
}
#item_added_actions .btn-loading:after {
  content: 'Carregando';
}
#item_added_actions .btn-loading span {
  display: none;
}
@-moz-keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.item_box {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item_box .item_ref,
.item_box .item_status,
.item_box .item_description,
.item_box .item_availability,
.item_box .item_save,
.item_box .item_brand,
.item_box .item_similars {
  display: none;
}
.item_box .item_img {
  order: -2;
}
.item_box .item_img img {
  display: block;
  width: 100%;
}
.item_box .item_txt {
  text-align: left;
}
.item_box .item_name {
  display: block;
  margin-top: 10px;
  line-height: 1.8em;
}
.item_box .item_name strong {
  font-weight: 400;
}
.item_box .item_listPrice {
  display: inline-block;
  margin: 10px 10px 0 0;
  font-size: 0.85em;
  color: var(--priceList);
}
.item_box .item_ourPrice {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 600;
  color: var(--priceOur);
}
.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: var(--priceOr);
}
.item_box .item_or label {
  font-size: 0.9em;
  font-weight: 400;
}
.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: var(--priceOr);
  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 {
  order: -1;
  margin-top: 10px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .item_box {
    font-size: 0.85em;
  }
  .item_box .item_name {
    margin-top: 5px;
    line-height: 1.6em;
  }
}
.item_box .item_status_2,
.item_box .item_status_3,
.item_box .free_shipping,
.item_box .free_shipping_restricted,
.item_box .item_discount {
  position: absolute;
  right: 5px;
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
  font-size: 0.7em;
  text-transform: uppercase;
}
.item_box .item_status_3 {
  top: 5px;
  background: var(--highlight2);
  color: var(--highlight2Foreground);
}
.item_box .free_shipping,
.item_box .free_shipping_restricted {
  top: 30px;
  background: var(--highlight3);
  color: var(--highlight3Foreground);
}
.item_box .free_shipping:after {
  content: 'Frete Gr\E1tis Brasil';
}
.item_box .free_shipping_restricted:after {
  content: 'Frete Gr\E1tis*';
}
.item_box .item_free_shipping_restricted {
  display: none;
}
.item_box .item_status_2 {
  top: 5px;
  background: var(--highlight1);
  color: var(--highlight1Foreground);
}
.item_box .item_discount {
  top: 5px;
  padding: 0;
  background: var(--highlight1);
  color: var(--highlight1Foreground);
}
.item_box .item_discount:before {
  content: 'Promo\E7\E3o';
  padding: 0 10px;
}
.item_box .item_discount_percentage {
  display: inline-block;
  padding: 0 7px;
  background: rgba(0,0,0,0.25);
}
.item_box .item_discount_percentage:before {
  content: '-';
}
.item_box .item_discount_label {
  display: none;
}
@media only screen and (max-width: 480px) {
  .item_box .item_status_2,
  .item_box .item_status_3,
  .item_box .free_shipping,
  .item_box .free_shipping_restricted,
  .item_box .item_discount {
    top: 0;
    right: 0;
    padding: 0 5px;
    line-height: 15px;
  }
  .item_box .item_discount {
    padding: 0;
  }
  .item_box .item_discount:before,
  .item_box .item_discount .item_discount_percentage {
    padding: 0 5px;
  }
  .item_box .free_shipping,
  .item_box .free_shipping_restricted {
    top: 20px;
  }
  .item_box .free_shipping:after {
    content: 'Frete Gr\E1tis';
  }
}
.item_box .product_promotion {
  margin-top: 10px;
  text-align: left;
}
.item_box .product_promotion_name,
.item_box .product_promotion_description {
  display: none;
}
.details_promotion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0;
}
.details_promotion img {
  order: -1;
  max-height: 50px;
  background: var(--background);
}
.details_promotion .details_promotion_name {
  margin-left: 15px;
  font-size: 1.2em;
  font-weight: bold;
}
.details_promotion .details_promotion_name:after {
  content: '-';
  margin: 0 5px;
}
@media only screen and (max-width: 480px) {
  .details_promotion {
    justify-content: center;
  }
}
#frmNewsletter {
  padding: 15px;
  background: var(--secondary);
  color: var(--secondaryForeground);
  overflow: hidden;
}
#newsletter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
#newsletter h5 {
  line-height: 20px;
  font-size: 1rem;
  font-weight: 400;
}
#newsletter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#newsletter li {
  margin: 5px;
}
#newsletter #newsletter_i2 {
  text-align: right;
}
#newsletter label {
  display: none;
}
#newsletter input {
  width: 250px;
  border: 1px solid #fff;
}
#newsletter p {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
}
#newsletter button {
  padding: 0 10px;
  line-height: 38px;
  font-size: 0.85em;
}
#f-redes {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
#f-redes > span {
  margin-right: 5px;
}
#f-redes a {
  margin: 0 5px;
  color: var(--primaryForeground);
}
#f-redes a i {
  font-size: 1.5em;
  font-weight: 300;
}
#f-redes a:hover {
  filter: brightness(1.2);
}
#f-infos {
  padding: 0 1.5rem;
}
#f-infos p {
  max-width: 1400px;
  margin: 0.5rem auto;
  line-height: 1.5em;
  font-size: 0.8em;
  opacity: 0.5;
}
#f-sec {
  display: flex;
  justify-content: center;
  padding: 1rem 0.5rem;
}
#f-sec > * {
  margin: 0 1rem;
}
#f-sec img {
  display: block;
}
#shop_footer_mobile {
  background: var(--primary);
  color: var(--primaryForeground);
}
#shop_footer_mobile #f-atendimento {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
#shop_footer_mobile #f-atendimento p {
  flex: 0 0 100%;
  margin: 0 0 1%;
}
#shop_footer_mobile #f-atendimento p a {
  display: block;
  padding: 10px 0;
  background: var(--callToAction);
  color: var(--callToActionForeground);
}
#shop_footer_mobile #f-atendimento > a {
  position: relative;
  flex: 1 0 31%;
  margin: 1%;
  line-height: 30px;
  font-size: 0.7em;
  color: inherit;
  text-transform: uppercase;
}
#shop_footer_mobile #f-atendimento > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--primaryForeground);
  opacity: 0.2;
}
#shop_footer_mobile #f-infos {
  padding: 1rem 1.5rem;
}
#shop_footer_mobile #f-sec {
  justify-content: space-between;
  background: var(--background);
}
#shop_footer_mobile #f-sec > * {
  max-width: 30%;
}
#shop_footer_desktop {
  background: var(--primary);
  color: var(--primaryForeground);
}
#shop_footer_desktop #f-foot {
  margin-bottom: 1rem;
  padding: 1rem 1rem 0;
  font-size: 0.9em;
  overflow: hidden;
}
#shop_footer_desktop #f-menu {
  margin-bottom: 20px;
}
#shop_footer_desktop #f-menu a {
  display: inline-block;
  line-height: 30px;
  font-size: 0.9em;
  font-weight: 400;
  color: inherit;
}
#shop_footer_desktop #f-menu a:before {
  content: '|';
  margin: 0 10px;
}
#shop_footer_desktop #f-menu a:nth-of-type(1):before {
  display: none;
}
#shop_footer_desktop #f-menu a:hover span {
  text-decoration: underline;
}
#shop_footer_desktop #f-atendimento p {
  font-size: 0.9em;
}
#shop_footer_desktop #f-atendimento i {
  font-weight: 300;
}
#shop_footer_desktop #f-pagamento {
  padding: 0 1rem 1rem 1rem;
}
#shop_footer_desktop #f-pagamento p {
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  #newsletter h5 {
    margin-top: 0;
  }
  #newsletter #newsletter_i0 {
    flex: 0 0 100%;
  }
  #newsletter #newsletter_i1 {
    flex: 1 0 auto;
    margin-left: 0;
  }
  #newsletter #newsletter_i2 {
    flex: 0 0 60px;
  }
  #newsletter input,
  #newsletter button {
    width: 100%;
  }
}
