/* master */
/**
 * Tema:     Neon
 * Versão:   2.0
 * Update:   07/2018
 */
/* Geral */
input,
select,
textarea {
  border-radius: 3px;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}

select:hover,
textarea:hover,
input:hover,
input:focus {
  border-color: #E20031;
}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='radio'],
input[type='file'] {
  border: unset;
  border-radius: unset;
  box-shadow: unset;
}

address .ico {
  position: relative;
  top: 0.13rem;
  display: inline;
  margin-right: 0.25rem;
  vertical-align: baseline;
  fill: #F8A7A5;
}

iframe[name='google_conversion_frame'] {
  position: fixed;
  top: -62.44rem;
  left: -62.44rem;
}

a {
  color: #E20031;
}

a:hover {
  color: #BE0029;
}

/* Transition */
a,
button,
input,
select,
textarea,
.order-status:after,
.order-status .ico,
.osc-steps .opc-block-progress dt:after,
.tab-cor .name,
.tab-cor label,
.borda-cores label,
.borda-cores .name,
.borda-tipo label,
.borda-tipo img,
.tab-produto label,
.tab-produto img {
  transition: all 100ms ease-out;
}

/* icon */
.toolbar-bottom a.next:before,
.toolbar-bottom a.previous:before,
.cart-table .btn-remove:before,
.review-summary label:before,
#checkout-step-login .hints li:before,
.osc-accordion .opc-block-progress dt.complete:after,
#checkout-shipping-method-load ul li label:after,
.osc-accordion .step-title .number:before,
#checkout-payment-method-load dt:after,
.downloadable-sample-link:before,
.downloadable-free-sample .link:before,
.mycart-products .btn-remove:before,
.success-content .confirmation:before,
.success-content .print:before,
.benefits li:before,
.order-status.state-complete span:after,
.my-account .pager ol li a.next:before,
.my-account .pager ol li a.previous:before,
.order-date:before,
.boleto-info a:before,
.order-items a.link-print:before,
.osc-onepage .step-title .number:before,
.osc-steps .step-title .number:before,
.osc-steps .opc-block-progress dt:before,
.the-share a:before,
.success-content .pagto a.boleto:before,
.qty-wrapper .bt:before,
.or-map:before,
.revendaslist .telmail li:before,
.arevenda .dados .contato li:before,
.no-coms:before,
.case-detail-content .bx-controls-direction a:before {
  content: '';
}

/* Estrutura */
.wrapper>*:not(:last-child),
.header-container>*:not(:last-child),
.main-container>*:not(:last-child),
.col-main>*:not(:last-child),
.sidebar>*:not(:last-child),
.footer-container>*:not(:last-child),
.footer>*:not(:last-child) {
  margin-bottom: 1rem;
}

/* Tamanho mínimo do conteúdo = ~ Altura da tela - (Cabeçalho + Margens) */
.main-container {
  min-height: calc(100vh - 9.5rem);
}

.col-main {
  flex: 1;
  min-width: 0;
}

/* Flex Grid */
.flex {
  display: flex;
  margin: 0 -0.5rem -1rem;
}

.flex--column {
  flex-direction: column;
}

.flex--wrap {
  flex-wrap: wrap;
}

.flex--a-start {
  align-items: flex-start;
}

.flex--a-center {
  align-items: center;
}

.flex--a-end {
  align-items: flex-end;
}

.flex--a-stretch {
  align-items: stretch;
}

.flex--j-start {
  justify-content: flex-start;
}

.flex--j-center {
  justify-content: center;
}

.flex--j-end {
  justify-content: flex-end;
}

.flex--j-around {
  justify-content: space-around;
}

.flex--j-between {
  justify-content: space-between;
}

.flex>* {
  margin: 0 !important;
  padding: 0 0.5rem 1rem;
  list-style: none !important;
}

/* Modifiers Globais */
[class*='--xs'] {
  font-size: 0.8rem;
}

[class*='--sm'] {
  font-size: 0.9rem;
}

[class*='--lg'] {
  font-size: 1.2rem;
}

[class*='--xl'] {
  font-size: 1.5rem;
}

/* Componentes */
/* svg.ico */
svg.ico {
  width: 1rem;
  height: 1rem;
}

svg.ico--right {
  margin-right: -1rem;
}

svg.ico--left {
  margin-left: -1rem;
}

svg.img-googleplus {
  width: 1.5625rem;
}

svg.img-twitter {
  width: 1.25rem;
}

/* .title */
.title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1em;
}

.title--xs {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  font-size: 1rem;
}

.title--sm {
  font-weight: 400;
  font-size: 1.5rem;
}

.title--lg {
  font-size: 2.5rem;
}

.title--xl {
  font-size: 3rem;
}

/* sub title */
.subtitle {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 0.8rem;
}

.title+.subtitle {
  margin-top: -1rem;
}

/* .page-title */
.page-title {
  margin-bottom: 1rem;
}

.page-title h1 {
  margin: 0 0 0.25em;
  color: #E20031;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1em;
}

.page-title h1 small {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 3rem;
}

/* .btn + basic fix */
.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 0.875em 1em;
  height: auto;
  border: 0;
  border-radius: 3px;
  background: #E20031;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #F2F2F2;
  font-size: 1rem;
  line-height: 1em;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.btn .ico,
button .ico {
  display: inline-block;
  vertical-align: baseline;
  fill: #FFFFFF;
}

.btn:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #BE0029;
  color: #FFFFFF;
}

.btn:hover .ico,
button:hover .ico {
  fill: #FFFFFF;
}

.btn--flat {
  border-radius: 0;
  box-shadow: none;
}

.btn--flat:hover {
  border-radius: 0;
  box-shadow: 0 1rem 1.5rem -1.5rem rgba(0, 0, 0, 0.3);
}

.btn--emboss {
  background: linear-gradient(#F8A7A5, #E19795);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -3px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.btn--emboss:hover {
  background: linear-gradient(#E19795, #F8A7A5);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 3px 0 rgba(0, 0, 0, 0.2);
}

.btn--outline {
  background: none;
  box-shadow: inset 0 0 0 1px #F8A7A5;
  color: #F8A7A5;
}

.btn--outline:hover {
  background: #F8A7A5;
  color: #FFFFFF;
}

.btn--disabled {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: not-allowed;
}

.btn--remove:before {
  display: block;
  content: '\f014';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.btn--remove span {
  display: none;
}

.btn--close:before {
  display: block;
  content: '\f00d';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.btn--close span {
  display: none;
}

.btn--back {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn--back:before {
  content: '\f104';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 1rem;
}

.btn--xs {
  padding: 0.5em 1em;
  font-size: 0.8rem;
}

.btn--sm {
  font-size: 0.9rem;
}

.btn--lg {
  font-size: 1.5rem;
}

.btn--xl {
  font-size: 2rem;
}

/* .link */
.link {
  color: #E20031;
  font-weight: 600;
}

.link:hover {
  color: #BE0029;
}

/* .divider */
.divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 2rem;
}

.divider:before,
.divider:after {
  flex: 1 1 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  content: '';
}

.divider:before {
  margin-right: 1rem;
}

.divider:after {
  margin-left: 1rem;
}

.divider--lg:before,
.divider--lg:after,
.divider--xl:before,
.divider--xl:after {
  border-top-width: 2px;
}

.divider:empty:before,
.divider:empty:after {
  margin: 0;
}

/* .imgcase */
.imgcase {
  position: relative;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.imgcase img {
  opacity: 0;
}

/* Componentes */
/* Blog: Ultimos Posts */
.blogfeed__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin: -0.5rem;
}

.blogfeed__list li {
  display: flex;
  flex: 1 1 25%;
  flex-flow: column nowrap;
  padding: 0.5rem;
  min-width: 280px;
}

.blogfeed__post {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  padding: 1rem;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.blogfeed__thumb {
  flex: 0 0 33.333%;
  margin-right: 1rem;
}

.blogfeed__thumb a {
  position: relative;
  display: block;
}

.blogfeed__thumb a:before {
  display: block;
  padding-top: 100%;
  content: '';
}

.blogfeed__thumb .imgcase {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.blogfeed__info {
  flex: 1 1 auto;
}

.blogfeed__time {
  margin-bottom: 1rem;
  color: #777;
  font-size: 0.8rem;
}

.blogfeed__excerpt {
  margin-bottom: 1rem;
}

/* Busca */
.search {
  position: relative;
  z-index: 20;
}

.search__form {
  position: relative;
  display: flex;
  align-items: center;
}

.search__form .input-box {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}

.search__label {
  flex: 0 0 auto;
  margin-right: 1rem;
  color: rgba(0, 0, 0, 0.5);
}

.search__label:empty {
  display: none;
}

.search__input {
  flex: 1 1 auto;
  border-radius: 3px 0 0 3px !important;
}

.search__filter {
  position: relative;
  flex: 0 0 auto;
}

.search__filter .label {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  height: 2.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2.75rem;
  cursor: pointer;
}

.search__filter .label:before {
  margin-right: 1rem;
  content: '\f0b0';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgba(0, 0, 0, 0.2);
}

.search__filter .label:hover,
.search__filter .label:hover:before,
.search__filter.filtered .label,
.search__filter.filtered .label:before {
  color: #E20031;
}

.search__filter select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.search__filter ul {
  position: absolute;
  display: none;
  padding: 0.5rem;
  max-width: 90vw;
  width: 20rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1rem 2rem -1rem rgba(0, 0, 0, 0.5);
  -moz-column-count: 2;
  column-count: 2;
}

.search__filter.drop--left ul {
  left: 0;
}

.search__filter.drop--right ul {
  right: 0;
}

.search__filter.drop--top ul {
  top: 100%;
}

.search__filter.drop--bottom ul {
  bottom: 100%;
}

.search__filter.on ul {
  display: block;
}

.search__filter li {
  display: block;
  padding: 0.5rem;
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 200ms ease-out;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  page-break-inside: avoid;
}

.search__filter li:hover {
  color: #E20031;
}

.search__filter li.default {
  display: block;
  margin: 0.5rem -0.5rem -0.5rem;
  padding: 1rem;
  width: calc(100% + 1rem);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  column-span: all;
  -moz-column-span: all;
}

.search__filter li.default:hover {
  background: #E20031;
  color: #F2F2F2;
}

.search__button {
  flex: 0 0 auto;
  border-radius: 0 3px 3px 0;
}

.search__button span span {
  display: flex;
  align-items: center;
}

.search__autocomplete {
  position: absolute;
  top: 100% !important;
}

.search__autocomplete ul {
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1rem 2rem -1rem rgba(0, 0, 0, 0.5);
}

.search__autocomplete li {
  cursor: pointer;
}

.search__autocomplete li:hover {
  color: #E20031;
}

.search__autocomplete li:not(:last-child) {
  margin-bottom: 1rem;
}

.search__autocomplete .amount {
  padding-right: 1rem;
  color: rgba(0, 0, 0, 0.5);
}

.search__hide {
  display: none;
}

/* Autocomplete */
form.searchautocomplete {
  position: relative;
}

.searchautocomplete-loader {
  position: absolute;
  top: calc(50% - 1.25rem);
  right: 6.88rem;
}

.searchautocomplete-placeholder {
  position: absolute;
  top: calc(100% + 0.31rem);
  right: 0;
  left: 0;
  padding: 0.63rem 0 0.63rem 0.63rem;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.searchautocomplete-placeholder:before,
.searchautocomplete-placeholder:after {
  position: absolute;
  bottom: 100%;
  left: calc(50% - 0.63rem);
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #ccc;
  content: '';
}

.searchautocomplete-placeholder:after {
  margin-bottom: -0.06rem;
  border-bottom-color: #fff;
}

.searchautocomplete-placeholder ul {
  overflow: auto;
  margin-right: 0.31rem;
  padding-right: 0.31rem;
  max-height: 200px;
}

.searchautocomplete-placeholder ul::-webkit-scrollbar {
  width: 0.19rem;
}

.searchautocomplete-placeholder ul::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: transparent;
  background-image: linear-gradient(90deg, transparent 50%, rgba(0, 173, 239, 0.3) 50%);
  background-size: 2px 1px;
}

.searchautocomplete-placeholder ul::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 173, 239, 0.7);
}

.searchautocomplete-placeholder ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.63rem;
  padding: 0.63rem;
  border: 1px solid #ddd;
}

.searchautocomplete-placeholder .all {
  margin-left: -0.63rem;
  padding: 0.63rem 0.63rem 0 0;
  border-top: 1px solid #ccc;
  text-align: right;
}

.searchautocomplete-placeholder .all a {
  display: inline-block;
  padding: 0 1.25rem;
  border-radius: 3px;
  background: #F8A7A5;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.88rem;
}

.searchautocomplete-placeholder .all a:hover {
  background: #E19795;
  color: #FFFFFF;
}

.searchautocomlete-image {
  flex: 0 0 auto;
  margin-right: 0.63rem;
}

.searchautocomlete-info {
  flex: 1 1 auto;
  color: #666;
  font-size: 0.75rem;
}

.searchautocomlete-info>* {
  margin-bottom: 0.44rem;
}

.searchautocomlete-info>*:last-child {
  margin-bottom: 0;
}

.searchautocomlete-info .name {
  display: block;
  color: #222;
  font-weight: 600;
}

.searchautocomlete-info .name:hover {
  color: #BE0029;
}

.searchautocomlete-info .name,
.searchautocomlete-info .regular-price,
.searchautocomlete-info .special-price {
  font-size: 0.88rem;
}

/* Breadcrumb */
.breadcrumb li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}

.breadcrumb__list {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
}

.breadcrumb__sep {
  margin: 0 0.5rem;
  color: rgba(0, 0, 0, 0.3);
}

.breadcrumb__link {
  display: flex;
  align-items: center;
}

.breadcrumb__home .breadcrumb__link:before {
  content: '\f015';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5rem;
}

.breadcrumb__last {
  font-weight: 700;
}

/* Newsletter */
.newsletter {
  position: relative;
}

.newsletter__form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -0.25rem -0.5rem;
  transition: all 300ms ease-out;
}

.newsletter__text {
  flex: 1 1 100%;
  margin-bottom: 1rem;
  padding: 0 0.25rem;
}

.newsletter__name {
  display: flex;
  flex: 1 1 20%;
  align-items: center;
  padding: 0 0.25rem 0.5rem;
  min-width: 250px;
}

.newsletter__gender {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 0 0.25rem 0.5rem;
  min-width: 250px;
}

.newsletter__email {
  display: flex;
  flex: 1 1 40%;
  align-items: center;
  padding: 0 0.25rem 0.5rem;
  min-width: 250px;
}

.newsletter__submit {
  flex: 1 1 auto;
  padding: 0 0.25rem 0.5rem;
}

.newsletter__btn {
  width: 100%;
}

.newsletter__loader {
  position: absolute;
  top: calc(50% - 1.375rem);
  left: calc(50% - 1.375rem);
  width: 2.75rem;
  height: 2.75rem;
  opacity: 0;
  transition: all 300ms ease-out;
}

.newsletter__message {
  padding: 1rem;
  background: #F8A7A5;
  color: #FFFFFF;
  text-align: center;
}

.newsletter .male-label,
.newsletter .female-label {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  line-height: 2.75rem;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.newsletter .male-label:before {
  content: '\f183';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5em;
}

.newsletter .female-label:before {
  content: '\f182';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5em;
}

.newsletter .male-label:hover,
.newsletter .female-label:hover {
  border-color: #E20031;
  color: #E20031;
}

.newsletter .male-label.checked,
.newsletter .female-label.checked {
  border-color: #E20031;
  background: #E20031;
  color: #F2F2F2;
}

.newsletter .label {
  display: none;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  color: rgba(0, 0, 0, 0.5);
}

.newsletter .input-radio {
  position: fixed;
  top: -624.94rem;
  left: -624.94rem;
}

.newsletter.loading {
  position: relative;
  min-height: 2.75rem;
}

.newsletter.loading .newsletter__loader {
  opacity: 1;
}

.newsletter.done .newsletter__loader {
  z-index: -1;
  filter: grayscale(1);
  opacity: 0.1;
}

.newsletter.done {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter.loading .newsletter__form,
.newsletter.done .newsletter__form {
  display: none;
}

/* Coleção de Produtos */
.products__list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 -0.5rem -1rem;
}

.products__item {
  display: flex;
  flex: 1 1 250px;
  margin: 0;
  padding: 0 0.5rem 1rem;
  min-width: 250px;
}

.products__list .flex-fix {
  order: 99;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 0 !important;
}

.products__case {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  width: 100%;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

/* custom markup */
.product__main {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  padding: 1rem;
}

.product__name {
  display: block;
  margin-bottom: 1rem;
  color: #222;
  font-size: 1rem;
}

.product__image {
  position: relative;
  display: block;
  padding: 0.06rem 0.06rem 0;
}

.products__list img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.products__list img.hidden {
  display: none !important;
}

.products__list img.active-img {
  display: block;
}

.products__list .price-box>span:not(:last-child) {
  display: block;
  margin-bottom: 0.5rem;
}

.products .esgotado {
  margin-bottom: 1rem;
  color: #CCCCCC;
  font-weight: 600;
  font-size: 0.8rem;
}

.products .product-rate {
  /* margin-top: auto; */
}

/* --list */
.products--list {
  flex-flow: column nowrap;
  margin: 0;
}

.products--list .products__item {
  flex: 0 0 auto;
  margin-bottom: 1rem;
  padding: 0;
}

.products--list .products__case {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.products--list .product__header {
  flex: 0 0 auto;
  padding: 1rem 0 1rem 1rem;
}

.products--list .product__main {
  flex: 1 1 auto;
}

/* carrossel */
.carrossel .products__list {
  display: block;
  margin-bottom: 0;
}

.carrossel .products__item {
  padding: 0 0.5rem;
  min-width: 0;
  width: 100%;
}

/* Relacionados */
.related__subtitle {
  margin-bottom: 1rem;
}

.related__add-checkbox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}

.related__add-checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 3px;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.related__add-checkbox label:hover {
  background: #F8A7A5;
}

.related__add-checkbox input {
  margin: 0;
}

.related__hide,
.recommended__hide,
.whosaw__hide,
.jointsales__hide,
.upsell__hide {
  display: none;
}

/* Comparador */
.compare__amount {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
}

.compare__list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 -0.5rem;
}

.compare__item {
  position: relative;
  display: flex;
  flex: 1 1 16.666%;
  flex-flow: column nowrap;
  padding: 0 0.5rem 1rem;
  min-width: 200px;
}

.compare__item.fix {
  order: 99;
  padding-bottom: 0;
}

.compare__product-image {
  display: block;
  flex: 1 1 auto;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  text-align: center;
}

.compare__product-name {
  display: block;
  padding: 0 1rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  border-radius: 0 0 3px 3px;
}

.compare__remove {
  position: absolute;
  top: 0;
  right: 0.5rem;
  box-shadow: none;
}

/* Depoimentos */
.testimonials header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.testimonials__nav {
  display: flex;
  align-items: flex-start;
}

.testimonials__nav .btn {
  margin-left: 1rem;
}

.testimonials__list {
  display: flex;
  margin: 1rem -0.5rem -1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonials__item {
  position: relative;
  flex: 1 1 20%;
  margin: 0 !important;
  padding: 0.06rem 0 1rem;
  list-style: none !important;
}

.testimonials__item.fix {
  padding-bottom: 0;
}

.testimonials__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.testimonials__author {
  font-weight: 700;
}

.testimonials__date {
  color: rgba(0, 0, 0, 0.5);
}

.testimonials__content {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

/* Depoimentos - Page */
.testimonials__toggler {
  display: flex;
  align-items: center;
}

.testimonials__toggler .btn {
  margin-right: 1rem;
}

.testimonials__form {
  display: none;
  padding-top: 1rem;
}

.testimonials__form .refresh-captcha:before {
  display: inline;
  content: '\f021';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.testimonials__form .refresh-captcha .svg-loader {
  display: inline-block;
  margin: 0 -0.5rem;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
}

.testimonials__form .refresh-captcha span,
.testimonials__form .refresh-captcha.loading:before {
  display: none;
}

.testimonials__form .refresh-captcha:hover .svg-loader .spinner {
  stroke: #FFFFFF;
}

.testimonials__rating {
  float: left;
  margin-right: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.testimonials__rating:before {
  display: inline-block;
  content: '\f165';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.testimonials__rating span {
  display: none;
}

.positivo .testimonials__rating:before {
  color: #E20031;
  content: '\f164';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Enquete */
.poll__content {
  position: relative;
  display: flex;
  align-items: stretch;
}

.poll__content .svg-loader {
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  z-index: -1;
  visibility: hidden;
  width: 4rem;
  height: 4rem;
  opacity: 0;
}

.poll__form {
  flex: 1 1 auto;
  transition: all 200ms ease-out;
}

.poll__list {
  margin-bottom: 1rem;
}

.poll__list .validation-advice {
  right: auto;
  bottom: 100%;
  left: -1.56rem;
  margin-bottom: -1.19rem;
}

.poll__list .validation-advice div {
  right: auto;
  left: 0;
  text-align: left;
  transform-origin: left bottom;
}

.poll__list .validation-advice div:before {
  right: auto;
  left: 0.25rem;
}

.poll__answer {
  display: flex;
  align-items: center;
}

.poll__answer:not(:last-child) {
  margin-bottom: 0.5rem;
}

.poll__radio {
  margin-right: 1rem;
}

.poll__label {
  font-weight: 600;
  cursor: pointer;
}

.poll__label:hover {
  color: #E20031;
}

.poll__results {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}

.poll__results:empty {
  display: none;
}

.poll__results-list {
  flex: 1 1 50%;
}

.poll__results-item:not(:last-child) {
  margin-bottom: 1rem;
}

.poll__results-item:nth-child(9n+1) {
  color: #E20031;
}

.poll__results-item:nth-child(9n+2) {
  color: #F8A7A5;
}

.poll__results-item:nth-child(9n+3) {
  color: #CCCCCC;
}

.poll__results-item:nth-child(9n+4) {
  color: #3AAD2A;
}

.poll__results-item:nth-child(9n+5) {
  color: #BE0029;
}

.poll__results-item:nth-child(9n+6) {
  color: #E19795;
}

.poll__results-item:nth-child(9n+7) {
  color: #F7F7F7;
}

.poll__results-item:nth-child(9n+8) {
  color: #5FCE57;
}

.poll__results-item .votes {
  display: block;
  color: #999;
  font-size: 0.8em;
}

.poll__results-item .percent {
  margin-right: 1rem;
  font-weight: 700;
  font-size: 1.2em;
}

.poll__percent {
  flex: 1 1 50%;
  margin-right: 1rem;
  min-height: 150px;
  max-height: 25vh;
}

.poll__percent .on {
  transition: stroke-dashoffset 2s ease-out;
  transform: rotate(-90deg);
  transform-origin: center;
  -webkit-animation: stroke-free 10ms ease-out;
  animation: stroke-free 10ms ease-out;
  stroke-dasharray: 132px 132px;
  stroke-dashoffset: 132px;
  stroke-linecap: round;
}

.poll__percent .on.locked {
  stroke-dashoffset: 132px !important;
}

.poll__percent .on:nth-child(9n+1) {
  stroke: #E20031;
}

.poll__percent .on:nth-child(9n+2) {
  stroke: #F8A7A5;
}

.poll__percent .on:nth-child(9n+3) {
  stroke: #CCCCCC;
}

.poll__percent .on:nth-child(9n+4) {
  stroke: #3AAD2A;
}

.poll__percent .on:nth-child(9n+5) {
  stroke: #BE0029;
}

.poll__percent .on:nth-child(9n+6) {
  stroke: #E19795;
}

.poll__percent .on:nth-child(9n+7) {
  stroke: #F7F7F7;
}

.poll__percent .on:nth-child(9n+8) {
  stroke: #5FCE57;
}

.poll__content.loading .svg-loader {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}

.poll__content.loading .poll__form {
  opacity: 0.5;
}

.poll__content.results .poll__form {
  display: none;
}

/* Pagamentos / Envios / Sociais / Selos */
.pays__svg {
  max-width: 9rem;
  height: 2rem;
}

.pays__name {
  display: none;
}

.ships__svg {
  height: 2rem;
}

.ships__name {
  display: none;
}

.socials__svg {
  max-width: 9rem;
  height: 2rem;
}

.socials__name {
  display: none;
}

.certs__name {
  display: none;
}

/* Formulários */
.forms__fieldset {
  margin-bottom: 1rem;
}

.forms__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forms .required {
  font-size: 0.8em;
  opacity: 0.5;
}

/* Glossário */
.glossary__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 -0.25em -0.5rem;
}

.glossary__list:before,
.glossary__list:after {
  flex: 1 1 auto;
  height: 2.75rem;
  background: rgba(0, 0, 0, 0.03);
  content: '';
}

.glossary__item {
  display: flex;
  flex: 0 0 3.25rem;
  flex-flow: column nowrap;
  margin: 0 !important;
  padding: 0 0.25rem 0.5rem;
  list-style: none !important;
}

.glossary__letter {
  flex: 1 1 100%;
  padding: 0 0.5rem;
  width: 100%;
  height: 2.75rem;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #E20031;
  color: #E20031;
  text-align: center;
  line-height: 2.75rem;
}

.glossary__letter:not(.empty):hover,
.glossary__letter.current {
  background: #E20031;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #F2F2F2;
}

.glossary__letter.empty {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.2);
}

/* Glossário - Páginas */
.glossary__terms {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -0.5rem -1rem;
  max-width: calc(100% + 1rem);
}

.glossary__term {
  flex: 1 1 20%;
  padding: 0 0.5rem 1rem;
  min-width: 250px;
}

.glossary__term-link {
  line-height: 2.75rem;
}

.glossary__term-link:before {
  content: '\f105';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5rem;
  vertical-align: middle;
  opacity: 0.5;
}

/* Lista de Desejos */
.mywish {
  position: relative;
  z-index: 20;
  height: 2.75rem;
}

.mywish__header a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px #E20031;
}

.mywish__header .ico {
  max-height: none;
  width: 1.2rem;
  height: 1rem;
  fill: none;
  stroke: #E20031;
}

.mywish__header .text {
  display: none;
}

.mywish__header .qtd {
  position: absolute;
  top: 0;
  right: -0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #BE0029;
  color: #FFFFFF;
  text-align: center;
  text-indent: -1.5px;
  letter-spacing: -0.1em;
  font-size: 0.7rem;
  line-height: 1rem;
}

.mywish__content {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 1rem;
  max-width: 90vw;
  width: 20rem;
  background: #fff;
  box-shadow: inset 0 1px 0 #E20031, inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1rem 1rem rgba(0, 0, 0, 0.5);
}

.drop--left .mywish__content {
  right: auto;
  left: 0;
}

.drop--right .mywish__content {
  right: 0;
  left: auto;
}

.drop--top .mywish__content {
  top: 100%;
  bottom: auto;
}

.drop--bottom .mywish__content {
  top: auto;
  bottom: 100%;
  box-shadow: inset 0 -1px 0 #E20031, inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1rem 1rem rgba(0, 0, 0, 0.5);
}

.mywish:hover .mywish__content {
  display: block;
}

.mywish:hover .mywish__header a {
  background: #E20031;
}

.mywish:hover .mywish__header .ico {
  fill: #F2F2F2 !important;
}

.mywish__list {
  overflow: auto;
  margin-right: -0.5rem;
  padding-right: 0.5rem;
  max-height: 50vh;
}

.mywish__list::-webkit-scrollbar {
  width: 0.06rem;
}

.mywish__list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.mywish__list::-webkit-scrollbar-thumb {
  background: #E20031;
}

.mywish__item {
  position: relative;
  display: flex;
  align-items: center;
}

.mywish__item:not(:last-child) {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mywish__thumb {
  flex: 0 0 auto;
  margin-right: 1rem;
}

.mywish__details {
  flex: 1 1 auto;
}

.mywish__name {
  display: block;
  margin-bottom: 1rem;
}

.mywish__remove {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25rem;
  height: 1.5rem;
  background: #fff;
  box-shadow: none;
  line-height: 1rem;
}

.mywish__actions {
  margin: 1rem -1rem -1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mywish__actions a {
  display: block;
  padding: 1rem;
}

.mywish__actions a:hover {
  background: #E20031;
  color: #F2F2F2;
}

.mywish--items .mywish__header .ico {
  fill: #E20031;
}

/* Meu Carrinho */
.mycart {
  z-index: 20;
}

.mycart__content {
  position: fixed;
  top: 0;
  right: 0;
  width: 20rem;
  background: #fff;
}

.drop--left .mycart__content {
  right: auto;
  left: 0;
}

.drop--right .mycart__content {
  right: 0;
  left: auto;
}

.drop--bottom .mycart__content {
  top: auto;
  bottom: 100%;
  box-shadow: inset 0 -1px 0 #E20031, inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1rem 1rem rgba(0, 0, 0, 0.5);
}

.mycart:hover .mycart__content {
  display: block;
}

.mycart__list {
  overflow: auto;
  margin-right: -0.5rem;
  padding-right: 0.5rem;
  max-height: 50vh;
}

.mycart__list::-webkit-scrollbar {
  width: 0.06rem;
}

.mycart__list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.mycart__list::-webkit-scrollbar-thumb {
  background: #E20031;
}

.mycart__item {
  position: relative;
  display: flex;
  align-items: center;
}

.mycart__item {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mycart__thumb {
  flex: 0 0 auto;
  margin-right: 1rem;
}

.mycart__details {
  flex: 1 1 auto;
}

.mycart__details .price {
  font-weight: 600;
}

.mycart__details dl {
  font-size: 0.6rem;
}

.mycart__details dt {
  font-weight: 600;
}

.mycart__details dd {
  color: rgba(0, 0, 0, 0.7);
}

.mycart__details dd:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mycart__details .truncated a {
  display: none;
}

.mycart__name {
  display: block;
  margin-bottom: 1rem;
}

.mycart__qtd {
  font-size: 0.6rem;
  opacity: 0.5;
}

.mycart__remove {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: none;
}

.mycart__actions {
  display: flex;
  align-items: stretch;
  margin: 1rem -1rem -1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mycart__actions a {
  flex: 1 1 50%;
  padding: 1rem;
}

.mycart__actions .editar {
  font-size: 0.8rem;
}

.mycart__actions .finalizar {
  text-align: right;
  font-weight: 600;
}

.mycart__actions a:hover {
  background: #E20031;
  color: #F2F2F2;
}

.mycart__hide {
  display: none;
}

/* Minha Conta */
.myaccount {
  position: relative;
  z-index: 20;
}

.myaccount__header a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.myaccount__content {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 1rem;
  max-width: 90vw;
  width: 20rem;
  background: #fff;
  box-shadow: inset 0 1px 0 #E20031, inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1rem 1rem rgba(0, 0, 0, 0.5);
}

.drop--left .myaccount__content {
  right: auto;
  left: 0;
}

.drop--right .myaccount__content {
  right: 0;
  left: auto;
}

.drop--top .myaccount__content {
  top: 100%;
  bottom: auto;
}

.drop--bottom .myaccount__content {
  top: auto;
  bottom: 100%;
  box-shadow: inset 0 -1px 0 #E20031, inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1rem 1rem rgba(0, 0, 0, 0.5);
}

#i-user .female {
  display: none;
}

.user-female #i-user .male {
  display: none;
}

.user-female #i-user .female {
  display: block;
}

.myaccount__content .mb-menu {
  display: flex;
  flex-flow: column nowrap;
}

.myaccount__content .mb-menu li {
  margin-bottom: 0.5rem;
}

.myaccount__content .mb-menu li.logout {
  order: 2;
  margin: 0.5rem -1rem -1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.myaccount__content .mb-menu li.logout a {
  display: block;
  padding: 1rem;
}

.myaccount__content .mb-menu li.logout a:hover {
  background: #E20031;
  color: #F2F2F2;
}

.myaccount__login {
  margin-bottom: 1rem;
}

.myaccount__login .fields {
  flex-flow: row nowrap;
  align-items: flex-end;
}

.myaccount__login label {
  display: none;
}

.myaccount__login .pass {
  position: relative;
}

.myaccount__forgot {
  position: absolute;
  top: 2.75rem;
  left: 1.5rem;
  font-size: 0.6rem;
  line-height: 1rem;
}

.myaccount__register {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.myaccount__register .std {
  margin-bottom: 1rem;
}

.myaccount__register-btn {
  display: block;
  text-align: center;
}

.myaccount__hide {
  display: none;
}

/* Mini Cadastro */
.logincreate {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 -1rem -2rem;
}

.logincreate__login {
  flex: 1 1 50%;
  padding: 0 1rem 2rem;
  min-width: 250px;
}

.logincreate__social {
  margin-bottom: 1rem;
}

.logincreate__create {
  flex: 1 1 50%;
  padding: 0 1rem 2rem;
  min-width: 250px;
}

.logincreate__forgot {
  position: absolute;
  top: 2.75rem;
  left: 1rem;
  font-size: 0.6rem;
  line-height: 1rem;
}

/* Logo */
.logo__name {
  display: none;
}

.logo a {
  display: block;
}

.logo img,
.logo svg {
  display: block;
  max-width: 30vw;
  width: auto;
  height: 2.75rem;
}

.logo .m-img {
  display: none;
}

/* Marcas */
.brands__list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.brands__item {
  flex: 1 1 auto;
}

.brands__item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  height: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.brands__item a:hover {
  z-index: 10;
  border-color: #E20031;
}

.brands__item img {
  display: block;
  max-width: 25vw;
  max-height: 2rem;
  width: auto;
  height: auto;
}

.brands__item svg {
  display: block;
  height: 2rem;
}

.brands__item .name:not(:only-child) {
  display: none;
}

.brands--carrossel .brands__list {
  margin: 0 -0.5rem;
  padding: 0 0.5rem;
}

.brands .owl-wrapper-outer {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* Menu de Categorias */
.categories {
  background: #E20031;
}

.categories a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories a img,
.categories a svg {
  flex: 0 0 auto;
  margin-right: 0.5rem;
  max-height: 2rem;
  width: auto;
  height: auto;
  fill: #F2F2F2;
}

.categories a svg {
  width: 1rem;
  height: 1rem;
}

.categories a span {
  flex: 1 1 auto;
}

.categories .ul--0 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.categories .li--0 {
  position: relative;
}

.categories .li--0:hover .box--1 {
  transform: translateX(0);
}

.categories .li--0:hover .a--0 {
  background: #BE0029;
  color: #FFFFFF;
}

.categories .a--0 {
  padding: 0 1rem;
  height: 2.75rem;
  color: #F2F2F2;
  text-align: center;
  line-height: 2.75rem;
  cursor: pointer;
}

.categories .box--1 {
  display: flex;
  align-items: stretch;
  transform: translateX(-99999px);
}

.categories .ul--1 {
  flex: 1 1 auto;
}

body:not(.mobile) .categories .ul--1 {
  overflow: auto;
  max-height: 65vh;
}

.categories .ul--2 {
  font-size: 0.8rem;
}

.categories__products .products__list {
  flex-flow: row nowrap;
}

.categories__products .products__item,
.categories__products.carrossel {
  max-width: 16rem;
  width: 16rem !important;
}

.categories__products,
.categories__block {
  flex: 1 1 16rem;
  margin-left: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.categories__products a,
.categories__block a {
  display: block;
}

.categories__products a img,
.categories__block a img,
.categories__products a svg,
.categories__block a svg {
  margin: 0;
  max-height: none;
}

.categories__all {
  position: static !important;
}

.categories .products__case {
  padding: 0;
  box-shadow: none;
}

.all-ul--0 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  overflow-y: auto;
  padding: 0.5rem 0.5rem 0;
  max-height: calc(60vh - 7.5rem);
  width: 100%;
}

.all-ul--0::-webkit-scrollbar {
  width: 0.06rem;
}

.all-ul--0::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.all-ul--0::-webkit-scrollbar-thumb {
  background: #E20031;
}

.all-ul--0 .std {
  display: none;
}

.all-li--0 {
  display: block;
  flex: 1 1 20%;
  padding-bottom: 1rem;
  min-width: 250px;
  max-width: 20%;
}

.all-a--0 {
  display: block;
  padding: 0.5rem;
  font-weight: 700;
  font-size: 1.2rem;
}

.all-a--0:hover {
  box-shadow: -0.5rem 0 0 #E20031;
  color: #E20031;
}

.all-ul--1 {
  font-size: 0.8rem;
}

.all-a--1 {
  display: block;
  padding: 0.25rem 0.5rem;
  color: rgba(0, 0, 0, 0.7);
}

.all-a--1:hover {
  box-shadow: -0.5rem 0 0 #F8A7A5;
  color: #F8A7A5;
}

.all-ul--2 {
  font-size: 0.7rem;
}

.all-a--2 {
  display: block;
  padding: 0 0.5rem;
  color: rgba(0, 0, 0, 0.4);
}

.all-a--2:hover {
  box-shadow: -0.5rem 0 0 #CCCCCC;
  color: #CCCCCC;
}

/* Ajustado - default */
.categories--justify .ul--0 {
  display: flex;
  align-items: center;
}

.categories--justify .li--0.removed {
  position: fixed !important;
  top: -624.94rem !important;
  left: -624.94rem !important;
}

.categories--justify .box--1 {
  position: absolute;
  background: #fff;
}

.categories--justify .drop--left .box--1 {
  left: 0;
}

.categories--justify .drop--right .box--1 {
  right: 0;
}

.categories--justify .drop--top .box--1 {
  top: 100%;
}

.categories--justify .drop--bottom .box--1 {
  bottom: 100%;
}

.categories--justify .ul--1 {
  max-width: 90vw;
  width: 16rem;
}

.categories--justify .li--1 {
  display: block;
}

.categories--justify .a--1 {
  display: block;
  padding: 0.5rem;
}

.categories--justify .ul--2 {
  padding-bottom: 0.5rem;
}

.categories--justify .a--2 {
  padding: 0 0.5rem;
  color: rgba(0, 0, 0, 0.5);
}

.categories--justify .a--2:hover {
  box-shadow: -0.5rem 0 0 #F8A7A5;
  color: #F8A7A5;
}

.categories--justify .categories__all .box--1 {
  right: 0 !important;
  left: 0 !important;
  padding: 0;
}

/* Vertical */
.categories--vertical .li--0:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.categories--vertical .a--0 {
  text-align: left;
}

.categories--vertical .box--1 {
  position: absolute;
  padding: 0.5rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1rem 2rem -1rem rgba(0, 0, 0, 0.5);
}

.categories--vertical .drop--left .box--1 {
  left: 100%;
}

.categories--vertical .drop--right .box--1 {
  right: 100%;
}

.categories--vertical .drop--top .box--1 {
  top: 0;
}

.categories--vertical .drop--bottom .box--1 {
  bottom: 0;
}

.categories--vertical .ul--1 {
  max-width: 90vw;
  width: 16rem;
}

.categories--vertical .li--1 {
  display: block;
}

.categories--vertical .li--1:only-child {
  column-span: all;
  -moz-column-span: all;
}

.categories--vertical .a--1 {
  display: block;
  padding: 0.5rem;
}

.categories--vertical .a--1:hover {
  box-shadow: -0.5rem 0 0 #E20031;
}

.categories--vertical .ul--2 {
  padding-bottom: 0.5rem;
}

.categories--vertical .a--2 {
  padding: 0 0.5rem;
  color: rgba(0, 0, 0, 0.5);
}

.categories--vertical .a--2:hover {
  box-shadow: -0.5rem 0 0 #F8A7A5;
  color: #F8A7A5;
}

/* Prateleira */
.categories--shelf {
  background: linear-gradient(#E20031 0, #E20031 2.75rem, rgba(1, 9, 1, 0.9) 5.5rem, rgba(1, 8, 1, 0.8) 8.25rem, rgba(1, 7, 1, 0.7) 11rem, rgba(1, 6, 1, 0.6) 13.75rem);
}

.categories--shelf .ul--0 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.categories--shelf .li--0 {
  flex: 0 0 auto;
}

.categories--shelf .li--0.removed {
  position: fixed !important;
  top: -624.94rem !important;
  left: -624.94rem !important;
}

.categories--shelf .li--0:hover {
  z-index: 20;
}

.categories--shelf .box--1 {
  position: absolute;
  padding: 0.5rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1rem 2rem -1rem rgba(0, 0, 0, 0.5);
}

.categories--shelf .drop--left .box--1 {
  left: 0;
}

.categories--shelf .drop--right .box--1 {
  right: 0;
}

.categories--shelf .drop--top .box--1 {
  top: 100%;
}

.categories--shelf .drop--bottom .box--1 {
  bottom: 100%;
}

.categories--shelf .ul--1 {
  max-width: 90vw;
  width: 16rem;
}

.categories--shelf .li--1 {
  display: block;
}

.categories--shelf .li--1:only-child {
  column-span: all;
  -moz-column-span: all;
}

.categories--shelf .a--1 {
  display: block;
  padding: 0.5rem;
}

.categories--shelf .a--1:hover {
  box-shadow: -0.5rem 0 0 #E20031;
}

.categories--shelf .ul--2 {
  padding-bottom: 0.5rem;
}

.categories--shelf .a--2 {
  padding: 0 0.5rem;
  color: rgba(0, 0, 0, 0.5);
}

.categories--shelf .a--2:hover {
  box-shadow: -0.5rem 0 0 #F8A7A5;
  color: #F8A7A5;
}

.categories--shelf .categories__all {
  flex: 0 0 auto;
}

.categories--shelf .categories__all .box--1 {
  top: 2.75rem;
  right: 0 !important;
  left: 0 !important;
  padding: 0;
}

/* Carrossel */
.categories--carrossel {
  visibility: hidden;
  height: 2.75rem;
}

.categories--carrossel.loaded {
  visibility: visible;
  height: auto;
}

.categories--carrossel .ul--0 {
  padding: 0 1rem;
  max-width: 90rem;
}

.categories--carrossel .owl-prev,
.categories--carrossel .owl-next {
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 1rem #fff;
}

/* Mini */
.categories--mini {
  display: inline-block;
}

.categories__header {
  width: 2.75rem;
  height: 2.75rem;
  color: #F2F2F2;
  text-align: center;
  line-height: 2.75rem;
  cursor: pointer;
}

.categories__header:hover {
  background: #BE0029;
  color: #FFFFFF;
}

.categories__content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  padding: 1rem;
  max-height: 100vh;
  width: 100vw;
  height: 100vh;
  background: #E20031;
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(-100%);
}

.categories__content.open {
  transform: translateX(0);
}

.categories__close {
  margin-left: auto;
  width: 2.75rem;
  height: 2.75rem;
  color: #F2F2F2;
  text-align: center;
  line-height: 2.75rem;
}

.categories__close:before,
.categories__close span {
  display: none;
}

.categories__close:hover {
  background: #BE0029;
  color: #FFFFFF;
}

.categories--mini .ul--0 {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.categories--mini .li--0 {
  flex: 1 1 20%;
  margin-bottom: 2rem;
  padding: 0;
  min-width: 250px;
  transition: all 400ms ease-out;
}

.categories--mini .li--fix {
  order: 2;
  align-self: flex-start;
  margin: 0;
  height: 0;
}

.categories--mini .li--0:hover {
  background: rgba(0, 0, 0, 0.1);
}

.categories--mini .li--0:hover .box--1 {
  transform: none;
}

.categories--mini .li--0:hover .a--0 {
  background: none;
  color: #F2F2F2;
}

.categories--mini .li--0:hover .a--0 svg {
  fill: #F2F2F2;
}

.categories--mini .a--0 {
  padding: 1rem;
  height: auto;
  text-align: left;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1em;
}

.categories--mini .li--0:hover .a--0:hover {
  background: #BE0029;
  color: #FFFFFF;
}

.categories--mini .li--0:hover .a--0:hover svg {
  color: #FFFFFF;
}

.categories--mini .box--1 {
  display: block;
  transform: none;
}

.categories--mini .li--1 {
  display: block;
}

.categories--mini .li--1:only-child {
  column-span: all;
  -moz-column-span: all;
}

.categories--mini .a--1 {
  display: block;
  padding: 0.5rem 1rem;
  color: #F2F2F2;
}

.categories--mini .a--1:hover {
  background: #F8A7A5;
  color: #FFFFFF;
}

.categories--mini .ul--2 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -moz-column-count: 2;
  column-count: 2;
}

.categories--mini .li--2 {
  display: block;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  page-break-inside: avoid;
}

.categories--mini .a--2 {
  padding: 0.5rem 1rem;
  color: #F2F2F2;
}

.categories--mini .a--2:hover {
  background: #CCCCCC;
  color: #FFFFFF;
}

.categories__show,
.categories__hide {
  display: none;
}

/* Menu Configurável */
.mymenu .li--0:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mymenu .a--0 {
  font-weight: 600;
}

.mymenu .ul--1 {
  font-size: 0.9em;
}

.mymenu .li--1 {
  opacity: 0.8;
}

.mymenu .ul--2 {
  font-size: 0.8em;
}

.mymenu .li--2 {
  opacity: 0.8;
}

/* Social Connect */
.socialconnect {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -0.25rem 0.5rem;
}

.socialconnect:before,
.socialconnect:after {
  flex: 1 1 auto;
  margin: 0 0.25rem 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  content: '';
}

.socialconnect li {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 0.25rem 0.5rem;
  list-style: none !important;
}

.socialconnect a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100%;
  background: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.socialconnect span {
  display: none;
}

.socialconnect__facebook .ico {
  fill: #3b5998;
}

.socialconnect__twitter .ico {
  fill: #00aced;
}

.socialconnect__google .ico {
  fill: #dd4b39;
}

.socialconnect__linkedin .ico {
  fill: #007bb5;
}

.socialconnect a:hover .ico {
  fill: #fff;
}

.socialconnect__facebook a:hover {
  background: #3b5998;
}

.socialconnect__twitter a:hover {
  background: #00aced;
}

.socialconnect__google a:hover {
  background: #dd4b39;
}

.socialconnect__linkedin a:hover {
  background: #007bb5;
}

/* Carrossel */
.owl-prev,
.owl-next {
  position: absolute;
  top: calc(50% - 1.375rem);
  overflow: hidden;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 3px;
  background: #E20031;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #F2F2F2;
  text-indent: -9999px;
  font-size: 0;
}

.owl-prev:before,
.owl-next:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 2.75rem;
  content: '\f053';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  font-size: 1rem;
}

.owl-prev:hover,
.owl-next:hover {
  background: #BE0029;
  color: #FFFFFF;
}

body.ie .owl-prev,
body.ie .owl-next {
  text-indent: 0;
  font-size: inherit;
  line-height: 2.75rem;
}

body.ie .owl-prev:before,
body.ie .owl-next:before {
  display: none;
}

.owl-prev {
  right: calc(100% - 2rem);
}

.owl-next {
  left: calc(100% - 2rem);
}

.owl-page span {
  background: #E20031;
}

.owl-next:before {
  content: '\f054';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Feed RSS */
.feeds__list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1rem -2rem;
}

.feeds__post {
  display: flex;
  flex: 1 1 33.333%;
  padding: 0 1rem 2rem;
  min-width: 280px;
}

.feeds__post.fix {
  order: 2;
  padding-bottom: 0;
}

.feeds__thumb {
  flex: 0 0 7rem;
  margin-right: 1rem;
}

.feeds__thumb .imgcase {
  display: block;
  height: 7rem;
  border-radius: 100%;
}

.feeds__name {
  margin: 0;
}

.feeds__date {
  font-size: 0.8rem;
  opacity: 0.5;
}

.feeds__excerpt {
  padding-top: 1rem;
  font-size: 0.8rem;
}

.feeds__content {
  padding-top: 1rem;
}

.feeds__content img {
  margin: 0 0 1rem;
}

.feeds__content .centered,
.feeds__content .aligncenter {
  display: block;
  margin: 0 auto 1rem;
  text-align: center;
}

.feeds__content .alignright {
  float: right;
  margin: 0 0 1rem 1rem;
  text-align: right;
}

.feeds__content .alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
  text-align: left;
}

.feeds__content img.size-full {
  width: auto;
}

.feeds__content img.size-large {
  width: 100%;
}

.feeds__content img.alignleft,
.feeds__content img.alignright {
  max-width: 50%;
}

.feeds__content img[style*='margin-left: auto'],
.feeds__content img[style*='margin-right: auto'],
.feeds__content img[style*='margin-left:auto'],
.feeds__content img[style*='margin-right:auto'] {
  display: block;
}

.feeds--content .feeds__list {
  display: block;
  margin: 0;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -moz-column-count: 2;
  column-count: 2;
}

.feeds--content .feeds__post {
  display: block;
  margin: 0;
  padding: 0 0 8rem;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  page-break-inside: avoid;
}

.feeds--content .feeds__post.fix {
  display: none;
}

.feeds--content .feeds__post:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.feeds--content .feeds__thumb {
  margin: 0 0 1rem;
}

.feeds--content .feeds__thumb .imgcase {
  height: 12rem;
  border-radius: 0;
}

/* Temporizador */
.timer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
}

.timer__ani {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.timer__ani .bg {
  transform: rotate(-90deg);
  transform-origin: center;
  stroke-width: 5px;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-dasharray: 126px;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

.go .timer__ani .bg {
  -webkit-animation: one_sec 2s linear infinite;
  animation: one_sec 2s linear infinite;
}

.timer__ani .time-left {
  transition: stroke-dashoffset 500ms ease-out;
  transform: rotate(-90deg);
  transform-origin: center;
  stroke-width: 3px;
  stroke-dasharray: 126px;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

.timer__clock {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0 15%;
  width: 100%;
  color: #E20031;
  font-size: 1.2rem;
  line-height: 1em;
}

.timer__days {
  position: relative;
  flex: 1 1 100%;
  margin: -1rem 0 1rem;
  color: #F8A7A5;
  text-align: center;
  font-size: 2rem;
  line-height: 1em;
}

.timer__hours,
.timer__minutes,
.timer__seconds {
  position: relative;
}

.timer__days.zero {
  color: #F8A7A5;
}

.timer__hours.zero,
.timer__minutes.zero,
.timer__seconds.zero {
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}

.timer__days.zero+.timer__hours,
.timer__hours.zero+.timer__afterhours+.timer__minutes,
.timer__minutes.zero+.timer__afterminutes+.timer__seconds {
  font-weight: 700;
}

.timer__label {
  position: absolute;
  top: 100%;
  left: 50%;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.5rem;
  line-height: 1em;
  transform: translateX(-50%);
}

.timer__afterhours,
.timer__afterminutes {
  padding: 0 0.25rem;
  color: rgba(0, 0, 0, 0.3);
}

.sidebar .timer {
  margin-right: auto;
  margin-left: auto;
}

/* Mensagens */
.cart-table .item-msg,
.messages>li {
  display: block;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
}

.cart-table .item-msg.success,
.messages .success-msg {
  background: #c4df9b;
}

.cart-table .item-msg.error,
.messages .error-msg {
  background: #ff8469;
}

.messages .notice-msg {
  background: #fff799;
}

/* Banners */
.banner {
  position: relative;
}

.banner .svg-loader {
  position: absolute;
  top: calc(50% - 1.25rem);
  left: calc(50% - 1.25rem);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.banner__wrapper {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.banner__item {
  width: 100%;
}

.banner__item .title {
  display: none;
}

.banner__link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.banner__link:hover {
  opacity: 0.8;
}

.slide--html {
  position: relative;
  z-index: 1;
}

.slide--html .banner__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.slide__html {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide--youtube {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.slide--youtube .banner__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.slide__youtube {
  position: relative;
  left: 50%;
  padding-right: 182%;
  transform: translateX(-50%);
}

.slide__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none !important;
  width: 100% !important;
  height: 100% !important;
}

.banner--nojs .slide--youtube {
  overflow: visible;
}

.banner--nojs .slide__youtube {
  left: auto;
  padding: 56.25% 0 0;
  transform: none;
}

.banner--nojs img.d_img {
  display: block;
}

.banner--nojs img.m_img {
  display: none;
}

.banner--nojs .banner__wrapper {
  -moz-column-gap: 0;
  column-gap: 0;
  -moz-column-count: 3;
  column-count: 3;
}

.banner--nojs .banner__item {
  display: block;
  overflow: hidden;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  page-break-inside: avoid;
}

.banner:not(.banner--nojs) img.d_img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: none;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}

.banner:not(.banner--nojs) img.m_img {
  display: none;
  min-width: 100%;
  width: 100vw;
  height: auto;
}

.banner.loading .svg-loader {
  z-index: 2;
  visibility: visible;
  opacity: 1;
}

.banner.loading .banner__wrapper {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.banner .owl-prev {
  right: auto;
  left: 1rem;
}

.banner .owl-next {
  right: 1rem;
  left: auto;
}

/* Layout */
/* Header */
.header-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.header {
  display: flex;
}

/* Catálogo */
.category-description {
  display: none;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.col-main .note-msg {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 20rem);
  font-size: 1.5rem;
  opacity: 0.5;
}

.col-main .note-msg:before {
  content: '\f119';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 1rem;
  font-size: 3rem;
  opacity: 0.5;
}

.col-main .note-msg.suggest {
  padding: 3.13rem 0;
}

.col-main .note-msg .suggest {
  padding-top: 0.63rem;
  font-style: italic;
}

.col-main .note-msg .suggest a {
  color: #E20031;
}

.col-main .note-msg .suggest a:hover {
  color: #BE0029;
}

/* Toolbar */
.toolbar {
  display: flex;
  align-items: center;
}

.toolbar .sorter,
.toolbar .sort-by,
.toolbar .limiter,
.toolbar .view-mode {
  display: flex;
  align-items: center;
}

.toolbar .pager {
  display: none;
}

.toolbar .amount {
  flex: 1 1 auto;
  opacity: 0.7;
}

.toolbar .amount span {
  font-weight: 700;
}

.toolbar .sorter {
  margin-left: 1rem;
}

.toolbar .sort-by {
  margin-left: 1rem;
}

.toolbar .sort-by a {
  display: none;
}

.toolbar .sort-by label {
  flex: 0 0 auto;
  margin-right: 0.5rem;
  font-size: 0.8rem;
  opacity: 0.3;
}

.toolbar .sort-by select {
  width: 10rem;
  height: 2rem;
}

.toolbar .view-mode label {
  display: none;
}

.toolbar .view-mode .list,
.toolbar .view-mode .grid {
  flex: 0 0 auto;
}

.toolbar .view-mode .grid {
  margin-right: 0.5rem;
}

.toolbar .view-mode svg {
  width: 1.5rem;
  height: 1.5rem;
}

.toolbar .view-mode strong svg {
  fill: #E20031;
}

.toolbar .view-mode a svg {
  transition: all 100ms ease-in-out;
  fill: #d6d6d6;
}

.toolbar .view-mode a:hover svg {
  fill: #BE0029;
}

.toolbar .limiter {
  margin-left: 1rem;
}

.toolbar .limiter label {
  margin-right: 0.5rem;
  font-size: 0.8rem;
  opacity: 0.3;
}

.toolbar .limiter select {
  width: 3rem;
  height: 2rem;
}

.pager ol {
  display: flex;
  align-items: center;
}

.pager li:not(:first-child) {
  margin-left: 0.25rem;
}

.pager li span span {
  display: block;
  padding: 0 0.25rem;
  min-width: 2rem;
  background: #BE0029;
  color: #FFFFFF;
  text-align: center;
  line-height: 2rem;
}

.pager a {
  display: block;
  padding: 0 0.25rem;
  min-width: 2rem;
  text-align: center;
  line-height: 2rem;
}

.pager a:hover {
  background: #E20031;
  color: #F2F2F2;
}

.pager a.next span,
.pager a.previous span {
  display: none;
}

.pager a.next:before,
.pager a.previous:before {
  display: block;
  line-height: 2rem;
  content: '\f054';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.pager a.previous:before {
  display: inline;
  content: '\f053';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.toolbar-bottom .pager {
  display: block;
}

.toolbar-bottom .pager .label,
.toolbar-bottom .sorter,
.toolbar-bottom .limiter {
  display: none;
}

/* Filtros */
.filters__filter {
  padding: 1rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  transition: all 200ms ease-out;
}

.filters__filter:not(:last-child) {
  margin-bottom: 1rem;
}

.filters__filter:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1rem 1.5rem -1rem rgba(0, 0, 0, 0.4);
}

.filters__filter .li--0:not(:last-child) {
  margin-bottom: 1rem;
}

.filters__filter .a--0 {
  display: block;
}

.filters__filter .count {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
}

.filters__filter .ul--1 {
  padding: 0.25rem 0 0 1rem;
  font-size: 0.8rem;
}

.filters__filter .li--1:not(:last-child) {
  margin-bottom: 0.5rem;
}

.filters__filter .a--1 {
  display: block;
  color: #F8A7A5;
}

.filters__filter .a--1:hover {
  color: #E19795;
}

.filters__swatches .ul--0 {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 -0.25rem -0.5rem;
}

.filters__swatches .li--0 {
  flex: 0 1 auto;
  margin: 0 !important;
  padding: 0 0.25rem 0.5rem;
  min-width: 2.75rem;
  max-width: 50%;
}

.filters__swatches .a--0 {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.filters__swatches .a--0:hover {
  box-shadow: 0 0 0 1px #E20031;
  color: #E20031;
}

.filters__swatches .swatch {
  display: block;
  min-width: 2rem;
  width: 100%;
  height: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 2rem;
}

.filters__swatches span.swatch {
  padding: 0 0.25rem;
}

.filters__swatches .count {
  display: none;
}

.filters__name {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 0.8rem;
}

.filters__filtered {
  margin-bottom: 1rem;
}

.filtered__clear {
  display: block;
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 0.8rem;
}

.filtered__clear:hover {
  color: #E20031;
}

.filters__filtered .li--0 {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.filtered__filter {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  max-width: calc(100% - 2.75rem);
}

.filtered__name {
  opacity: 0.5;
}

.filtered__value {
  overflow: hidden;
  margin-left: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filtered__value .swatch {
  display: block;
  width: 1rem;
  height: 1rem;
}

.filters__filtered .btn--close {
  border-radius: 0;
  box-shadow: none;
}

/* Swatches */
.configurable-swatch-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -0.25rem 0.5rem;
}

.configurable-swatch-list li {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 0.25rem 0.5rem;
  min-width: 1px;
  list-style: none !important;
}

.configurable-swatch-list a {
  position: relative;
  display: block;
  padding: 0 0.25rem;
  min-width: 1.5rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #777;
  text-align: center;
  line-height: 1.5rem;
}

.configurable-swatch-list a.has-image {
  padding: 0;
}

.configurable-swatch-list .swatch-label {
  display: block;
}

.configurable-swatch-list img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.configurable-swatch-list .x {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  overflow: visible;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  opacity: 0;
  transition: all 200ms ease-out;
  stroke: rgba(0, 0, 0, 0.5);
  stroke-width: 2px;
  stroke-linecap: round;
}

.configurable-swatch-list .not-available .x {
  opacity: 1;
}

.configurable-swatch-list .not-available .swatch-label {
  opacity: 0.3;
}

.configurable-swatch-list a:hover {
  background: #E20031;
  box-shadow: 0 0 0 1px #E20031;
  color: #F2F2F2;
}

.configurable-swatch-list .selected a {
  background: #E20031;
  box-shadow: 0 0 0 3px #E20031;
  color: #F2F2F2;
}

/* Preços */
.price-box {
  margin-bottom: 1rem;
}

.price-box>*:not(:last-child) {
  margin-bottom: 0.5rem;
}

.price-from {
  display: block;
  color: #BE0029;
}

.price-from .label {
  font-size: 0.8em;
}

.price-from .price {
  font-weight: 700;
}

.price-to {
  display: block;
  color: #666;
}

.minimal-price {
  display: block;
  color: #888;
}

.minimal-price .label {
  display: block;
  font-size: 0.8em;
}

.minimal-price .price {
  font-weight: 700;
}

.minimal-price-link {
  display: block;
  color: #888;
}

.tier-price {
  display: block;
  color: #888;
  text-decoration: none;
}

.tier-price .qty,
.tier-price .price {
  color: #BE0029;
  font-weight: 700;
}

.price-to .price,
.minimal-price-link .price {
  font-weight: 600;
}

.old-price {
  display: block;
  color: #666;
}

.old-price .price {
  text-decoration: line-through;
}

.regular-price,
.special-price {
  display: block;
  color: #BE0029;
}

.regular-price .price,
.special-price .price {
  font-weight: 700;
}

.price-as-configured {
  display: block;
  color: #BE0029;
  font-size: 0.88rem;
}

.price-as-configured .price {
  font-weight: 700;
}

.tier-prices {
  margin-bottom: 1rem;
  padding: 0.5rem;
  background: #f0f6f9;
  color: #333;
}

.tier-prices li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tier-prices li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.tier-prices .and {
  display: none;
}

.tier-prices .qts,
.tier-prices .price {
  font-weight: 600;
}

.tier-prices .benefit {
  display: block;
  padding-top: 0.25rem;
  color: #888;
  font-style: italic;
  font-size: 0.8rem;
}

.tier-prices .benefit .percent {
  font-weight: 600;
}

.price-box-avista {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 1rem;
  color: #F8A7A5;
  text-align: left;
}

.price-box-avista .label {
  margin-right: 0.5rem;
  font-size: 0.8rem;
}

.price-box-avista .price {
  flex: 1 1 auto;
  font-weight: 700;
}

.price-box-parcelado {
  margin-bottom: 1rem;
}

.price-box-parcelado .num,
.price-box-parcelado .value {
  color: #F8A7A5;
  font-weight: 700;
}

.price-box-parcelado .juros {
  display: block;
  font-size: 0.8rem;
}

.preco-parcelado-sem-juros {
  margin-bottom: 0.25rem;
  color: #F8A7A5;
}

.price-box-parcelado,
.preco-parcelado-sem-juros,
.minimal-price .label,
.minimal-price-link .label,
.price-from .label,
.regular-price .label,
.special-price .label,
.price-box-avista .label {
  color: #777;
}

/* Avaliações */
.product-rate .rating-box {
  height: 1em;
}

.product-rate .rating-box:before {
  color: rgba(0, 0, 0, 0.2);
  content: '\f005\f005\f005\f005\f005';
  letter-spacing: 0.13rem;
  font-size: 1em;
}

.product-rate .rating:before {
  color: #faa332;
  letter-spacing: 0.13rem;
  font-size: 1em;
}

.product-rate .amount,
.product-rate .x-out-of-5,
.product-rate .to-rate,
.product-rate .percent {
  display: none;
}

.product-rate .circle-percent {
  opacity: 0;
  transition: all 1s ease-in-out;
}

.product-rate .done .circle-percent {
  opacity: 1;
}

.product-rate .circle-percent .on {
  stroke: url("#timer__gradient");
}

/* Quantidade */
.qty-wrapper {
  position: relative;
}

.qty-wrapper label {
  display: none;
}

.qty-wrapper .bt-box {
  position: absolute;
  top: 50%;
  right: -0.5rem;
  z-index: 10;
  border-radius: 1rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%);
}

.qty-wrapper .bt {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem 1rem 0 0;
  background: #fff;
  color: #222;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1rem;
  cursor: pointer;
}

.qty-wrapper .bt:before {
  display: block;
  content: '\f077';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.qty-wrapper .bt:hover {
  background: #ddd;
}

.qty-wrapper .bt span {
  display: none;
}

.qty-wrapper .bt.less {
  border-radius: 0 0 1rem 1rem;
}

.qty-wrapper .bt.less:before {
  display: block;
  content: '\f078';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.qty-wrapper .bt.type {
  display: none;
  height: 2rem;
  border-radius: 1rem;
  line-height: 2rem;
}

.qty-wrapper .bt.type:before {
  display: inline;
  content: '\f00c';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.qty-wrapper .typing .bt {
  display: none;
}

.qty-wrapper .typing .bt.type {
  display: block;
}

.qty-wrapper .msg {
  position: absolute;
  bottom: calc(100% + 0.31rem);
  left: 50%;
  visibility: hidden;
  padding: 1rem;
  min-width: 150px;
  border-radius: 3px;
  background: #fff799;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 0.8rem;
  opacity: 0;
  transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
}

.qty-wrapper .msg:before {
  position: absolute;
  top: 100%;
  left: calc(50% - 0.31rem);
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff799;
  content: '';
}

.qty-wrapper .msg.on {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.qty-wrapper input {
  display: block;
  padding: 0.5rem 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  font-size: 1.13rem;
  line-height: 1.75rem;
}

/* Produto */
/* @compartilhar */
.sharing-links .list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -0.25rem -0.5rem;
}

.sharing-links .list:before {
  margin: 0 0.25rem 0.5rem;
  content: 'Compartilhar';
  font-size: 0.8rem;
  opacity: 0.5;
}

.sharing-links li {
  flex: 0 0 2rem;
  margin: 0 0.25rem 0.5rem;
}

.sharing-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 3px;
  background: #3b5998;
}

.sharing-links a:hover {
  opacity: 0.8;
}

.sharing-links .tt-share a {
  background: #00aced;
}

.sharing-links .gp-share a {
  background: #dd4b39;
}

.sharing-links .wa-share a {
  background: #4dc247;
}

.sharing-links .pt-share a {
  background: #cb2027;
}

.sharing-links .tb-share a {
  background: #32506d;
}

.sharing-links .lk-share a {
  background: #007bb5;
}

.sharing-links .email-to-friend a {
  background: #E20031;
}

.sharing-links .email-to-friend a:before {
  color: #F2F2F2;
  font-size: 1rem;
  content: '\f003';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.sharing-links span {
  display: none;
}

.sharing-links .ico {
  width: 1rem;
  height: 1rem;
  fill: #fff;
}

/* @bt(comprar) */
.add-to-cart-buttons>*:not(:last-child) {
  margin-bottom: 1rem;
}

.add-to-cart-btn {
  display: block;
  padding: 0 1rem 0 4rem;
  width: 100%;
  height: 4rem;
  background: #3AAD2A;
  color: #FFFFFF;
  white-space: nowrap;
  font-weight: 700;
  font-size: 2rem;
  line-height: 4rem;
}

.add-to-cart-btn.whole {
  padding-left: 1rem;
}

.add-to-cart-btn:hover,
.add-to-cart-btn:active {
  background: #5FCE57;
  color: #FFFFFF;
}

.add-to-cart-btn.out-of-stock,
.add-to-cart-btn.out-of-stock:hover,
.add-to-cart-btn.out-of-stock:active {
  background: #e5e5e5;
  color: #666;
  cursor: default;
}

.add-to-cart-btn.no-qty {
  padding: 0 1rem;
}

/* @fotos */
.product-image-container {
  margin-bottom: 1rem;
}

.product-image-thumbs {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 -0.25rem -0.5rem;
}

.product-image-thumbs li {
  display: flex;
  flex: 0 1 20%;
  flex-flow: column nowrap;
  padding: 0 0.25rem 0.5rem;
  min-width: 3.25rem;
  min-height: 4.25rem;
}

.product-image-thumbs .thumb-link {
  display: block;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

body.safari .product-image-thumbs .thumb-link {
  min-height: 5rem;
}

.product-image-thumbs .thumb-link:hover,
.product-image-thumbs .thumb-link.on {
  box-shadow: 0 0 0 1px #E20031;
}

.product-image-thumbs .video-thumb {
  position: relative;
  flex: 1 1 100%;
  border-radius: 3px;
  background-color: #BE0029;
  background-position: center;
  background-size: auto 140%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 300ms ease-out;
}

.product-image-thumbs .video-thumb .img {
  display: none;
}

.product-image-thumbs .play .ico {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  overflow: visible;
  width: 2rem;
  height: 2rem;
  filter: url("#shadow--sm");
  transition: all 200ms ease-out;
  fill: #fff;
}

.product-image-thumbs .video-thumb:hover {
  box-shadow: 0 0 0 1px #E20031;
}

.product-image-thumbs .video-thumb:hover .play .ico {
  opacity: 0.6;
}

.product-image-thumbs .play span {
  display: none;
}

.more-views .title {
  display: none;
}

/* @marca */
.brand {
  padding-top: 1rem;
}

.brand a {
  display: inline-block;
  opacity: 0.6;
}

.brand img {
  display: inline-block;
  width: auto;
  height: 2rem;
}

.brand a:hover {
  opacity: 1;
}

/* @parcelamento */
/* Daniel Disner
* 15/09/2021
 */
 
.parcelamento svg.ico{
  width: 3rem !important;
  height: 1.8rem !important;
  left: 20%;
  position: relative;
}

.valor-parcela{
  color: #888;
}

.parcelamento .title {
  background-color: #f1f1f1;
  margin: 0;
  padding: 0.5rem;
  color: #0033a0;
}

.parcelamento .title span{
  left: 20%;
  position: relative;
}

.parcelamento ul {
  -moz-column-gap: 0;
  column-gap: 0;
  -moz-column-count: 2;
  column-count: 2;
}

.parcelamento li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.parcelamento .juros,
.parcelamento .s-juros {
  color: #17a420;
  text-align: right;
  font-style: italic;
  font-size: 0.7rem;
  line-height: 0.7rem;
}

.parcelamento .s-juros {
  padding: 0 0.25rem 0.13rem;
  border-radius: 3px;
  background: #CCCCCC;
  color: #FFFFFF;
  white-space: nowrap;
}

.parcelamento .parcela {
  line-height: 1em;
}
 

.parcelamento .parcela .num,
.parcelamento .parcela .sep,
.parcelamento .valor-total
{
    color: #888;
}

.parcelamento .parcela .valor {
  font-weight: 600;
  color: #152f6d;
}

.parcelamento .valor-total {
  flex: 1 1 100%;
  order: 2;
  font-size: 0.7rem;
}

.parcelamento .valor-total .label:after {
  content: ':';
}

.parcelamento .total{
  display: none;
}

.parcelamento__hide {
  display: none;
}

/* @brinde */
.block-freegift {
  margin-bottom: 1.25rem;
  padding: 0.94rem;
  box-shadow: inset 0 0 0 3px #E20031;
  text-align: center;
}

.block-freegift .title {
  margin-bottom: 0.94rem;
  color: #E20031;
  text-transform: uppercase;
  font-weight: 600;
}

.freegifts li {
  display: flex;
  align-items: center;
  margin-bottom: 0.63rem;
  padding-bottom: 0.63rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 0.75rem;
}

.freegifts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.freegifts .thumb {
  flex: 0 0 60px;
  margin-right: 0.63rem;
}

.freegifts .gift-name {
  margin-bottom: 0.63rem;
  color: #222;
}

.freegifts .price-box .label,
.freegifts .old-price,
.freegifts .preco-a-vista,
.freegifts .preco-parcelado {
  display: none;
}

.freegifts .special-price .price,
.freegifts .regular-price .price {
  color: #666;
  text-decoration: line-through;
  font-size: 0.75rem;
}

/* @simulador-frete */
.frete__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.25rem;
  padding: 0.5rem;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.frete__title .ico {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.frete__title span {
  order: 1;
}

.frete__title:hover {
  background: #E20031;
  color: #F2F2F2;
}

.frete__title:hover .ico {
  fill: #F2F2F2;
}

.frete__content {
  display: none;
}

.frete--open .frete__content {
  display: block;
}

.frete--open .frete__title {
  background: #E20031;
  color: #F2F2F2;
}

.frete--open .frete__title .ico {
  fill: #F2F2F2;
}

.frete__naosei {
  display: block;
  color: #888;
  font-size: 0.7rem;
  line-height: 2rem;
}

.frete__naosei:hover {
  text-decoration: underline;
}

.frete__actions {
  position: relative;
  flex: 0 0 2.75rem;
}

.frete__wait {
  position: absolute;
  top: calc(50% - 1rem);
  right: calc(100% + 0.25rem);
}

.frete__wait .svg-loader {
  width: 2rem;
  height: 2rem;
}

.frete__form {
  display: flex;
  align-items: center;
}

.frete__form .input-box {
  display: flex;
  align-items: center;
}

.frete__form em {
  display: none;
}

.frete__form .input-text {
  flex: 1 1 auto;
  border-radius: 0 !important;
}

.frete__results {
  position: relative;
  padding: 1rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.frete__results dl {
  position: relative;
  margin-bottom: 1rem;
  font-size: 0.8rem;
}

.frete__results dt {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 700;
}

.frete__results dd:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.frete__results li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.frete__results .price {
  padding-left: 0.25rem;
  font-weight: 600;
}

.frete__results .demo {
  color: #888;
  font-size: 0.6rem;
}

.frete__close {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: none;
}

.frete__hide {
  display: none;
}

/* Tabs */
.tabs {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.tabs__tab {
  position: relative;
  z-index: 5;
  order: 1;
  align-self: flex-end;
  padding: 0 1em;
  height: 2.75em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  font-size: 0.9rem;
  line-height: 2.75em;
  cursor: pointer;
}

.tabs__tab:not(:last-child) {
  margin-right: 0.25rem;
}

.tabs__tab.on {
  top: 0.06rem;
  background: #fff;
  font-size: 1rem;
  cursor: default;
}

.tabs__tab:hover {
  background: #fff;
}

.tabs__content {
  display: none;
  flex: 1 1 100%;
  order: 2;
  padding: 1rem;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.tabs__content.on {
  display: block;
}

.tabs__hide {
  display: none;
}

/* Produto - Layout */
.product-options-bottom .price-box {
  display: none;
}

.col-main #messages_product_view {
  margin: 0;
}

.product-essential {
  margin-bottom: 1rem;
}

#product_addtocart_form {
  display: flex;
  align-items: stretch;
  max-width: 100%;
}

.prod__shop .col1 {
  flex: 1 1 5rem;
  min-width: 1px;
}

.prod__shop .col2 {
  flex: 0 0 16rem;
  order: 2;
  margin-left: 2rem;
}

.prod__shop .col1>*,
.prod__shop .col2>* {
  margin-bottom: 1rem;
}

.prod__shop .col1>*:last-child,
.prod__shop .col2>*:last-child {
  margin-bottom: 0;
}

/* @nome */
.prod__name h1 {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 600;
  color: #000000;
  padding: .63rem 0 .31rem;
}

.prod__name .sku {
  display: block;
  font-size: .7rem;
  line-height: 1.2em;
  /* text-transform: uppercase; */
  color: #b7b7b7;
  margin-bottom: .4rem;
  padding: .31rem 0;
}

/* @avaliacoes */
.prod__shop .product-rate {
  display: flex;
  align-content: center;
}

.prod__shop .product-rate .to-rate {
  display: block;
  margin-left: 0.5rem;
  color: #666;
  font-size: 0.8rem;
}

.prod__shop .product-rate .to-rate:hover {
  color: #BE0029;
}

/* @bt(comprar) */
.prod__shop .add-to-cart {
  position: relative;
  margin-bottom: 1rem;
}

.prod__shop .add-to-cart-buttons {
  position: relative;
}

/* qtd */
.prod__shop .qty-wrapper {
  position: absolute;
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
}

.prod__shop .qty-wrapper input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* @descricao(curta) */
.prod__short-desc {
  color: #888;
  font-size: 0.8rem;
}

/* @if(!is_disponivel) */
.prod__esgotado {
  margin-bottom: 1rem;
  padding: 2rem 1rem;
  border-radius: 3px;
  background: #fff9ba;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}

.prod__esgotado p:not(:last-child) {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.prod__esgotado a {
  color: rgba(0, 0, 0, 0.7);
}

.prod__esgotado a:hover {
  text-decoration: underline;
}

#product-video .modal-container .std {
  overflow: visible;
}

/*
 * @variacoes
 */
/* Configurável */
.configurable {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 -0.5rem 1rem;
}

.configurable:before {
  display: block;
  flex: 1 1 100%;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
  content: 'Escolha as opções:';
  opacity: 0.5;
}

.configurable__option {
  flex: 1 1 280px;
  padding: 0 0.5rem 1rem;
  min-width: 280px;
}

.configurable__caption {
  margin-bottom: 0.5rem;
}

.configurable__caption em {
  display: none;
}

.configurable__caption span {
  padding-left: 0.25rem;
  font-weight: 700;
}

.configurable .configurable-swatch-list {
  margin: 0 -0.5rem -1rem;
}

.configurable .configurable-swatch-list li {
  padding: 0 0.5rem 1rem;
}

.configurable .configurable-swatch-list a {
  min-width: 2.75rem;
  font-weight: 600;
  line-height: 2.75rem;
}

.configurable .configurable-swatch-list img {
  width: 2.75rem;
  height: 2.75rem;
}

.configurable .validation-advice {
  top: -1.63rem;
  right: auto;
  bottom: auto;
  left: -1.31rem;
  margin: 0;
}

.configurable .validation-advice div {
  right: auto;
  left: 0;
}

.configurable .validation-advice div:before {
  right: auto;
  left: 0.25rem;
}

/* Empacotado */
.bundle {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin-bottom: 1.5rem;
}

.bundle:before {
  display: block;
  flex: 1 1 100%;
  margin-bottom: 1rem;
  content: 'Monte o seu produto:';
  opacity: 0.5;
}

.bundle__option {
  position: relative;
  flex: 1 1 100%;
  margin-bottom: 0.5rem;
  padding: 1rem;
  min-width: 280px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  transition: all 200ms ease-out;
}

.bundle__option:hover {
  z-index: 10;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1.5rem 1.5rem -1rem rgba(0, 0, 0, 0.2);
}

.bundle__caption {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.8rem;
  opacity: 0.5;
}

.bundle__caption em {
  display: none;
}

.bundle__content {
  position: relative;
  display: flex;
  align-items: center;
}

.bundle__content.one-option .input-box:after {
  margin-left: 0.25rem;
  color: #E20031;
  content: '\f00c';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  flex: 0 0 auto;
}

.bundle .options-bundle-images {
  flex: 0 0 5rem;
  margin-right: 1rem;
}

.bundle .options-bundle-images li {
  display: none;
}

.bundle .options-bundle-images li.active {
  display: block;
}

.bundle .options-bundle-images img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.bundle .options-bundle-images.multiple {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.bundle .options-bundle-images.multiple li {
  flex: 1 1 50%;
  padding: 0.16rem;
}

.bundle .options-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  color: #333;
  font-weight: 600;
  font-size: 0.9rem;
}

.bundle .options-list li:last-child {
  margin-bottom: 0;
}

.bundle .options-list input {
  position: relative;
  top: 0.19rem;
  flex: 0 0 auto;
}

.bundle .options-list .label {
  flex: 1 1 auto;
}

.bundle .qty-holder {
  flex: 0 0 auto;
  margin-left: 1rem;
}

.bundle .qty-holder label {
  display: none;
}

.bundle .qty-holder input {
  display: block;
  padding: 0;
  width: 2.75rem;
  text-align: center;
}

.bundle .qty-holder input.qty-disabled {
  display: none;
}

.bundle .input-box {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}

.bundle .price-notice {
  flex: 1 1 auto;
  color: #888;
  font-weight: 400;
  font-size: 0.8rem;
}

.bundle .options-bundle-checkbox {
  padding: 0;
}

.bundle .bundle-checkbox-image {
  position: relative;
  display: flex;
  flex: 0 0 5rem;
  margin-right: 1rem;
  max-height: 5rem;
}

.bundle .bundle-checkbox-image img {
  display: block;
  margin: auto;
}

#product-options-wrapper p.required {
  display: none;
}

tr.bundle {
  display: table-row;
  margin: 0;
}

tr.bundle:before {
  display: none;
}

/* Agrupado */
.grouped {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 -0.25rem 0.5rem;
}

.grouped:before {
  display: block;
  flex: 1 1 100%;
  margin-bottom: 1rem;
  padding: 0 0.25rem;
  content: 'Clique para escolher os itens que deseja:';
  opacity: 0.5;
}

.grouped__option {
  position: relative;
  flex: 1 1 calc(50% - 0.5rem);
  margin: 0 0.25rem 0.5rem;
  padding: 1rem;
  min-width: 250px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 200ms ease-out;
}

.grouped__option.added {
  box-shadow: inset 0 0 0 1px #E20031;
}

.grouped__option.added:not(.out-of-stock):hover {
  box-shadow: inset 0 0 0 1px #E20031, 0 1.5rem 0.5rem rgba(0, 0, 0, 0.2);
}

.grouped__option.out-of-stock {
  opacity: 0.5;
  cursor: default;
}

.grouped__caption {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.8rem;
  opacity: 0.5;
}

.grouped__caption em {
  display: none;
}

.grouped__content {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.grouped__check {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

.added .grouped__check {
  top: -1.5rem;
  height: 1rem;
  color: #E20031;
}

.grouped__option:not(.out-of-stock):hover {
  z-index: 10;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1.5rem 1.5rem -1rem rgba(0, 0, 0, 0.2);
}

.grouped__option:not(.out-of-stock):hover .grouped__check {
  color: #E20031;
}

.grouped__check:before {
  display: inline;
  content: '\f067';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.added .grouped__check:before {
  display: inline;
  content: '\f00c';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.grouped .grouped-images {
  display: flex;
  flex: 0 0 5rem;
  margin-right: 1rem;
  max-height: 5rem;
}

.grouped .grouped-images img {
  display: block;
  margin: auto;
}

.grouped .grouped-price-box {
  flex: 1 1 auto;
}

.grouped .qty-holder {
  position: relative;
  flex: 0 0 2.75rem;
  margin-left: 1rem;
  min-width: 2.75rem;
}

.grouped .qty-holder label {
  display: none;
}

.grouped .qty-holder input {
  display: block;
  padding: 0;
  width: 2.75rem;
  text-align: center;
}

.grouped .input-box {
  position: relative;
}

.grouped .x {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 99;
  overflow: visible;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  stroke: #CCCCCC;
  stroke-width: 2px;
  stroke-linecap: round;
}

.grouped .availability {
  flex: 1 1 auto;
  color: #CCCCCC;
  text-align: right;
  font-weight: 600;
  font-size: 0.8rem;
}

.grouped .price-box {
  margin: 0;
}

.grouped__configurable {
  flex: 1 1 100%;
  order: 2;
  padding-top: 1rem;
}

/* Customizado (Opções Customizadas) */
.options {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 -0.5rem 1rem;
}

.options:before {
  display: block;
  flex: 1 1 100%;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
  content: 'Personalize seu produto:';
  opacity: 0.5;
}

.options__option {
  flex: 1 1 50%;
  padding: 0 0.5rem 1rem;
  min-width: 280px;
}

.options__caption {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.8rem;
  opacity: 0.5;
}

.options__caption em {
  display: none;
}

.options__content {
  position: relative;
  display: flex;
  align-items: center;
}

.options__content>.input-box {
  flex: 1 1 auto;
}

.options .img-calendar {
  color: #E20031;
}

.options .img-calendar:hover {
  color: #BE0029;
}

.options .date.time .img-calendar {
  margin-right: 1rem;
}

.options .date.time select {
  min-width: 4rem;
}

.options .options-list li {
  position: relative;
  margin-bottom: 0.5rem;
}

.options .options-list li:last-child {
  margin-bottom: 0;
}

.options input[type=text],
.options textarea,
.options select {
  width: 100%;
}

.options input.datetime-picker {
  flex: 0 0 7rem;
  max-width: 7rem;
  text-align: center;
}

.options p.note {
  color: #888;
  font-size: 0.8rem;
}

.options .time-picker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 8.75rem;
}

.options .time-picker:before {
  margin-right: 0.25rem;
  color: rgba(0, 0, 0, 0.4);
  content: '\f017';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Baixável */
.downloadable {
  margin-bottom: 1rem;
}

.downloadable__caption {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.8rem;
  opacity: 0.5;
}

.downloadable__caption em {
  display: none;
}

.downloadable__content {
  position: relative;
}

.downloadable__list li {
  position: relative;
  margin-bottom: 1rem;
}

.downloadable__list li:last-child {
  margin-bottom: 0;
}

.downloadable__list .input-box {
  display: flex;
  align-items: center;
}

.downloadable__list .label {
  display: flex;
  align-items: center;
}

.downloadable .price-notice {
  margin-left: 0.5rem;
  color: #888;
  font-weight: 600;
}

.downloadable .validation-advice {
  top: 0;
  right: auto;
  bottom: auto;
  left: -1.25rem;
}

.downloadable .validation-advice div {
  right: auto;
  left: 0;
  text-align: left;
  transform-origin: left bottom;
}

.downloadable .validation-advice div:before {
  right: auto;
  left: 0.25rem;
}

.downloadable dd:hover .validation-advice div {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.downloadable-sample-link {
  position: relative;
  margin-left: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  background: #CCCCCC;
  color: #FFFFFF;
  font-size: 0.8rem;
}

.downloadable-sample-link:before {
  margin-right: 0.25rem;
  font-size: 0.8rem;
  content: '\f01a';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.downloadable-sample-link .sep {
  display: none;
}

.downloadable-sample-link:hover {
  background: #F7F7F7;
  color: #FFFFFF;
}

.downloadable__sample {
  margin-bottom: 1rem;
  padding: 1rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.downloadable__sample li:not(:last-child) {
  margin-bottom: 1rem;
}

.downloadable__sample .link {
  display: flex;
  align-items: center;
  color: #F8A7A5;
}

.downloadable__sample .link:before {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  content: '\f01a';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.downloadable__sample .link:hover {
  color: #E19795;
}

/* Produto - Conteúdo Adicional */
.product-collateral>*:not(:last-child) {
  margin-bottom: 4rem;
}

/* Produto - Avaliações */
.reviews__content {
  display: flex;
  align-items: stretch;
}

.reviews__resume {
  flex: 0 0 18rem;
  margin-right: 0.5rem;
  padding: 1rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.reviews__ratings {
  flex: 1 1 auto;
  padding: 1rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.reviews__add {
  position: relative;
  flex: 0 0 16rem;
  margin-left: 0.5rem;
  padding: 1rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.reviews__resume .product-rate {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.reviews__resume .product-rate .amount {
  display: block;
  font-weight: 600;
  opacity: 0.5;
}

.reviews__resume .product-rate .percent {
  display: block;
}

.reviews__resume .product-rate .rating-box {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.reviews__resume .product-rate .circle-percent .on {
  stroke-width: 4px;
  stroke-linecap: round;
}

.reviews__list {
  overflow: auto;
  margin: 0 -1rem -1rem;
  min-height: 24rem;
  max-height: 50vh;
}

.reviews__list::-webkit-scrollbar {
  width: 0.19rem;
}

.reviews__list::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: transparent;
  background-image: linear-gradient(90deg, transparent 50%, #E20031 50%);
  background-size: 2px 1px;
}

.reviews__list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #E20031;
}

.reviews__list li {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0 1rem 1rem;
}

.reviews__list li:not(:first-child) {
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.reviews__list .title {
  margin: 0 1rem 0 0;
}

.reviews__list .details {
  flex: 1 1 100%;
  margin-top: 0.5rem;
}

.reviews__list .review-meta {
  font-size: 0.7rem;
  opacity: 0.5;
}

.reviews__list .name {
  font-weight: 700;
}

.reviews__list .date-time {
  margin-left: 1rem;
}

.reviews .product-rate .rating-box {
  display: block;
}

.reviews__logged .title {
  color: #CCCCCC;
}

.reviews__add .myaccount {
  height: auto;
}

.reviews__add .myaccount__header {
  display: none;
}

.reviews__add .myaccount__content {
  position: static;
  display: block;
  padding: 0;
  width: auto;
  background: none;
  box-shadow: none;
}

.reviews__add .myaccount__content .title {
  display: none;
}

.reviews__add .buttons-set {
  padding-top: 1rem;
}

.reviews__add .btn {
  width: 100%;
}

.reviews__add .svg-loader {
  position: absolute;
  top: calc(50% - 0.125rem);
  left: calc(50% - 1.375rem);
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  opacity: 0;
  transition: all 200ms ease-out;
}

.reviews__add.loading .svg-loader {
  opacity: 1;
}

.reviews__return {
  padding-top: 1rem;
  text-align: center;
  font-size: 1.2rem;
}

.reviews__return.success {
  color: #E20031;
}

.reviews__return.success:before {
  content: '\f00c';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0 auto 1rem;
}

.reviews__return.error {
  color: #ff8469;
}

.reviews__return.error:before {
  content: '\f00d';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0 auto 1rem;
}

.reviews__no-reviews {
  padding-top: 10rem;
  text-align: center;
}

.reviews .be-first {
  color: #E20031;
  font-weight: 700;
}

.review-summary {
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-summary li {
  flex: 0 0 auto;
  margin: 0 0.5rem;
  height: 2.25rem;
  line-height: 2.25rem;
}

.review-summary input {
  position: fixed;
  top: -6249.94rem;
  left: -6249.94rem;
}

.review-summary label {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}

.review-summary label:before {
  content: '\f005';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  color: rgba(0, 0, 0, 0.1);
  transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.review-summary .hover label:before {
  color: rgba(0, 0, 0, 0.3);
}

.review-summary .active label:before {
  color: #faa332;
  transform: scale(1.5);
}

.reviews__hide {
  display: none;
}

/* Produto - Compre Junto */
.jointsales__content {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 100%;
}

.jointsales__current {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 30%;
  flex-flow: column nowrap;
  padding: 0 0 1.75rem;
  min-width: 1px;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.jointsales__currentin {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.jointsales__current .thumb {
  flex: 0 0 30%;
  margin-right: 1rem;
}

.jointsales__current .price-box {
  margin-bottom: 0;
}

.jointsales .more {
  position: absolute;
  top: calc(50% - 1rem);
  right: -1rem;
  width: 2rem;
  height: 2rem;
  color: #F8A7A5;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(2.5);
}

.jointsales .more:before {
  display: block;
  content: '\f067';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.jointsales__items {
  position: relative;
  z-index: 1;
  flex: 0 0 70%;
  min-width: 1px;
  max-width: 70%;
}

.jointsales__row {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1rem;
  width: 100%;
  background: #fff;
  transition: all 200ms ease-out;
}

.jointsales__row:not(:last-child) {
  margin-bottom: 1rem;
}

.jointsales__list {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  align-self: flex-start;
  min-width: 1px;
}

.jointsales__item {
  flex: 1 1 20%;
  padding: 1rem;
  min-width: 1px;
  max-width: 50%;
}

.jointsales__item:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.jointsales__item .thumb {
  display: block;
  margin-bottom: 1rem;
}

.jointsales__item .info {
  flex: 1 1 60%;
}

.jointsales__item .title {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  font-size: 0.8rem;
}

.jointsales__options {
  display: flex;
  flex: 1 1 100%;
  flex-flow: row wrap;
  margin: 1rem -0.5rem -1rem;
  min-width: 1px;
}

.jointsales__options li {
  flex: 1 1 50%;
  padding: 0 0.5rem 1rem;
  min-width: 80px;
}

.jointsales__options label {
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.7);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 0.8rem;
}

.jointsales__options em {
  display: none;
}

.jointsales__options select {
  height: 2rem;
}

.jointsales__totals {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8rem;
}

.jointsales__totals .price {
  color: #F7F7F7;
  font-weight: 700;
}

.jointsales__totals .economize {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  background: #CCCCCC;
  color: #FFFFFF;
}

.jointsales__totals .economize .price {
  color: #FFFFFF;
}

.jointsales__payments {
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1em;
}

.jointsales__payments .preco-parcelado-sem-juros,
.jointsales__payments .avista {
  margin-bottom: 0.5rem;
}

.jointsales__action {
  margin-top: 1rem;
}

.jointsales .owl-wrapper-outer {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 1px 1px 0;
}

.jointsales .owl-wrapper.owl-flex {
  align-items: flex-start;
}

.jointsales .owl-prev,
.jointsales .owl-next {
  top: calc(100% - 1.75rem);
  right: auto;
  left: auto;
  background: none;
  box-shadow: none;
  color: #E20031;
}

.jointsales .owl-prev {
  left: 0;
}

.jointsales .owl-next {
  right: 0;
}

.jointsales .regular-price,
.jointsales .special-price {
  font-size: 0.8rem;
}

/* Produto - PayPal */
.paypal-logo.no-bml {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.paypal-or {
  margin-right: 0.5rem;
  line-height: 2rem;
}

/* Modal */
.modal__content::-webkit-scrollbar-thumb {
  background: #E20031;
}

/* Floater */
.floater__content::-webkit-scrollbar-thumb {
  background: #E20031;
}

/* Termos de Aceite */
.terms__content::-webkit-scrollbar-thumb {
  background: #E20031;
}

/* Loader - Rolagem Infinita */
.ias-trigger {
  text-align: center;
}

.ias-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Carrinho */
.cart__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart__links .btn-checkout {
  background: #3AAD2A;
  color: #FFFFFF;
}

.cart__links .btn-checkout:hover {
  background: #5FCE57;
  color: #FFFFFF;
}

.cart-table header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.75rem;
  background: #E20031;
  color: #F2F2F2;
  text-transform: uppercase;
}

.cart-table .th {
  flex: 1 1 10%;
  padding: 0 1rem;
}

.cart-table .cart-product-head {
  flex: 1 1 65%;
}

.cart-table main {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.cart-product-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-product-line:last-child {
  border: 0;
}

.cart-product-line>div {
  flex: 1 1 10%;
  padding: 1rem;
}

.cart-product-line>div:first-child {
  display: flex;
  flex: 1 1 65%;
  justify-content: space-between;
  align-items: center;
}

.cart-product-line>.product-cart-actions {
  display: flex;
  align-items: center;
}

.cart-table .product-image {
  flex: 0 0 100px;
  margin-right: 1rem;
}

.cart-table .product-info {
  flex: 1 1 auto;
}

.cart-table .btn-remove {
  flex: 0 0 2.75rem;
  margin-left: 1rem;
  box-shadow: none;
}

.cart-table .btn-remove:before {
  content: '\f014';
}

.cart-table h2.name {
  display: block;
  margin-bottom: 0.25rem;
  color: #111;
  font-weight: 400;
  font-size: 1.5rem;
}

.cart-table h2.name a {
  color: #111;
}

.cart-table h2.name a:hover {
  color: #E20031;
}

.cart-table .sku {
  display: block;
  color: #888;
  font-size: 0.8rem;
}

.cart-table .item-options {
  margin-top: 1rem;
  padding: 0.5rem;
  border-radius: 3px;
  background: #f0f6f9;
  color: #666;
  font-size: 0.8rem;
}

.cart-table .item-options dt {
  color: #333;
  font-weight: 600;
}

.cart-table .item-options dd:not(:last-child) {
  margin-bottom: 1rem;
}

.cart-table .item-options .price {
  margin-left: 0.25rem;
  font-weight: 600;
}

.cart-table .qty-wrapper {
  flex: 0 0 2.75rem;
}

.cart-table .qty-wrapper .bt {
  background: #F8A7A5;
  color: #FFFFFF;
}

.cart-table .qty-wrapper .bt:hover {
  background: #E19795;
  color: #FFFFFF;
}

.cart-table footer {
  display: flex;
  justify-content: flex-end;
}

.cart-table .btn-empty {
  box-shadow: none;
}

.cart-table .giftwrap_button {
  display: flex;
  flex: 0 0 auto;
  order: 99;
  align-items: center;
  margin-left: 1rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background: #E20031;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  color: #F2F2F2;
  font-size: 0.8rem;
  cursor: pointer;
}

.cart-table .giftwrap_button .giftwrap_last {
  flex: 0 0 auto;
  order: -1;
  margin-right: 0.5rem;
}

.cart-table .giftwrap_button .giftwrap-price {
  margin-left: 0.5rem;
  font-weight: 700;
}

.cart-table .giftwrap_button:hover {
  background: #BE0029;
  color: #FFFFFF;
}

.cart__boxes {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 1rem;
}

.cart__boxes>* {
  flex: 1 1 33.333%;
  min-width: 280px;
}

.cart-empty {
  padding-top: 5rem;
  text-align: center;
}

/* Carrinho - Simulador de Frete */
.shipping {
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.shipping__form {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.shipping__desc {
  display: none;
}

.shipping__postcode {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}

.shipping__postcode label {
  flex: 0 0 auto;
  margin-right: 0.5rem;
}

.shipping__postcode em {
  display: none;
}

.shipping__postcode .input-box {
  flex: 1 1 auto;
}

.shipping__action {
  flex: 0 0 auto;
}

.co-shipping {
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
}

.co-shipping__methods dt {
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.co-shipping__methods dd:not(:last-child) {
  margin-bottom: 1rem;
}

.co-shipping__methods li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.co-shipping__methods .price {
  font-weight: 600;
}

/* Carrinho - Cupom de Desconto */
.coupon {
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.coupon__form {
  display: flex;
  align-items: center;
}

.coupon__form label {
  display: none;
}

.coupon__form .input-box {
  flex: 1 1 auto;
}

/* Carrinho - Totais */
.totals {
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.totals__content {
  margin: 0 -1rem;
}

.totals__table th,
.totals__table td {
  padding: 0.5rem 1rem;
  border: 0 !important;
  background: none;
}

.totals__table .a-right:first-child {
  text-align: left;
}

/* Carrinho - Mensagem Frete Grátis */
.msg-free_shipping {
  margin: 0.25rem 0;
  padding: 1rem;
  background: #CCCCCC;
  color: #FFFFFF;
  text-align: center;
}

/* Carrinho - Vendas Cruzadas */
.crosssell__options {
  display: flex;
  flex: 1 1 100%;
  flex-flow: row wrap;
  margin: 1rem -0.5rem 0;
}

.crosssell__options li {
  flex: 1 1 50%;
  padding: 0 0.5rem 1rem;
}

.crosssell__options label {
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.7);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 0.8rem;
}

.crosssell__options em {
  display: none;
}

.crosssell__options select {
  height: 2rem;
}

.crosssell__btn {
  margin-top: 1rem;
}

/* Tabelas */
table thead th,
table thead td {
  padding: 0.5rem 1rem;
  border: 0;
  background: #E20031;
  color: #F2F2F2;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
}

table tbody th,
table tbody td {
  border-width: 1px 0;
  color: #555;
  font-size: 1rem;
}

table tbody th:first-child,
table tbody td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

table tbody th:last-child,
table tbody td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

table dl.item-options {
  margin-top: 0.63rem;
  padding: 0.63rem;
  border-radius: 3px;
  background: #f0f6f9;
  font-size: 0.75rem;
}

table dl.item-options dt {
  color: #333;
  font-weight: 600;
}

table dl.item-options dd {
  margin-bottom: 0.63rem;
  color: #666;
}

table dl.item-options dd:last-child {
  margin-bottom: 0;
}

table dl.item-options .price {
  padding-left: 0.19rem;
  font-weight: 600;
}

table dl.item-options a {
  color: #F8A7A5;
  text-decoration: underline;
}

table dl.item-options a:hover {
  color: #E19795;
}

table tfoot th,
table tfoot td {
  background: #f5f5f5;
}

table tbody .bundle.label th,
table tbody .bundle.label td {
  padding: 0.5rem 1rem;
  background: #f0f6f9;
  font-weight: 700;
}

table tbody .bundle.child th,
table tbody .bundle.child td {
  padding: 0.5rem 1rem;
  background: #f0f6f9;
  font-size: 0.8rem;
}

table tbody .bundle.child th:first-child:before,
table tbody .bundle.child td:first-child:before {
  content: 'Ã¢â‚¬Â¢ ';
}

table tbody .bundle.child th div,
table tbody .bundle.child td div {
  display: inline;
}

table a {
  color: #F8A7A5;
  font-weight: 600;
}

table a:hover {
  color: #E19795;
}

table .price-box {
  margin: 0;
}

/* Sucesso */
.checkout-onepage-success .page-title {
  text-align: center;
}

.checkout-onepage-success .page-title small {
  display: block;
}

.success-content {
  display: block;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.success-content .ico-case {
  margin-bottom: 1rem;
}

.success-content .ico {
  display: block;
  margin: 0 auto;
  width: 5rem;
  height: 5rem;
  -webkit-animation: success 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s 1 forwards;
  animation: success 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s 1 forwards;
  fill: url("#button_v");
}

.success-content>*:not(.ico-case):not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.success-content .order-number {
  color: #333;
  font-size: 1.5rem;
}

.success-content .order-number .txt {
  display: block;
}

.success-content .order-number .number {
  color: #3AAD2A;
  font-size: 3rem;
}

.success-content .order-number a.number:hover {
  color: #5FCE57;
}

.success-content .confirmation {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}

.success-content .print + .pagto {
    display: none;
}

.success-content .confirmation:before {
  flex: 0 0 auto;
  margin-right: 1rem;
  color: #999;
  content: '\f0e0';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.success-content .print:before {
  flex: 0 0 auto;
  margin-right: 1rem;
  color: #999;
  content: '\f02f';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.success-content .print a {
  margin: 0 0.5rem;
  color: #BE0029;
  font-weight: 600;
}

.success-content .print a:hover {
  text-decoration: underline;
}

.success-content .pagto a {
  display: inline-block;
  margin-top: 0.63rem;
  padding: 0 1em;
  height: 2.75em;
  border: 0;
  border-radius: 3px;
  background: #E20031;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #F2F2F2;
  font-size: 1rem;
  line-height: 2.75em;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.success-content .pagto a.boleto:before {
  content: '\f02a';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 1rem;
}

.success-content .pagto a:hover {
  background: #BE0029;
  color: #FFFFFF;
}

.success-content .pagto a:active {
  padding-top: 0.25rem;
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.3);
}

.buttons-success {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.buttons-success .my-order {
  margin-left: 2rem;
  background: #3AAD2A;
  color: #FFFFFF;
}

.buttons-success .my-order:hover {
  background: #5FCE57;
  color: #FFFFFF;
}

.title-retorno-mp {
  margin-bottom: 0.94rem;
  color: #F8A7A5;
  font-weight: 600;
  font-size: 1.13rem;
}

.dados-retorno-mp li:not(:last-child) {
  margin-bottom: 0.31rem;
}

.dados-retorno-mp span {
  padding-right: 0.31rem;
}

.dados-retorno-mp .approved strong {
  color: #8dc63f;
}

.dados-retorno-mp .rejected strong {
  color: #ed1c24;
}

.dados-retorno-mp .general strong {
  color: #F8A7A5;
}

.checkout-onepage-success .col-main a[href*='ebitempresa'] {
  display: block;
  margin: 0 0 1.25rem;
  text-align: center;
}

.checkout-onepage-success .col-main a[href*='ebitempresa']:last-child {
  margin-bottom: 0;
}

/* Login */
.customer-account-login .page-title {
  text-align: center;
}

.accountlogin {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.accountlogin>div {
  flex: 1 1 50%;
  padding: 2rem;
  min-width: 280px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.accountlogin .socialconnect__login .title {
  display: none;
}

.accountlogin__registered label {
  display: none;
}

.accountlogin__registered .forgot {
  position: absolute;
  top: 2.75rem;
  left: 1.5rem;
  font-size: 0.6rem;
  line-height: 1rem;
}

.accountlogin__registered .form-list .fields>.actions {
  flex: 0 0 auto;
}

.accountlogin__new {
  display: flex;
  flex-flow: column nowrap;
}

.accountlogin__new ul {
  flex: 1 1 auto;
  font-size: 0.8rem;
}

.accountlogin__new li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.accountlogin__new li:before {
  content: '\f00c';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5rem;
  color: #E20031;
}

.accountlogin__new .btn {
  width: 100%;
  text-align: center;
}

.accountlogin__new .buttons-set {
  padding-bottom: 1rem;
}

/* Login - Recuperar Senha */
.customer-account-forgotpassword .page-title {
  text-align: center;
}

.forgotpass {
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  text-align: center;
}

.forgotpass .fieldset {
  margin-bottom: 1rem;
}

.forgotpass label {
  display: none;
}

.forgotpass input {
  text-align: center;
}

.forgotpass .buttons-set {
  display: flex;
}

.forgotpass .btn-reset {
  flex: 1 1 auto;
  margin-left: 1rem;
}

/* Resetar senha */
.reset-password-form {
  max-width: 600px;
}

.reset-password-form .fieldset {
  margin-bottom: 1.25rem;
}

.reset-password-form p.required {
  display: none;
}

/* Cadastro */
.customer-account-create .page-title {
  text-align: center;
}

.account-create form {
  padding: 1rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.account-create p.required,
.account-create .back-link {
  display: none;
}

.account-create .buttons-set {
  padding-top: 1rem;
}

.account-create .buttons-set .button {
  display: block;
  margin-left: auto;
  background: #3AAD2A;
  color: #FFFFFF;
}

.account-create .buttons-set .button:hover {
  background: #5FCE57;
  color: #FFFFFF;
}

.account-create .form-list .fields>* {
  min-width: 220px;
}

.account-create .socialconnect:before {
  display: none;
}

.form-list .fields.tipopessoa label {
  opacity: 0.5;
}

.form-list .fields.tipopessoa label.on {
  color: #E20031;
  opacity: 1;
}

/* Painel do Cliente */
.my-account {
  color: #666;
}

.my-account p.required,
.my-account .back-link {
  display: none;
}

.my-account form h2.legend {
  margin-bottom: 1rem;
  color: #F8A7A5;
  font-weight: 600;
  font-size: 1.2rem;
}

.my-account form>*:not(:last-child) {
  margin-bottom: 1rem;
}

.welcome-msg {
  display: flex;
  align-items: center;
}

.welcome-msg .picture {
  flex: 0 0 6rem;
  overflow: hidden;
  margin: 0 1rem;
  height: 6rem;
  border-radius: 100%;
  box-shadow: 0 0 0 5px #fff, 0 0 0 6px #BE0029;
}

.welcome-msg .picture img {
  display: block;
  min-height: 6rem;
  width: 100%;
}

.welcome-msg .hello {
  margin-bottom: 1rem;
  color: #BE0029;
  font-size: 1.2rem;
}

.dashboard .box-account {
  margin-bottom: 2rem;
}

.box-account .box-head,
.box-account .box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  color: #F8A7A5;
}

.box-account .box-head:before,
.box-account .box-title:before {
  display: block;
  flex: 1 1 auto;
  margin-left: 1rem;
  border-top: 1px solid #F8A7A5;
  content: '';
}

.box-account .box-head h2,
.box-account .box-title h3 {
  order: -1;
}

.box-account .box-head .title,
.box-account .box-title .title {
  margin: 0;
}

.box-account .box-head a,
.box-account .box-title a {
  margin-left: 1rem;
}

.box-account .col2-set,
.box-account .col4-set {
  margin: 0;
}

.box-account .col2-set>div,
.box-account .col4-set>div {
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.box-account .box-content {
  line-height: 1.5em;
}

.my-account .pager {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.my-account .pager:last-child,
.my-account .pager:nth-last-child(2) {
  margin-top: 1rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}

.my-account .pager .amount span {
  color: #333;
  font-weight: 600;
}

.my-account .pager .limiter {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
  opacity: 0.6;
}

.my-account .pager .limiter:hover {
  opacity: 1;
}

.my-account .pager .limiter select {
  margin: 0 1rem;
  width: 2.75rem;
}

.my-account .pager .limiter .per {
  flex: 0 0 auto;
}

.my-account .pager .pages .label {
  display: none;
}

.my-account .pager ol {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.my-account .pager ol li {
  margin-left: 0.25rem;
  color: #333;
  font-size: 0.9rem;
  line-height: 2rem;
}

.my-account .pager ol li span span {
  display: block;
  padding: 0 0.5rem;
  border-radius: 3px;
  background: #E19795;
  color: #FFFFFF;
  line-height: 2rem;
}

.my-account .pager ol li a {
  display: block;
  padding: 0 0.5rem;
  border-radius: 3px;
  color: #333;
  line-height: 2rem;
}

.my-account .pager ol li a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.my-account .pager ol li a.next span,
.my-account .pager ol li a.previous span {
  display: none;
}

.my-account .pager ol li a.next:before,
.my-account .pager ol li a.previous:before {
  display: block;
  line-height: 2rem;
  content: '\f054';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #F8A7A5;
}

.my-account .pager ol li a.previous:before {
  display: inline;
  content: '\f053';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.my-orders {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -0.5rem -1rem;
}

.my-orders .item-order {
  display: flex;
  flex: 0 1 33.333%;
  align-items: stretch;
  margin: 0;
  padding: 0 0.5rem 1rem;
}

.my-orders .last-order {
  flex: 1 1 100%;
}

.my-orders article {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.my-orders article.state-complete {
  box-shadow: inset 0 0 0 1px #3AAD2A;
}

.my-orders .last-order article:before {
  display: block;
  margin-bottom: 1rem;
  padding: 0 1rem;
  border-radius: 3px;
  background: #CCCCCC;
  color: #FFFFFF;
  content: 'Último pedido';
  font-size: 0.7rem;
  line-height: 1rem;
}

.my-orders header {
  margin-bottom: 1rem;
  padding: 0 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #777;
  font-size: 0.8rem;
}

.my-orders .order-num {
  color: #444;
  font-size: 1rem;
}

.my-orders .order-num .num {
  color: #F8A7A5;
  font-weight: 700;
}

.my-orders main {
  display: flex;
  flex: 1 1 auto;
}

.my-orders footer {
  margin-top: 1rem;
  padding: 1rem 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.my-orders .last-order footer {
  margin-top: 1rem;
}

.my-orders .order-open {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.my-orders .order-open span {
  margin: auto;
  opacity: 0;
  transform: scale(0);
}

.my-orders .order-open:hover {
  box-shadow: inset 0 0 0 1px #E20031;
}

.my-orders .order-open:hover span {
  opacity: 1;
  transform: scale(1);
}

.order-products {
  display: flex;
  flex-flow: row wrap;
  margin: auto;
}

.order-products .images,
.order-products .names {
  flex: 1 1 100%;
  text-align: center;
}

.order-products .images {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1rem;
}

.order-products .img {
  flex: 1 0 2rem;
  margin: 0.25rem;
  max-width: 5rem;
}

.last-order .order-products .img {
  max-width: 8rem;
}

.order-products .name {
  color: #555;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3em;
}

.order-products .name:not(.first):before {
  padding: 0 0.5rem;
  color: #999;
  content: '+';
}

/* Painel do Cliente - Afiliados */
.data-range {
  display: flex;
  align-items: center;
}

.data-range.from-date {
  margin-bottom: 0.5rem;
}

.data-range span {
  flex: 0 0 2rem;
}

.data-range input {
  flex: 1 1 auto;
}

.data-range:after {
  content: '\f073';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  flex: 0 0 auto;
  margin-left: 0.5rem;
}

#affiliate-coupon-codes .-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

#affiliate-coupon-codes .-title {
  text-transform: uppercase;
  font-size: 1rem;
}

#affiliate-coupon-codes li {
  margin-bottom: 2rem;
}

#affiliate-coupon-codes li:last-child {
  margin-bottom: 0;
}

.tweeter a {
  color: #00aced;
  font-size: 0.8rem;
}

.tweeter a:before {
  content: '\f099';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #00aced;
}

#affiliateplus-sidebar .actions {
  margin-bottom: 2rem;
}

#affiliate-personal-url-form {
  margin-bottom: 2rem;
}

#affiliate-opc-personal-url {
  display: flex;
  align-items: flex-end;
}

#affiliate-opc-personal-url ul {
  flex: 1 1 auto;
  min-width: 1px;
}

#affiliate-opc-personal-url .buttons-set {
  flex: 0 0 auto;
  margin-left: 1rem;
}

#input-personal-url {
  position: relative;
}

#input-personal-url label {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 0.1rem 0 1rem;
  opacity: 0.25;
  transform: translateY(-50%);
}

.affiliateplus-opc {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.affiliateplus-opc .step-title {
  padding: 1rem;
  border-top: 1px solid #ddd;
  cursor: pointer;
}

.affiliateplus-opc .step-title:hover {
  background: rgba(0, 0, 0, 0.02);
  color: #E20031;
}

.affiliateplus-opc .a-item {
  margin-bottom: 1.25rem;
  padding: 0 0.63rem;
}

/* Painel do Cliente - Status dos Pedidos */
.order-status {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  color: #666;
  font-size: 0.8rem;
}

.order-status:before,
.order-status:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 0.31rem;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #fff;
  content: '';
}

.order-status:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.order-status:after {
  box-shadow: none;
}

.order-status .ico {
  flex: 0 0 auto;
  order: -1;
  margin-right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  transform: scale(0);
  transform-origin: center bottom;
}

.order-status .ico,
.order-status:after {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.order-status:after {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

/* Painel do Cliente - Status NEW */
.order-status.state-new strong,
.order-status.state-pending_payment strong,
.order-status.state-payment_review strong {
  color: #E20031;
}

.order-status.state-new:after,
.order-status.state-pending_payment:after,
.order-status.state-payment_review:after {
  -webkit-animation-name: os-new-bar;
  animation-name: os-new-bar;
}

.order-status.state-new .ico,
.order-status.state-pending_payment .ico,
.order-status.state-payment_review .ico {
  -webkit-animation-name: os-new;
  animation-name: os-new;
}

/* Painel do Cliente - Status PROCESSING */
.order-status.state-processing strong {
  color: #BE0029;
}

.order-status.state-processing:after {
  -webkit-animation-name: os-processing-bar;
  animation-name: os-processing-bar;
}

.order-status.state-processing .ico {
  -webkit-animation-name: os-processing;
  animation-name: os-processing;
}

/* Painel do Cliente - Status COMPLETE */
.order-status.state-complete strong {
  color: #3AAD2A;
}

.order-status.state-complete:after {
  -webkit-animation-name: os-complete-bar;
  animation-name: os-complete-bar;
}

.order-status.state-complete .ico {
  -webkit-animation-name: os-complete;
  animation-name: os-complete;
}

.order-status.state-complete span:after {
  padding-left: 0.25rem;
  color: #3AAD2A;
  font-size: 1rem;
  content: '\f00c';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Painel do Cliente - Status HOLDED */
.order-status.state-holded strong {
  color: #e98f33;
}

.order-status.state-holded:after {
  -webkit-animation-name: os-holded-bar;
  animation-name: os-holded-bar;
}

.order-status.state-holded .ico {
  -webkit-animation-name: os-holded;
  animation-name: os-holded;
}

/* Painel do Cliente - Status CANCELED */
.order-status.state-closed strong,
.order-status.state-canceled strong {
  color: #ea1d2c;
}

.order-status.state-closed:after,
.order-status.state-canceled:after {
  -webkit-animation-name: os-canceled-bar;
  animation-name: os-canceled-bar;
}

.order-status.state-closed .ico,
.order-status.state-canceled .ico {
  -webkit-animation-name: os-canceled;
  animation-name: os-canceled;
}

/* Painel do Cliente */
.my-account .buttons-set {
  text-align: right;
}

.title-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-buttons:after {
  flex: 1 1 auto;
  margin: 0 0.5rem;
  border-top: 1px solid #ddd;
  content: '';
}

.title-buttons button,
.title-buttons a {
  order: 2;
}

.title-buttons .separator {
  display: none;
}

.addresses-list {
  margin: 0 !important;
}

.addresses-list h2 {
  display: block;
  margin-bottom: 1rem;
  color: #F8A7A5;
  font-weight: 600;
  font-size: 1.2rem;
}

.addresses-primary {
  padding: 1rem !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #fff;
}

.addresses-primary h2 {
  color: #3AAD2A;
}

.addresses-primary ol li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
}

.addresses-primary ol li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.addresses-primary address {
  margin-bottom: 0.25rem;
}

.addresses-primary h3 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #5FCE57;
  font-weight: 600;
}

.addresses-primary h3 .ico {
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
  fill: #5FCE57;
}

.addresses-additional ol li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  line-height: 1.5em;
}

.addresses-additional ol li:last-child {
  margin-bottom: 0;
}

.addresses-additional address {
  flex: 1 1 auto;
  margin-right: 1rem;
}

.addresses-additional .separator {
  display: none;
}

.addresses-additional a {
  display: block;
  margin: 0 0 0.5rem;
  padding: 0 0.5rem;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #F8A7A5;
  color: #F8A7A5;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1rem;
  opacity: 0.7;
}

.addresses-additional a:hover {
  background: #F8A7A5;
  color: #FFFFFF;
}

.account-edit-form-list {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.title-buttons .order-status {
  justify-content: flex-start;
  margin: 0 0 -1rem 1.5rem;
  font-size: 1rem;
}

.title-buttons .order-status span {
  max-width: 26rem;
}

.sales-order-view .title-buttons,
.sales-order-shipment .title-buttons,
.sales-order-invoice .title-buttons {
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.sales-order-view .title-buttons h1,
.sales-order-view .title-buttons .order-status,
.sales-order-shipment .title-buttons h1,
.sales-order-shipment .title-buttons .order-status,
.sales-order-invoice .title-buttons h1,
.sales-order-invoice .title-buttons .order-status {
  order: 1;
}

.sales-order-view .title-buttons h1,
.sales-order-shipment .title-buttons h1,
.sales-order-invoice .title-buttons h1 {
  white-space: nowrap;
}

.sales-order-view .title-buttons .order-status,
.sales-order-shipment .title-buttons .order-status,
.sales-order-invoice .title-buttons .order-status {
  flex: 1 1 auto;
}

.sales-order-view .title-buttons:after,
.sales-order-shipment .title-buttons:after,
.sales-order-invoice .title-buttons:after {
  flex: 1 1 100%;
  order: 2;
  margin: 0;
  border: 0;
}

.sales-order-view .title-buttons a,
.sales-order-shipment .title-buttons a,
.sales-order-invoice .title-buttons a {
  order: 3;
  margin-right: 0.5rem;
  padding: 0 0.5rem;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #F8A7A5;
  color: #F8A7A5;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1rem;
  opacity: 0.7;
}

.sales-order-view .title-buttons a:hover,
.sales-order-shipment .title-buttons a:hover,
.sales-order-invoice .title-buttons a:hover {
  background: #F8A7A5;
  color: #FFFFFF;
}

.order-date {
  color: #CCCCCC;
  font-size: 1rem;
}

.order-date:before {
  content: '\f133';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5rem;
  font-size: 1rem;
}

dl.order-info dt {
  display: none;
}

#order-info-tabs {
  display: flex;
  align-items: flex-end;
}

#order-info-tabs li {
  position: relative;
  margin-right: 0.5rem;
  padding: 0 1rem;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  line-height: 2rem;
  opacity: 0.7;
}

#order-info-tabs li.current {
  background: #E20031;
  box-shadow: inset 0 0 0 1px #E20031;
  color: #F2F2F2;
  opacity: 1;
}

#order-info-tabs li.current:before {
  position: absolute;
  top: 100%;
  left: calc(50% - 0.31rem);
  display: block;
  border: 5px solid transparent;
  border-top-color: #E20031;
  content: '';
}

#order-info-tabs a {
  display: block;
  padding: 0 1rem;
  color: #888;
  line-height: 2rem;
}

#order-info-tabs a:hover {
  color: #333;
}

.order-items.order-details {
  margin-top: 1rem;
}

.order-info-box {
  margin: 0;
}

.order-info-box>div {
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
  line-height: 1.5em;
}

.order-info-box .box-title h2 {
  margin-bottom: 1rem;
  color: #F8A7A5;
  font-weight: 600;
  font-size: 1.2rem;
}

.order-info-box .box-title .ico {
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
  fill: #5FCE57;
}

.order-info-box .shipping-address h2,
.order-info-box .billing-address h2 {
  color: #5FCE57;
}

.bankpayment_info {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0.31rem;
  background: #f0f6f9;
  color: #222;
}

.bankpayment_info dt {
  padding: 0.31rem;
  min-width: 35%;
  max-width: 35%;
  font-weight: 600;
}

.bankpayment_info dd {
  flex: 1 1 65%;
  padding: 0.31rem;
}

.boleto-info a {
  display: inline-block;
  margin-top: 0.63rem;
  padding: 0 1em;
  height: 2.75em;
  border: 0;
  border-radius: 3px;
  background: #3AAD2A;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 2.75em;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.boleto-info a:before {
  position: relative;
  top: -0.13rem;
  font-size: 1.25rem;
  content: '\f02a';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.63rem;
  vertical-align: middle;
}

.boleto-info a:hover {
  background: #5FCE57;
  color: #FFFFFF;
}

.boleto-info a:active {
  padding-top: 0.25rem;
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.3);
}

.order-items>* {
  margin-bottom: 1.25rem;
}

.order-items>*:last-child {
  margin-bottom: 0;
}

.order-items .table-caption {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 1.25rem;
}

.order-items .table-caption .separator,
.order-items .sub-title .separator {
  padding: 0 0.44rem;
  color: #999;
  font-weight: 400;
}

.order-items a {
  display: inline-block;
  padding: 0 0.63rem;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #F8A7A5;
  color: #F8A7A5;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.69rem;
  line-height: 1.25rem;
  opacity: 0.7;
}

.order-items a:hover {
  background: #F8A7A5;
  color: #FFFFFF;
}

.order-items a.link-print:before {
  content: '\f02f';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.31rem;
}

.order-items table tbody th,
.order-items table tbody td {
  vertical-align: middle;
}

.order-items div.qty {
  text-align: left;
  white-space: nowrap;
  font-size: 0.88rem;
}

.order-items div.qty strong {
  font-size: 1rem;
}

.order-items div.shipped {
  color: #3AAD2A;
}

.order-items *:not(.order-links) a[onclick*=track] {
  display: inline-block;
  padding: 0 1.25rem;
  height: 2.5rem;
  box-shadow: inset 0 0 0 1px #3AAD2A;
  color: #3AAD2A;
  font-size: 1rem;
  line-height: 2.5rem;
  opacity: 1;
}

.order-items *:not(.order-links) a[onclick*=track] .ico {
  position: relative;
  top: -0.13rem;
  display: inline-block;
  margin-right: 0.44rem;
  height: 1.25rem;
  vertical-align: middle;
  fill: #3AAD2A;
}

.order-items *:not(.order-links) a[onclick*=track]:hover {
  background: #3AAD2A;
  box-shadow: inset 0 0 0 1px #5FCE57;
  color: #5FCE57;
}

.order-items *:not(.order-links) a[onclick*=track]:hover .ico {
  fill: #3AAD2A;
}

table.tracking-table tbody th,
table.tracking-table tbody td {
  padding: 0.63rem;
  border-width: 0 0 1px;
}

.newsletter-manage-index .my-account .buttons-set {
  text-align: left;
}

.block-account {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.block-account .block-title {
  display: none;
}

.block-account .block-title strong {
  font-weight: 400;
}

.block-account ul li {
  margin-bottom: 0.5rem;
}

.block-account ul li.last {
  margin: 0.5rem -1rem -1rem;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.block-account ul li.last a {
  display: block;
  padding: 1rem;
  text-indent: -9999px;
  font-size: 0;
}

.block-account ul li.last a:after {
  display: block;
  content: 'Sair';
  text-indent: 0;
  font-size: 1rem;
}

.block-account a {
  color: #666;
}

.block-account .current a,
.block-account a:hover {
  color: #F8A7A5;
}

.my-wishlist .buttons-set {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}

.my-wishlist .buttons-set button:not(:first-child) {
  margin-left: 1rem;
}

.my-wishlist .buttons-set button.btn-add {
  order: 2;
}

.my-account table:not(#wishlist-table) a {
  font-size: 0.8rem;
}

.my-account table .product-name a {
  text-decoration: none;
  font-size: 1rem;
}

.wishlist-sku {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}

#wishlist-table tbody th,
#wishlist-table tbody td {
  vertical-align: middle;
}

#wishlist-table tbody td.last {
  padding-left: 0;
}

.customer-wishlist-item-cart p {
  margin-left: 1rem;
}

.customer-wishlist-item-cart {
  display: flex;
}

.my-account input.qty {
  padding-right: 0;
  padding-left: 0;
  width: 2.75rem;
  text-align: center;
}

.my-account .btn-add,
.my-account .btn-cart {
  background: #3AAD2A;
  color: #FFFFFF;
}

.my-account .btn-add:hover,
.my-account .btn-cart:hover {
  background: #5FCE57;
  color: #FFFFFF;
}

.my-account .btn-share:before {
  display: inline;
  content: '\f1e0';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.my-account .btn-share span {
  display: none;
}

.my-account .btn-update:before {
  content: '\f021';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: -0.13rem;
}

.my-account .btn-update span {
  display: none;
}

.my-account .link-edit {
  text-decoration: none;
}

.my-account .link-edit:before {
  content: '\f040';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: -0.13rem;
}

.my-account .link-edit span {
  display: none;
}

.my-account table button.btn-update {
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1.5em;
}

.my-account table button.btn-update:before {
  display: none;
}

.my-account table button.btn-update span {
  display: block;
}

.newsletter-manage-index .my-account>form {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

#my-downloadable-products-table td {
  vertical-align: middle;
}

#my-downloadable-products-table .order-number {
  display: block;
  margin-bottom: 0.63rem;
}

#my-downloadable-products-table .order-date {
  font-size: 0.75rem;
}

#my-downloadable-products-table td.title {
  font-size: 0.81rem;
}

#my-downloadable-products-table td.title strong {
  display: block;
  color: #222;
  font-size: 1rem;
}

#my-downloadable-products-table .download-me.status-pending {
  filter: grayscale(0.5);
  opacity: 0.5;
  cursor: not-allowed;
}

#my-downloadable-products-table .download-me.status-expired {
  filter: grayscale(1);
  opacity: 0.5;
  cursor: not-allowed;
}

.socialconnect-account .col2-set {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.socialconnect-account .col2-set>div {
  padding: 1rem;
}

.socialaccount__btn .btn {
  display: flex;
  align-items: center;
}

.socialaccount__btn .btn .ico {
  order: -1;
  margin-right: 1rem;
}

/*
.socialaccount__facebook .btn { background: #3b5998 }
.socialaccount__facebook .btn:hover { background: #22407F }
.socialaccount__twitter .btn { background: #00aced }
.socialaccount__twitter .btn:hover { background: #0093D4 }
.socialaccount__google .btn { background: #dd4b39 }
.socialaccount__google .btn:hover { background: #C43220 }
.socialaccount__linkedin .btn { background: #007bb5 }
.socialaccount__linkedin .btn:hover { background: #00629C }
*/
.socialaccount__facebook .btn {
  background: #3b5998;
}

.socialaccount__facebook .btn:hover {
  background: #22407f;
}

.socialaccount__twitter .btn {
  background: #00aced;
}

.socialaccount__twitter .btn:hover {
  background: #0093d4;
}

.socialaccount__google .btn {
  background: #dd4b39;
}

.socialaccount__google .btn:hover {
  background: #c43220;
}

.socialaccount__linkedin .btn {
  background: #007bb5;
}

.socialaccount__linkedin .btn:hover {
  background: #00629c;
}

/* Painel do Cliente - Lista de Presentes */
.amgiftreg-event-edit .col-main form label,
.amgiftreg-event-edit .col-main form .img-calendar {
  display: inline-block;
  margin-bottom: 0.31rem;
  vertical-align: middle;
}

.amgiftreg-event-edit .col-main form .img-calendar {
  position: relative;
  top: -0.13rem;
  margin-left: 0.63rem;
}

.amgiftreg-event-edit .selects-time {
  display: flex;
  align-items: center;
}

.amgiftreg-event-edit .selects-time .sep {
  margin: 0 0.31rem;
}

.amgiftreg-event-edit .selects-time select {
  flex: 0 0 60px;
  min-width: 60px;
}

.gift-event-nav-links {
  display: flex;
  align-items: center;
  margin: 0 -0.13rem 1.25rem;
}

.gift-event-nav-links>* {
  flex: 1 1 auto;
  margin: 0 0.13rem;
  padding: 1.25rem;
  background: #fff;
  color: #333;
  text-align: center;
  font-weight: 600;
}

.gift-event-nav-links b {
  font-weight: 400;
}

.gift-event-nav-links a {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.gift-event-nav-links a:hover {
  background: #E20031;
  color: #F2F2F2;
}

.share-gift-list {
  display: flex;
  align-items: center;
  margin: 0 -0.63rem;
}

.share-gift-list li {
  flex: 1 1 auto;
  padding: 0 0.63rem;
}

.share-gift-list li.link {
  position: relative;
  display: flex;
  align-items: center;
}

.share-gift-list li.link .label {
  margin-right: 0.63rem;
  color: #777;
  font-size: 0.75rem;
}

.share-gift-list li.link input {
  background: #eee;
  color: #666;
  font-size: 0.75rem;
}

.share-gift-list li.link small {
  position: absolute;
  top: calc(100% + 0.13rem);
  right: 0.63rem;
  color: #999;
  font-size: 0.63rem;
}

.share-gift-list a {
  display: flex;
  align-items: center;
  padding: 0 0.63rem;
  border-radius: 3px;
  background: #22407f;
  color: #fff;
  line-height: 2.5rem;
}

/*
.share-gift-list .tt a { background: #00aced }
.share-gift-list .fb a:hover { background: #22407F }
.share-gift-list .tt a:hover { background: #0093D4 }
*/
.share-gift-list .tt a {
  background: #00aced;
}

.share-gift-list .fb a:hover {
  background: #22407f;
}

.share-gift-list .tt a:hover {
  background: #0093d4;
}

.share-gift-list a .ico {
  margin-right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  fill: #fff;
}

#search_event_form .input-box {
  display: flex;
  align-items: center;
}

#search_event_form label {
  flex: 0 0 auto;
}

#search_event_form button {
  display: flex;
  flex: 0 0 40px;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 2.5rem;
}

#search_event_form button span {
  display: none;
}

#search_event_form button .ico {
  width: 1rem;
  height: 1rem;
  fill: #FFFFFF;
}

#search_event_form input {
  flex: 1 1 auto;
  margin: 0 0.63rem;
}

.block-gift-list {
  padding: 0.63rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.block-gift-list .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.63rem;
  padding-bottom: 0.63rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
}

.block-gift-list .title:before {
  content: '\f06b';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.31rem;
  color: #E20031;
}

.block-gift-list ol li {
  display: flex;
  align-items: center;
}

.block-gift-list ol li:not(:last-child) {
  margin-bottom: 0.63rem;
  padding-bottom: 0.63rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.block-gift-list ol li>a {
  flex: 0 0 70px;
  margin-right: 1.25rem;
}

.block-gift-list .product-details {
  flex: 1 1 auto;
}

.block-gift-list .product-name a {
  display: block;
  margin-bottom: 0.63rem;
  color: #333;
  font-size: 0.88rem;
}

/* Formulários */
.validation-advice {
  right: -0.56rem;
}

/* Loader */
.svg-loader .spinner {
  stroke: #E20031;
}

/* Modal - Termos de Aceite */
#term-box-warning .title {
  text-transform: uppercase;
  line-height: 1.2em;
}

#term-box-warning button {
  height: 2.5rem;
  border-radius: 3px;
  background: #CCCCCC;
  color: #FFFFFF;
  line-height: 2.25rem;
}

#term-box-warning button.yes {
  background: #3AAD2A;
  color: #FFFFFF;
}

/* Pop-ups */
body.page-popup {
  padding: 1.25rem 1.25rem 0;
}

.wrapper-popup>* {
  margin-bottom: 1.25rem;
}

.wrapper-popup>*:last-child {
  margin-bottom: 0;
}

/* Blog */
.blog-index-index .blog-title {
  display: none;
}

.blog-sidebar>* {
  margin-bottom: 1.25rem;
}

.blog-sidebar>*:last-child {
  margin-bottom: 0;
}

.blog-sidebar .title {
  margin-bottom: 0.94rem;
  color: #111;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}

.menu-recent,
.blog-categories,
.blog-tags {
  padding: 0.94rem;
  border: 1px solid rgba(70, 87, 102, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.blog-categories {
  text-transform: uppercase;
}

.blog-categories li.level0 {
  margin-bottom: 0.63rem;
}

.blog-categories li.level0:last-child {
  margin-bottom: 0;
}

.blog-categories li.level0>a {
  display: block;
  color: #555;
  font-size: 1rem;
}

.blog-categories li.level0>a:hover {
  color: #E20031;
}

.blog-categories ul.level1 {
  position: relative;
  padding: 0.31rem 0 0 0.63rem;
}

.blog-categories ul.level1:before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  display: block;
  width: 0.31rem;
  height: 0.31rem;
  border: 1px solid #ccc;
  border-width: 0 0 1px 1px;
  content: '';
}

.blog-categories li.level1 {
  margin-bottom: 0.31rem;
}

.blog-categories li.level1:last-child {
  margin-bottom: 0;
}

.blog-categories li.level1>a {
  display: block;
  color: #777;
  font-size: 0.88rem;
}

.blog-categories li.level1>a:hover {
  color: #BE0029;
}

.blog-tags .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: -0.31rem;
}

.blog-tags .tag {
  padding: 0.31rem;
}

.blog-tags .tag a {
  color: #F8A7A5;
}

.blog-tags .tag a:hover {
  color: #E19795;
}

.blog-tags .size-1 {
  font-size: 0.75rem;
}

.blog-tags .size-2 {
  font-size: 0.81rem;
}

.blog-tags .size-3 {
  font-size: 0.88rem;
}

.blog-tags .size-4 {
  font-size: 0.94rem;
}

.blog-tags .size-5 {
  font-size: 1rem;
}

.blog-tags .size-6 {
  font-size: 1.06rem;
}

.blog-tags .size-7 {
  font-size: 1.13rem;
}

.blog-tags .size-8 {
  font-size: 1.19rem;
}

.blog-tags .size-9 {
  font-size: 1.25rem;
}

.blog-tags .size-10 {
  font-size: 1.31rem;
}

.menu-recent li.post {
  margin-bottom: 0.63rem;
  padding-bottom: 0.63rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-recent li.post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.menu-recent a {
  display: flex;
  align-content: stretch;
}

.menu-recent .thumb {
  flex: 0 0 70px;
  margin-right: 0.63rem;
  background-position: center;
  background-size: cover;
}

.menu-recent .thumb img {
  opacity: 0;
}

.menu-recent .info {
  flex: 1 1 auto;
}

.menu-recent .date {
  display: block;
  margin-bottom: 0.31rem;
  color: #777;
  font-size: 0.69rem;
}

.menu-recent .post-title {
  display: block;
  color: #222;
  font-size: 1rem;
}

.menu-recent a:hover {
  color: #BE0029;
}

.posts-list .the-post {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid #eee;
  background: #fff;
}

.posts-list .post-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.posts-list .post-container .thumbnail {
  flex: 1 1 30%;
  margin: 0;
  padding-right: 1rem;
  min-width: 1px;
}

.the-post:last-child {
  margin: 0;
}

.the-post .post-container main {
  flex: 1 1 70%;
  margin: 0;
  min-width: 1px;
}

.the-post .post-container footer {
  flex: 0 0 100%;
  margin-top: 1rem;
}

.the-post .the-title {
  display: block;
  margin: 0 0 0.31rem;
  font-weight: 600;
  font-size: 1.38rem;
}

.the-post .the-title a {
  color: #222;
}

.the-post .the-title a:hover {
  color: #BE0029;
}

.the-post .the-date {
  margin: 0 0 0.63rem;
  color: #888;
  font-size: 0.81rem;
}

.the-post .blog-entry .ler {
  display: block;
  color: #BE0029;
  text-transform: lowercase;
  font-weight: 600;
}

.the-post .blog-entry .ler:hover {
  color: #E20031;
}

.the-post footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blogfeed_share {
  margin-right: 1.25rem;
}

.blogfeed_share .title {
  display: none;
}

.blogfeed_share ul.level0 {
  display: flex;
  align-items: center;
}

.blogfeed_share li:not(:last-child) {
  margin-right: 0.31rem;
}

.blogfeed_share a {
  display: flex;
  width: 1.88rem;
  height: 1.88rem;
  background: #22407f;
}

.blogfeed_share a:before {
  content: '\f09a';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: auto;
  color: #fff;
}

.blogfeed_share a.wa-bt:before {
  display: none;
}

.blogfeed_share a.wa-bt {
  background: #56c154;
}

.blogfeed_share a.wa-bt .ico {
  margin: auto;
  fill: #fff;
}

.blogfeed_share a.tt-bt {
  background: #00aced;
}

.blogfeed_share a.tt-bt:before {
  display: inline;
  content: '\f099';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.blogfeed_share a.gp-bt {
  background: #dd4b39;
}

.blogfeed_share a.gp-bt:before {
  display: inline;
  content: '\f0d5';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.blogfeed_share a span {
  display: none;
}

.blogfeed_share a:hover {
  filter: brightness(1.2);
}

.blogfeed_tags {
  margin-right: 1.25rem;
}

.blogfeed_tags_title {
  display: none;
}

.blogfeed_tags_list {
  display: flex;
  align-items: center;
}

.blogfeed_tags_tag {
  margin-right: 0.63rem;
  font-size: 0.75rem;
}

.blogfeed_tags_tag:last-child {
  margin: 0;
}

.blogfeed_tags a {
  display: block;
  overflow: hidden;
  padding: 0.13rem 0.63rem;
  border-radius: 30px;
  background: #f5f5f5;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blogfeed_tags a:hover {
  background: #BE0029;
  color: #FFFFFF;
}

.posts-list .blogfeed_tags {
  display: none;
}

.the-cats .title {
  display: none;
}

.the-cats ul {
  display: flex;
  align-items: center;
}

.the-cats ul li {
  margin-right: 0.63rem;
  font-size: 0.75rem;
}

.the-cats ul li:last-child {
  margin: 0;
}

.the-cats a {
  display: block;
  overflow: hidden;
  padding: 0.13rem 0.63rem;
  border-radius: 30px;
  background: #f5f5f5;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.the-cats a:hover {
  background: #BE0029;
  color: #FFFFFF;
}

.single-post {
  margin-bottom: 1.25rem;
}

.single-post header {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eee;
}

.single-post .the-title {
  display: block;
  margin-bottom: 0.31rem;
  color: #222;
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 1em;
}

.single-post .the-date {
  color: #888;
  font-size: 0.81rem;
}

.single-post main {
  display: table;
  margin-bottom: 1.25rem;
  width: 100%;
}

.single-post footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  border-top: 1px solid #eee;
}

.single-post .the-cats {
  display: none;
}

.single-post .blog-entry img {
  margin: 0 auto 1.25rem;
}

.single-post .blog-entry img[style*='float'][style*='left'] {
  margin: 0 1.25rem 0.63rem 0;
}

.single-post .blog-entry img[style*='float'][style*='right'] {
  margin: 0 0 0.63rem 1.25rem;
}

.post-coms {
  padding-top: 1.25rem;
  border-top: 1px solid #eee;
}

.post-coms form .legend {
  margin-bottom: 0.94rem;
  font-size: 1.13rem;
}

.post-coms .button-set .required {
  margin-bottom: 0.63rem;
  font-size: 0.63rem;
  opacity: 0.5;
}

.post-coms .button-set button {
  margin-bottom: 0.63rem;
  width: 100%;
}

.coms-title {
  margin-bottom: 1.25rem;
  color: #E20031;
  font-size: 1.13rem;
}

.no-coms {
  padding: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.no-coms:before {
  position: relative;
  top: -0.13rem;
  display: inline-block;
  margin-right: 0.63rem;
  vertical-align: middle;
  content: '\f023';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Marcas */
.all-brands-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 -1.25rem -2.5rem;
}

.all-brands-list .brand {
  display: flex;
  flex: 1 1 200px;
  align-items: stretch;
  padding: 0 1.25rem 2.5rem;
}

.all-brands-list a {
  display: flex;
  flex: 0 1 100%;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
  text-align: center;
  font-size: 1.25rem;
}

.all-brands-list .logo {
  display: block;
  margin-bottom: 0.63rem;
  text-align: center;
}

.all-brands-list .has-img .title {
  display: none;
}

/* Subscription / Assinatura */
.plans-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0.31rem;
}

.plans-container .title {
  display: block;
  flex: 0 0 100%;
  margin-bottom: 1.25rem;
  font-weight: 400;
  font-size: 1.13rem;
  opacity: 0.5;
}

.plans-container .subscription-plan {
  display: flex;
  flex: 1 0 50%;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 0.31rem 0;
  padding: 0.63rem;
  min-width: 320px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1rem 2rem -1rem rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.plans-container .plan-header {
  display: flex;
  flex-flow: row wrap;
}

.plans-container .subscription-plan.selected {
  position: relative;
  z-index: 2;
  border: 1px solid #E20031;
}

.subscription-plan .plan-description {
  flex: 0 0 auto;
  margin-bottom: 0.63rem;
  max-width: 100%;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  opacity: 0.5;
}

.subscription-plan .price-box {
  display: flex;
  flex: 0 0 100%;
  flex-flow: row wrap;
  margin-bottom: 0;
  padding: 0.63rem;
}

.subscription-plan .price-box>* {
  flex: 0 0 100%;
}

.subscription-plan .special-price-date {
  display: flex;
  order: 10;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0.63rem 0;
  color: #333;
  text-align: center;
  font-size: 0.63rem;
}

.special-price-date .from,
.special-price-date .to {
  margin: 0 0.31rem;
  font-weight: 700;
  font-size: 0.94rem;
}

.add-to-cart-buttons.disabled-subscription {
  display: none;
}

.add-to-cart-buttons.enabled-subscription .qty-wrapper {
  display: none;
}

/* Orcamento */
.header-miniquote .item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.header-miniquote .product-image {
  min-width: 70px;
  max-width: 70px;
}

.header-miniquote .product-details {
  flex: 1 1 170px;
  color: #111;
  text-align: right;
  font-size: 0.88rem;
}

.quote-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-miniquote .qty-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.31rem;
  color: #888;
  font-size: 0.75rem;
}

.header-miniquote .qty-wrapper .txt {
  flex: 0 0 100%;
}

.header-miniquote .product-name a {
  display: block;
  margin-bottom: 0.31rem;
  color: #111;
}

.header-miniquote .qty-wrapper input {
  flex: 0 0 auto;
  margin: 0.31rem 0;
  height: 1.88rem;
  border: 1px solid #888;
  border-radius: 2px 0 0 2px;
  box-shadow: none;
}

.header-miniquote .qty-wrapper .qquantity-button {
  border-radius: 0 2px 2px 0;
}

.mycart-dropdown .skip-quote {
  display: none;
}

.mycart-dropdown .block-subtitle {
  display: none;
}

.header-miniquote .-actions {
  display: block;
  clear: both;
}

.header-miniquote .btn-edit {
  display: none;
}

.header-miniquote .remove {
  position: absolute;
  top: 0;
  right: -1.88rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 20px 0 0 #fff, inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 0;
  opacity: 0;
  transition: all 100ms ease-in-out;
}

.header-miniquote .remove:before {
  display: block;
  color: #f04a38;
  font-size: 1.25rem;
  line-height: 2.5rem;
  opacity: 0.5;
  content: '\f014';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'biz_icons', sans-serif;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.header-miniquote .item {
  position: relative;
  align-items: flex-start;
  border-bottom: 1px dotted #cbcbcb;
}

.header-miniquote .item:hover .remove {
  right: -2.5rem;
  opacity: 1;
}

.block-content-inner .mini-products-list {
  margin-bottom: 0.63rem;
  padding-bottom: 0.63rem;
}

.block-content-inner .mycart-buttons .editar,
.block-content-inner .mycart-buttons .finalizar {
  flex: 1 1 auto;
}

.cotacao .mycart-dropdown-container {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  display: none;
  padding: 1rem;
  max-width: 90vw;
  width: 20rem;
  background: #fff;
  box-shadow: inset 0 1px 0 #121f28, inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1rem 2rem -1rem rgba(0, 0, 0, 0.5);
}

.cotacao .mycart>a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px #121f28;
}

.cotacao .text {
  display: none;
}

.cotacao .qty-wrapper {
  align-items: center;
}

.cotacao .qty-wrapper .qquantity-button {
  margin-left: 0.31rem;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
  box-shadow: none;
  font-size: 0;
  line-height: initial;
}

.cotacao .qty-wrapper .qquantity-button:before {
  content: '\f021';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #E20031;
  font-size: 0.88rem;
  font-family: 'biz_icons';
}

.cotacao .qtd {
  position: absolute;
  top: 0;
  right: -0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #243d4f;
  color: #fff;
  text-align: center;
  text-indent: -1.5px;
  letter-spacing: -0.1em;
  font-size: 0.7rem;
  line-height: 1rem;
}

.cotacao:hover .mycart-dropdown-container {
  display: block;
}

.cotacao .finalizar {
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #E20031;
  text-align: center;
}

.header-miniquote>.item {
  padding: 0.63rem 0;
}

.cotacao .finalizar:hover {
  background: #E20031;
  color: #fff;
}

#quotelist .btn-remove {
  font-size: 0;
}

#quotelist .btn-remove:before {
  font-size: 1rem;
  content: '\f014';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.qquoteadv .introduction,
.qquoteadv .product-details {
  margin-bottom: 1.25rem;
}

/* Temporizador */
.timer {
  flex-flow: row wrap;
  margin: 0 auto 1rem;
  padding: 0.8rem 0.98rem 1.3rem;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 1px solid #E20031;
  border-radius: 4px;
  background: #fff;
}

.timer .timer__ani {
  display: none;
}

.timer .i-clock {
  order: 1;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  width: 2rem;
  height: 2rem;
  fill: #E20031;
}

.timer .title {
  flex: 1 1 100%;
  order: 0;
  min-width: 1px;
  color: #E20031;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
}

.timer .timer__clock {
  position: relative;
  order: 2;
  padding: 0 0.5rem;
  width: auto;
  color: #E20031;
  font-size: 2rem;
}

.timer .timer__days {
  position: relative;
  flex: 0 0 auto;
  margin: 0 0.19rem 0.56rem 0;
  padding-right: 0.5rem;
  color: #E20031;
  font-size: 2rem;
}

.timer .timer__days:after {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #E20031;
  content: ':';
  font-size: 2rem;
}

.timer .timer__label {
  top: 100%;
  color: #E20031;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.56rem;
}

.timer .timer__afterhours,
.timer .timer__afterminutes {
  margin-bottom: 0.56rem;
  color: #E20031;
}

.timer .timer__hours,
.timer .timer__minutes,
.timer .timer__seconds {
  margin-bottom: 0.56rem;
  color: #E20031 !important;
  font-weight: normal !important;
  opacity: 1;
}

/* Compartilhar Carrinho */
#shared-cart {
  text-align: center;
}

#shared-cart .page-title {
  margin-bottom: 2rem;
}

#shared-cart .page-title h1 {
  margin: 0;
  font-size: 1.4rem;
}

#shared-cart .sharing-links .list {
  justify-content: center;
}

#shared-cart .std .sharing-links li {
  margin: 0 0.25rem 0.5rem !important;
  list-style: none;
}

#shared-cart .modal__content {
  padding: 2rem;
  min-height: 8rem;
}

/* Mensagem de Presente */
#onepage-checkout-shipping-method-additional-load {
  position: relative;
  margin: 1rem 0;
  padding: 0;
  border: 0;
  text-align: right;
}

#onepage-checkout-shipping-method-additional-load h3 {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}

#onepage-checkout-shipping-method-additional-load h3:before {
  content: '\f06b';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  width: 2rem;
  height: 2rem;
  color: #E20031;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
}

label[for='allow_gift_messages_for_order'],
label[for='allow_gift_messages_for_items'],
label[for='allow_gift_messages'] {
  display: inline-block;
  padding: 1rem 2rem;
  height: auto;
  border-radius: 3px;
  background: #F8A7A5;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  line-height: 1em;
  cursor: pointer;
  transition: all 200ms ease-out;
}

label[for='allow_gift_messages_for_order'],
label[for='allow_gift_messages_for_items'] {
  display: block;
  height: auto;
  background: #eee;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #666;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1em;
}

label[for='allow_gift_messages']:hover {
  background: #E19795;
  color: #FFFFFF;
}

.gift-messages-form {
  padding-top: 1.25rem;
  color: #555;
  line-height: 1.3em;
}

.gift-messages-form h4 {
  display: none;
}

.gift-messages-form .inner-box {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: -0.63rem;
  text-align: left;
}

.gift-messages-form .inner-box>div {
  flex: 1 1 50%;
  padding: 0.63rem;
  min-width: 250px;
}

.form-box {
  padding-top: 0.63rem;
}

.form-box p.msg {
  margin: 0 0.63rem 0.63rem;
  color: #999;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 1.1em;
}

.form-box label {
  font-size: 0.81rem;
}

.form-box li.item {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.form-box li.item:last-child {
  margin-bottom: 0;
}

.form-box li.item:hover {
  box-shadow: inset 0 0 0 1px #E20031;
}

.form-box li.item .number {
  display: none;
}

.form-box .prod-line {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.form-box .prod-info {
  flex: 0 0 40%;
  margin-right: 1.25rem;
  max-width: 150px;
}

.form-box .product-name {
  margin-bottom: 0.63rem;
}

.form-box .fields .field {
  min-width: 200px;
}

/* Lista de Materiais */
#change-product-content .title {
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 1.5rem;
}

#change-product-content .subtitle {
  margin-bottom: 1rem;
  font-size: 0.8rem;
  opacity: 0.6;
}

#change-product-content .topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

#change-product-content .quick-search {
  display: flex;
  flex: 0 1 50%;
  align-items: center;
  margin-left: 2rem;
}

#change-product-content .quick-search:before {
  content: '\f002';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  flex: 0 0 auto;
  margin-right: 1rem;
  color: #E20031;
}

#change-product-content .quick-search input {
  flex: 1 1 auto;
  border-color: #E20031;
}

.materials-exchange {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 -0.5rem -1rem;
  font-size: 0.8rem;
}

.materials-exchange * {
  line-height: 1em;
}

.std .materials-exchange>li {
  display: flex;
  flex: 1 1 25%;
  flex-flow: column nowrap;
  margin: 0;
  padding: 0 0.5rem 1rem;
  min-width: 280px;
  list-style: none;
}

.std .materials-exchange>li.found {
  order: -1;
}

.materials-exchange .case {
  display: flex;
  flex: 1 1 100%;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border: 1px solid #ddd;
  background: #fff;
}

.materials-exchange .found .case {
  border: 3px solid #E20031;
}

.materials-exchange .image {
  display: block;
  flex: 0 0 100%;
  margin-bottom: 0.5rem;
}

.materials-exchange .image img {
  height: 6.25rem;
}

.materials-exchange .name {
  display: block;
  flex: 0 0 100%;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.materials-exchange .price {
  margin-bottom: -0.5rem;
  color: #E20031;
  font-weight: 600;
}

.materials-exchange .changed-product {
  margin: 0 -0.5rem -0.5rem 0;
  padding: 0.5rem;
  background: #E20031;
  color: #F2F2F2;
  font-weight: 700;
  cursor: pointer;
}

.materials-exchange .changed-product:hover {
  background: #BE0029;
  color: #FFFFFF;
}

table .change-product-link {
  display: inline-block;
  padding: 0.5rem;
  background: #F8A7A5;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.9rem;
}

table .change-product-link:before {
  content: '\f021';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: -0.13rem;
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: middle;
}

table .change-product-link:hover {
  background: #E19795;
  color: #FFFFFF;
}

/* Fidelidade */
.rewards__title {
  padding: 0.5rem;
  border-radius: 3px 3px 0 0;
  background: #CCCCCC;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.8rem;
}

.rewards__content {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0 0 3px 3px;
  background: #fff;
  color: #CCCCCC;
}

.rewards__points {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rewards__label {
  order: 2;
  margin-left: 0.5rem;
}

.rewards__sep {
  display: none;
}

.rewards__value {
  font-weight: 700;
  font-size: 1.4rem;
}

.totals__table .reward-row {
  background: #CCCCCC;
  color: #FFFFFF;
}

.totals__table .reward-row td {
  padding: 1rem;
  color: #FFFFFF;
}

.totals__table .reward-row td:last-child {
  text-align: right;
  font-weight: 700;
}

.totals__table .reward-row a {
  color: #FFFFFF;
  text-decoration: underline;
}

.rewards-cart {
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

/* Quickview */
#quickview-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 9999px rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
}

#quickview-loader .svg-loader {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
}

#quickview-loader .txt {
  display: block;
  padding-top: 0.31rem;
  color: #E20031;
  text-align: center;
  font-weight: 600;
  font-size: 0.88rem;
}

#quick-window .over {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.2);
}

.quickview-outerbox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  padding: 1.25rem;
  max-width: 980px;
  max-height: 80vh;
  width: 90vw;
  height: 33.13rem;
  background: #fff;
  transform: translate(-50%, -50%);
}

.quick-view-essential {
  display: flex;
  align-items: stretch;
}

.quickview-close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.63rem);
}

.quickview-close span {
  display: none;
}

.quickview-close .ico {
  width: 1.88rem;
  height: 1.88rem;
  stroke: #fff;
}

.quickview-close:hover .ico {
  stroke: #E20031;
}

.quick-view-img {
  flex: 0 0 400px;
  margin-right: 1.25rem;
  max-width: 400px;
}

.quick-view-img .owl-prev,
.quick-view-img .owl-next {
  width: 1.25rem;
}

.quick-view-img .owl-prev {
  left: -1.25rem;
}

.quick-view-img .owl-next {
  right: -1.25rem;
}

.quick-view-img .owl-page span {
  margin: 0.25rem;
  width: 0.38rem;
  height: 0.38rem;
  opacity: 0.3;
}

.quick-view-img .owl-page.active span,
.quick-view-img .clickable .owl-page:hover span {
  opacity: 1;
}

.quick-view-img .main-images:not(.owl-carousel) {
  margin-bottom: 0.63rem;
}

.quick-view-img .thumb-images {
  margin: 0 -0.31rem;
  width: calc(100% + 0.63rem);
}

.quick-view-img .thumb-images li {
  padding: 0 0.31rem;
  width: 20%;
  cursor: pointer;
}

.quick-view-img .video-thumbs-line .thumb-images li {
  width: 25%;
}

.quick-view-img .thumb-images .owl-item {
  opacity: 0.5;
}

.quick-view-img .thumb-images .owl-item:hover,
.quick-view-img .thumb-images .owl-item.synced {
  opacity: 1;
}

.quick-view-img .thumb-images .owl-item li,
.quick-view-img .video-thumbs-line .thumb-images .owl-item li {
  width: auto;
}

.quick-view-img .video-thumbs-line {
  display: flex;
  align-items: stretch;
}

.quick-view-img .product-video {
  display: flex;
  flex: 0 0 20%;
  flex-flow: column nowrap;
  margin: 0;
  padding-right: 0.63rem;
  min-height: 0;
  height: auto;
}

.quick-view-img .product-video .video-thumb {
  flex: 1 1 auto;
}

.quick-view-img .thumbs {
  flex: 1 1 auto;
  max-width: 80%;
}

.quick-view-shop {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
}

.quick-view-shop .no-scroll {
  flex: 0 0 auto;
}

.quick-view-shop .scroll {
  position: relative;
  flex: 1 1 auto;
  margin-top: 1.25rem;
}

.quick-view-shop .product-name {
  margin-bottom: 0.63rem;
}

.quick-view-shop .product-name h2 {
  margin-bottom: 0.63rem;
  font-size: 1.88rem;
  line-height: 1.1em;
}

.quick-view-shop .product-name .sku {
  color: #666;
  font-size: 0.75rem;
}

.quick-view-shop .product-rate {
  margin-bottom: 1.25rem;
}

.quick-view-shop .btn-cart {
  padding: 0 1.25rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 2.25rem;
}

.quick-view-shop .price-box {
  margin-bottom: 1.25rem;
}

.quick-view-short-desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}

/* Comparador */
#compare-loader {
  position: fixed;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 9999px rgba(255, 255, 255, 0.5);
}

#compare-loader .svg-loader {
  width: 4rem;
  height: 4rem;
}

#compare-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.compare-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1180px;
  width: 100vw;
  transform: translate(-50%, -50%);
}

#compare-result {
  overflow-y: auto;
  padding: 1.25rem;
  max-height: 80vh;
  background: #fff;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.4);
}

.compare-close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.63rem);
  display: block;
  cursor: pointer;
}

.compare-close .ico {
  width: 1.88rem;
  height: 1.88rem;
  stroke: #fff;
}

.compare-close .ico path {
  stroke: #fff;
}

.compare-close:hover .ico path {
  stroke: #E20031;
}

/* Revendas */
.revendas-index-main {
  display: flex;
  align-items: stretch;
  padding-top: 1.25rem;
}

.revendas-map {
  flex: 0 0 auto;
  margin-right: 5rem;
}

.revendas-busca {
  flex: 1 1 auto;
  padding-top: 3.13rem;
}

.revendas-busca form .title {
  display: block;
  margin-bottom: 1.25rem;
  color: #F8A7A5;
  font-weight: 600;
  font-size: 1.13rem;
}

.revendas-filtros {
  margin-bottom: 2.5rem;
}

#Brasil {
  overflow: visible;
  transform-origin: center;
}

#Brasil path {
  position: relative;
  filter: url("#sombra");
  cursor: pointer;
  transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
  fill: #f3f3f3;
  stroke: rgba(0, 0, 0, 0.15);
}

#Brasil path.on {
  fill: url("#color1_v");
}

#Brasil path:hover {
  filter: url("#sombra2");
  fill: url("#color1_v");
}

#listagem-mapa {
  position: relative;
  display: inline-block;
}

#listagem-mapa.ops:before {
  position: absolute;
  bottom: 0.63rem;
  left: 50%;
  z-index: 9999;
  padding: 0.31rem 0.94rem;
  border-radius: 5px;
  background: #E20031;
  color: #F2F2F2;
  content: 'Este estado não possui nenhuma revenda.';
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 0.88rem;
  transform: translateX(-50%);
}

#listagem-mapa.go:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  content: '';
}

#listagem-mapa.go .loader {
  position: absolute;
  top: calc(50% - 1.25rem);
  left: calc(50% - 1.25rem);
  z-index: 9999;
  display: block;
}

#listagem-mapa .loader {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
}

#listagem-mapa .links {
  display: none;
}

#listagem-mapa .o-mapa {
  position: relative;
  display: inline-block;
}

#listagem-mapa .o-mapa .pin {
  position: absolute;
  width: 1.25rem;
  height: 1.63rem;
  transform: translate(-50%, -100%);
  transform-origin: center bottom;
  fill: #F8A7A5;
}

#listagem-mapa .tiptop {
  position: absolute;
  visibility: hidden;
  padding: 0.19rem 0.63rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  transform: translate(-50%, -150%);
}

#listagem-mapa .tiptop:before {
  position: absolute;
  top: 100%;
  left: calc(50% - 0.31rem);
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.8);
  content: '';
}

#listagem-mapa .tiptop.on {
  visibility: visible;
}

#listagem-mapa .tiptop strong {
  display: block;
  color: #E20031;
  font-size: 1rem;
}

.revendas-cep .input-box {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.25rem;
}

.revendas-cep input[type=text] {
  flex: 1 1 auto;
}

.revendas-cep input[type=submit] {
  flex: 0 0 auto;
  margin-left: 0.63rem;
  height: 2.75rem;
}

.or-map {
  position: relative;
  margin-bottom: 1.25rem;
  color: #666;
  font-size: 0.88rem;
}

.or-map:before {
  position: absolute;
  top: calc(50% - 0.63rem);
  right: calc(100% + 0.63rem);
  content: '\f060';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  color: #E20031;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.revendas-uf-cidade {
  display: none;
}

.revendas-uf-cidade.searched {
  display: block;
}

.revendas-uf-cidade .filtros {
  display: flex;
  align-items: stretch;
}

.revendas-uf-cidade .filtro-estado {
  flex: 1 1 auto;
}

.revendas-uf-cidade .filtro-cidade {
  flex: 2 1 auto;
  margin: 0 0.63rem;
}

.revendas-uf-cidade .bt {
  flex: 0 0 auto;
  height: 2.75rem;
}

.revendas-list {
  padding-top: 2.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.revendaslist {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 -0.63rem -1.25rem;
}

.revendaslist>li {
  position: relative;
  flex: 0 1 25%;
  padding: 0 0.63rem 1.25rem;
  min-width: 300px;
}

.revendaslist>li:before {
  position: absolute;
  top: 0;
  right: 0.63rem;
  bottom: 1.25rem;
  left: 0.63rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.1);
  content: '';
}

.revendaslist .img {
  position: relative;
}

.revendaslist .cidade {
  position: relative;
  padding: 1.25rem;
  font-size: 0.81rem;
}

.revendaslist .info {
  position: relative;
  padding: 0 1.25rem 1.25rem;
}

.revendaslist .info h2 {
  margin-bottom: 0.63rem;
  font-size: 1.13rem;
}

.revendaslist .endereco {
  color: #666;
  font-size: 0.81rem;
  line-height: 1.3em;
}

.revendaslist .telmail {
  display: block;
  padding-top: 0.63rem;
  font-size: 0.81rem;
}

.revendaslist .telmail li:before {
  content: '\f095';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.44rem;
}

.revendaslist .telmail li.mail:before {
  display: inline;
  content: '\f003';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.revendaslist .telmail a {
  color: #F8A7A5;
}

.revendaslist .telmail a:hover {
  color: #E19795;
}

.revendaslist .conheca {
  display: inline-block;
  margin-top: 0.63rem;
  padding: 0.31rem 0.63rem;
  border-radius: 3px;
  background: #F8A7A5;
  color: #FFFFFF;
  font-size: 0.75rem;
}

.revendaslist .conheca:hover {
  background: #E19795;
  color: #FFFFFF;
}

.arevenda {
  display: flex;
  align-items: stretch;
}

.arevenda .left {
  flex: 1 1 auto;
}

.arevenda .right {
  flex: 0 0 25%;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.2);
}

.arevenda .dados {
  margin-bottom: 1.25rem;
}

.arevenda .dados {
  font-size: 0.81rem;
}

.arevenda .dados>div {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.arevenda .dados>div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.arevenda .dados h3 {
  margin-bottom: 1.25rem;
  font-weight: 600;
  font-size: 1.13rem;
}

.arevenda .dados address {
  line-height: 1.3em;
}

.arevenda .dados .contato li {
  margin-bottom: 0.31rem;
}

.arevenda .dados .contato li:last-child {
  margin-bottom: 0;
}

.arevenda .dados .contato li:before {
  content: '\f095';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.44rem;
}

.arevenda .dados .contato li.mail:before {
  display: inline;
  content: '\f003';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.arevenda .dados a {
  color: #F8A7A5;
}

.arevenda .dados a:hover {
  color: #E19795;
}

.arevenda .galeria-nav {
  margin: 0 0 1.25rem -1.25rem;
  padding: 1.25rem 0 0.63rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0;
  background: #f9f9f9;
}

.arevenda .galeria-nav ul {
  -moz-column-gap: 10px;
  column-gap: 10px;
  -moz-column-count: 3;
  column-count: 3;
}

.arevenda .galeria-nav li {
  display: block;
  padding-bottom: 0.63rem;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  page-break-inside: avoid;
}

.arevenda .galeria-nav a,
.arevenda .galeria-nav img {
  display: block;
}

.arevenda .map h3 {
  margin-bottom: 1.25rem;
  font-weight: 600;
  font-size: 1.13rem;
}

.mapa-revenda {
  width: 100%;
  height: 18.75rem;
}

.cases-revenda h3 {
  margin-bottom: 1.25rem;
  font-weight: 600;
  font-size: 1.13rem;
}

.cases-revenda ul {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 -0.63rem -1.25rem;
}

.cases-revenda li {
  flex: 0 1 20%;
  padding: 0 0.63rem 1.25rem;
  min-width: 250px;
}

.cases-revenda a {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  padding: 1.25rem;
  min-height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-weight: 700;
}

.cases-revenda a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  content: '';
}

.cases-revenda a:hover:before {
  opacity: 0.5;
}

.cases-revenda a .svg-loader {
  position: absolute;
  top: calc(50% - 1.56rem);
  left: calc(50% - 1.56rem);
  width: 3.13rem;
  height: 3.13rem;
}

.cases-revenda .img {
  display: none;
}

.cases-revenda .name {
  position: relative;
}

.case-detail-content {
  display: flex;
}

.case-detail-content .images {
  flex: 0 0 400px;
}

.case-detail-content .dados {
  flex: 1 1 auto;
  margin-left: 1.88rem;
}

.case-detail-content .bx-wrapper {
  position: relative;
}

.case-detail-content .bx-pager {
  padding-top: 0.63rem;
  text-align: center;
  font-size: 0;
  line-height: 1em;
}

.case-detail-content .bx-pager-item {
  display: inline-block;
  margin: 0 0.13rem;
}

.case-detail-content .bx-pager-item a {
  display: block;
  width: 0.63rem;
  height: 0.63rem;
  border-radius: 100%;
  background: #ccc;
  text-indent: -9999px;
  font-size: 0;
}

.case-detail-content .bx-pager-item a.active {
  background: #E20031;
}

.case-detail-content .bx-controls-direction a {
  position: absolute;
  top: calc(50% - 0.63rem);
  left: -1.25rem;
  color: #ccc;
  text-indent: -9999px;
  font-size: 0;
}

.case-detail-content .bx-controls-direction a:before {
  display: block;
  content: '\f053';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 1.25rem;
  text-align: center;
  text-indent: 0;
  font-size: 1rem;
  line-height: 1.25rem;
}

.case-detail-content .bx-controls-direction a.bx-next {
  right: -1.25rem;
  left: auto;
}

.case-detail-content .bx-controls-direction a.bx-next:before {
  display: inline;
  content: '\f054';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.case-detail-content .bx-controls-direction a:hover {
  color: #E20031;
}

.case-detail-content .nome {
  margin-bottom: 1.25rem;
  color: #111;
}

/* Modal - Continuar / Finalizar */
#continuar-finalizar {
  background: rgba(0, 0, 0, 0.3);
}

#continuar-finalizar .modal__close {
  opacity: 1;
}

#continuar-finalizar .modal__close .ico path {
  stroke: #fff;
  stroke-width: 3px;
}

#continuar-finalizar .modal__box {
  padding: 1rem;
  background: #fff;
}

#continuar-finalizar .std {
  margin-bottom: 1rem;
  padding: 0;
}

#continuar-finalizar .current-product {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.13rem;
}

#continuar-finalizar .actions {
  display: flex;
  align-items: stretch;
  margin: 0 -0.63rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#continuar-finalizar .actions a {
  display: flex;
  align-items: center;
  margin: 0 0.63rem;
  padding: 0 0.94rem;
  min-height: 40px;
  border-radius: 3px;
  background: #CCCCCC;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.88rem;
}

#continuar-finalizar .actions a:hover {
  background: #F7F7F7;
  color: #FFFFFF;
}

#continuar-finalizar .actions a.btn-cart {
  background: #F8A7A5;
  color: #FFFFFF;
}

#continuar-finalizar .actions a.btn-cart:hover {
  background: #E19795;
  color: #FFFFFF;
}

#continuar-finalizar .actions a.btn-checkout {
  background: #3AAD2A;
  color: #FFFFFF;
}

#continuar-finalizar .actions a.btn-checkout:hover {
  background: #5FCE57;
  color: #FFFFFF;
}

/* Finalização */
.opc-registered-users button,
.opc .buttons-set button:not(.btn--outline) {
  background: #3AAD2A;
  color: #FFFFFF;
}

.opc-registered-users button:hover,
.opc .buttons-set button:not(.btn--outline):hover {
  background: #5FCE57;
  color: #FFFFFF;
}

.opc .buttons-set a {
  color: #F8A7A5;
}

.opc .buttons-set a:hover {
  color: #E19795;
}

#checkout-step-login .hints li:before {
  color: #F8A7A5;
}

.mycart-opc-totals .title {
  color: #F8A7A5;
}

.mycart-opc-totals .price {
  color: #F8A7A5;
}

.step-title {
  color: #BE0029;
}

.step-title .number,
.allow.active .step-title .number {
  background: #BE0029;
  color: #FFFFFF;
}

.allow.active .step-title {
  color: #BE0029;
}

.allow .step-title {
  color: #3AAD2A;
}

.allow .step-title .number {
  background: #3AAD2A;
}

.allow .step-title .number:before {
  color: #FFFFFF;
}

.step-title a {
  color: #F8A7A5;
}

.step-title a:before {
  display: inline;
  content: '\f040';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.step-title a:hover {
  background: #F8A7A5;
  color: #FFFFFF;
}

/* Finalização - Envios */
#checkout-shipping-method-load ul li label:hover {
  box-shadow: 0 0 0 1px #E20031;
}

#checkout-shipping-method-load ul li label:after {
  color: #3AAD2A;
}

#checkout-shipping-method-load ul li .price {
  color: #BE0029;
}

#checkout-payment-method-load>dt label:after {
  color: #3AAD2A;
  content: '\f00c';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Finalização - Pagamento */
#checkout-payment-method-load>dt label:hover {
  color: #3AAD2A;
}

#checkout-payment-method-load>dt.dt-selected label {
  color: #3AAD2A;
}

#opc-payment .valor-card .value {
  color: #3AAD2A;
}

/* Finalização - Pagamento - Cartão de CrÃƒÂ©dito */
.cardGrid .cod a {
  color: #BE0029;
}

.mp-coupon .bts span {
  background: #F8A7A5;
  color: #FFFFFF;
}

/* Finalização - Pagamento - Boletos */
.boletoGrid .boleto-discount,
.boletoGrid .boleto-price {
  color: #3AAD2A;
}

/* Finalização - Pagamento - DepÃƒÂ³sitos */
.banks-accounts dt a.on {
  color: #3AAD2A;
}

/* Finalização - MundiPagg * Boleto + Cartão */
#payment_form_mundipagg_api_boletocartao .boleto-entry .input-box input {
  color: #3AAD2A;
}

/* Finalização - MundiPagg * Boleto + 2 Cartões */
#payment_form_mundipagg_api_boletodoiscartoes .boleto-entry .input-box input {
  color: #3AAD2A;
}

#payment_form_mundipagg_api_boletodoiscartoes .valor-card input {
  color: #3AAD2A;
}

/* Finalização - MundiPagg * 2 Cartões */
#payment_form_mundipagg_api_doiscartoes .valor-card input {
  color: #3AAD2A;
}

/* Finalização - Mercado Pago * Ticket */
.mercadopago-coupon-action-apply,
.mercadopago-coupon-action-remove {
  background: #F8A7A5;
  color: #FFFFFF;
}

/* Finalização - Modelo Accordion */
.osc-accordion h3 {
  color: #F8A7A5;
}

.osc-accordion .opc-block-progress dt.complete:after {
  color: #3AAD2A;
}

.osc-accordion .opc-block-progress .price {
  color: #F8A7A5;
}

.osc-accordion .opc-block-progress .pay-link {
  background: #F8A7A5;
  color: #FFFFFF;
}

.osc-accordion .opc-block-progress .pay-link:hover {
  background: #F8A7A5 _hover;
  color: #FFFFFF;
}

/* Finalização - Modelo Colunas (OSC) */
.osc-onepage h3 {
  color: #F8A7A5;
}

.osc-onepage #checkout-shipping-method-load ul li label:hover .label {
  color: #3AAD2A;
}

/* Finalização - Modelo Etapas */
.osc-steps h3 {
  color: #F8A7A5;
}

.osc-steps .opc-block-progress dt a {
  color: #F8A7A5;
}

.osc-steps .opc-block-progress dt a:before {
  display: inline;
  content: '\f040';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.osc-steps .opc-block-progress dt a:hover {
  background: #F8A7A5;
  color: #FFFFFF;
}

.osc-steps .opc-block-progress dt.complete {
  color: #3AAD2A;
}

.osc-steps .opc-block-progress dt.complete:before {
  background: #3AAD2A;
  color: #FFFFFF;
}

.osc-steps .opc-block-progress dt.complete:after {
  background: #3AAD2A;
}

.-bt-change {
  background: #CCCCCC;
  color: #FFFFFF;
}

.-bt-change:hover {
  background: #F7F7F7;
  color: #FFFFFF;
}

/* end of custom content */
/**
 *
 * CSS Editável
 * Tema:     Neon
 * Arquivo:  editable.css
 *
 * Use este arquivo para remover ou alterar
 * partes do CSS do tema atual que você
 * precisa personalizar
 *
 * Este CSS estiliza apenas o header, footer e o responsivo
 * Excluí-lo não afetará o funcionamento do site como desktop
 *
 * .block
 * .block__element
 * .block--modifier
 *
 */
/* ------ Estrutura */
/* ~992px */
@media (max-width: 62rem) {
  .sidebar {
    position: fixed;
    top: -624.94rem;
    left: -624.94rem;
    z-index: 9999;
  }
}

/* ------ Formulários */
/* ~568px */
@media (max-width: 35.5rem) {
  .options input.datetime-picker {
    flex: 0 0 5rem;
  }
}

/* ------ Newsletter */
/* ~568px */
@media (max-width: 35.5rem) {
  .newsletter__form {
    display: block;
  }
}

/* ------ .page-title */
/* ~768px */
@media (max-width: 48rem) {
  .page-title h1 {
    font-size: 2rem;
  }
}

/* ------ Busca - Autocomplete */
/* ~768px */
@media (max-width: 48rem) {
  .search__filter {
    display: none;
  }
}

/* ------ Lista de Desejos */
/* ~992px */
@media (max-width: 62rem) {
  .mywish__content {
    display: none !important;
  }

  .mywish__header .ico {
    fill: #E20031 !important;
  }
}

/* ------ Logo */
/* ~992px */
@media (max-width: 62rem) {
  .logo .has-m-img .d-img {
    display: none !important;
  }

  .logo .has-m-img .m-img {
    display: block !important;
  }
}

/* ------ Menu de Categorias */
/* ~1528px */
@media (max-width: 95.5rem) {
  .categories--carrossel .owl-prev {
    box-shadow: 1rem 0 2rem -1rem rgba(0, 0, 0, 0.8);
  }

  .categories--carrossel .owl-next {
    box-shadow: -1rem 0 2rem -1rem rgba(0, 0, 0, 0.8);
  }
}

/* ~992px */
@media (max-width: 62rem) {
  .categories--mobi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    overflow-y: auto;
    margin: 0 !important;
    padding: 0 0 3rem !important;
    width: 100vw;
    height: 100vh;
    transition: 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-100%);
  }

  .categories--mobi.on {
    transform: translateX(0);
  }

  .categories--mobi .ul--0 {
    flex: 1 1 100%;
    max-width: none;
  }

  .categories--mobi .li--0:not(.categories__all),
  .categories--mobi .a--0 {
    display: none;
  }

  .categories--mobi .box--1 {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: block;
    padding: 0;
    background: none;
    box-shadow: none;
    transform: none;
  }

  .categories--mobi .categories__all {
    flex: 1 1 100%;
  }

  .categories--mobi .all-ul--0 {
    display: block;
    overflow: visible;
    padding: 0;
    max-height: none;
  }

  .categories--mobi .all-li--0 {
    max-width: none;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  }

  .categories--mobi .all-a--0 {
    padding: 0.875rem 1rem;
    color: #F2F2F2;
    font-size: 1rem;
  }

  .categories--mobi .all-ul--1 {
    background: rgba(0, 0, 0, 0.1);
    font-size: 1rem;
  }

  .categories--mobi .all-li--1 {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  }

  .categories--mobi .all-a--1 {
    padding: 0.875rem 1rem;
    color: #F2F2F2;
  }

  .categories--mobi .all-ul--2 {
    background: rgba(0, 0, 0, 0.1);
    font-size: 0.8rem;
  }

  .categories--mobi .all-li--2 {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  }

  .categories--mobi .all-a--2 {
    padding: 0.975rem 1rem;
    color: #F2F2F2;
  }

  .categories--mobi .std {
    display: none;
  }

  .categories__hide {
    display: block;
    flex: 0 0 auto;
    margin: 0 0 0 auto;
    box-shadow: none;
  }

  .categories__show {
    display: block;
    flex: 0 0 2.75rem;
    margin-right: 1rem;
    padding: 0;
    width: 2.75rem;
    height: 2.75rem;
    box-shadow: none;
    font-size: 1.5rem;
  }

  .categories__show span {
    display: none;
  }

  .categories__show:before {
    content: '\f0c9';
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'biz_icons';
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    left: 0.09rem;
  }

  .categories__show:hover {
    background: #E20031;
    color: #F2F2F2;
  }
}

/* ~568px */
@media (max-width: 35.5rem) {
  .categories__show {
    margin: 0;
  }
}

/* ------ Marcas */
/* ~568px */
@media (max-width: 35.5rem) {
  .brands .owl-wrapper-outer {
    margin: 0 -1rem;
    padding: 0 1rem;
    width: calc(100% + 2rem);
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
}

/* ------ Minha Conta */
/* ~992px */
@media (max-width: 62rem) {
  .myaccount__content {
    position: fixed;
    z-index: 999;
    display: block;
    overflow-y: auto;
    max-width: none;
    width: 100vw;
    height: 100vh;
    box-shadow: inset 0 1px 0 #E20031, inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    transition: 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-100%);
  }

  .myaccount.on .myaccount__content {
    transform: translateX(0);
  }

  .myaccount__hide {
    display: block;
    margin: -1rem -1rem 1rem;
    border-radius: 0;
  }

  .myaccount__content .title {
    text-align: center;
  }

  .myaccount .mymenu {
    margin: 0 -1rem;
  }

  .myaccount .mymenu .ul--0 ul {
    background: rgba(0, 0, 0, 0.05);
  }

  .myaccount .mymenu .li--0 {
    margin: 0;
  }

  .myaccount .mymenu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .myaccount .mymenu li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .myaccount .mymenu a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1em;
  }
}

/* ------ Breadcrumb */
/* ~768px */
@media (max-width: 48rem) {
  .breadcrumb {
    font-size: 0.8rem;
  }
}

/* ------ Filtros */
/* ~992px */
@media (max-width: 62rem) {
  .filters .title {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 9999;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 1.5rem;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background: #E20031;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #F2F2F2;
    font-weight: 400;
    font-size: 1rem;
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .filters .title:before {
    display: inline;
    content: '\f1de';
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'biz_icons';
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }

  .filters .title span {
    display: none;
  }

  .filters .title.scrolled {
    transform: scale(0);
  }

  .filters__list {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow-y: auto;
    padding: 4rem 1rem 1rem;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
    background: #E20031;
    transition: 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(100%);
  }

  .filters.on .filters__list {
    transform: translateY(0);
  }

  .filters.on .title {
    top: 0;
    right: 0;
    bottom: auto;
    width: 100vw;
    border-radius: 0;
    box-shadow: none;
  }

  .filters.on .title:before {
    display: block;
    content: '\f00d';
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'biz_icons';
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }

  .filters__filter:not(:last-child) {
    margin-bottom: 2rem;
  }

  .filters__filter {
    padding: 0;
    background: none;
    box-shadow: none !important;
  }

  .filters__name {
    margin-bottom: 0.25rem;
    color: rgba(255, 255, 255, 0.5);
  }

  .filters__filter .li--0:not(:last-child) {
    margin: 0;
  }

  .filters__filter .a--0 {
    color: #F2F2F2;
  }

  .filters__swatches .swatch {
    background: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.5);
  }

  .filters__filtered {
    position: fixed;
    top: 4.75rem;
    right: 0;
    left: 0;
    z-index: 999;
  }

  .filters__filtered .subtitle,
  .filtered__clear {
    display: none;
  }
}

/* ~568px */
@media (max-width: 35.5rem) {
  .filters .title {
    right: 1rem;
    bottom: 1rem;
    padding: 1rem;
    width: 3rem;
    height: 3rem;
  }

  .filters__filtered {
    top: 3rem;
  }
}

/* ------ Pagamentos / Envios */
/* ~768px */
@media (max-width: 48rem) {

  .pays__svg,
  .ships__svg {
    height: 1rem;
  }
}

/* ------ Banner */
/* ~992px */
@media (max-width: 62rem) {
  .has_m_img .banner__link {
    height: auto !important;
  }

  .has_m_img img.d_img {
    display: none !important;
  }

  .has_m_img img.m_img {
    display: block !important;
    width: 100%;
  }

  .banner .owl-controls {
    display: none !important;
  }

  .banner--nojs .banner__wrapper {
    -moz-column-count: 2;
    column-count: 2;
  }
}

/* ~568px */
@media (max-width: 35.5rem) {
  .slide__youtube {
    padding: 100% 182% 0 0;
    height: auto !important;
  }

  .banner--nojs .banner__wrapper {
    -moz-column-count: 1;
    column-count: 1;
  }
}

/* ------ Modal */
/* ~992px */
@media (max-width: 62rem) {
  .modal__content {
    margin-right: 0;
    max-width: calc(100vw - 2rem);
  }

  .modal .video-fix-frame {
    width: calc(100vw - 2rem);
  }
}

/* ~568px */
@media (max-width: 35.5rem) {
  .modal__content {
    width: 100vw;
  }
}

/* ------ Floater */
/* ~992px */
@media (max-width: 62rem) {
  .floater__content {
    margin-right: 0;
    max-width: calc(100vw - 2rem);
  }

  .floater .video-fix-frame {
    width: calc(100vw - 2rem);
  }
}

/* ~568px */
@media (max-width: 35.5rem) {
  .floater__content {
    width: 100vw;
  }
}

/* ------ Termos de Aceite */
/* ~992px */
@media (max-width: 62rem) {
  .terms__content {
    margin-right: 0;
    max-width: calc(100vw - 4rem);
  }

  .terms__actions {
    flex-flow: row wrap;
  }

  .terms__actions .btn {
    flex: 1 1 auto;
  }

  .terms .video-fix-frame {
    width: calc(100vw - 2rem);
  }
}

/* ~568px */
@media (max-width: 35.5rem) {
  .terms__content {
    width: 100vw;
  }
}

/* ------ Carrossel */
/* ~1528px */
@media (max-width: 95.5rem) {
  .owl-prev {
    right: auto;
    left: 0;
  }

  .owl-next {
    right: 0;
    left: auto;
  }
}

/* ------ Feed RSS */
/* ~992px */
@media (max-width: 62rem) {
  .feeds--content .feeds__list {
    -moz-column-count: 1;
    column-count: 1;
  }
}

/* ------ Header */
/* ~992px */
@media (max-width: 62rem) {
  .header-container {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .header {
    flex: 1 1 auto;
  }
}

/* ~768px */
@media (max-width: 48rem) {
  .mywish {
    display: none;
  }
}

/* ~568px */
@media (max-width: 35.5rem) {
  .header {
    margin: 0 !important;
    padding: 0.125rem 0 0.125rem 1rem;
  }

  .header .search {
    z-index: 20;
    flex: 0 0 auto;
    margin-left: auto;
  }

  .header .search__button {
    box-shadow: none;
  }

  .header .search__form .input-box {
    display: none;
  }

  .header .search.on .search__form .input-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100vw;
  }

  .header .search.on .search__input {
    padding: 1rem 3.75rem 1rem 1rem;
    max-width: 100%;
    background: #E20031;
    box-shadow: none;
    color: #F2F2F2;
  }

  .header .search.on .search__input::-webkit-input-placeholder {
    color: #F2F2F2;
  }

  .header .search.on .search__input::-moz-placeholder {
    color: #F2F2F2;
  }

  .header .search.on .search__input:-ms-input-placeholder {
    color: #F2F2F2;
  }

  .header .search.on .search__input:-moz-placeholder {
    color: #F2F2F2;
  }

  .header .search__hide {
    position: fixed;
    top: 0.125rem;
    right: 0.125rem;
    z-index: 9999;
    display: block;
    background: none;
    box-shadow: none;
  }

  .header .logo img,
  .header .logo svg {
    max-height: 2rem;
    height: auto;
  }

  .header .myaccount,
  .header .mycart {
    z-index: 10;
    margin-left: 0;
  }
}

/* ------ Catálogo */
/* ~768px */
@media (max-width: 48rem) {
  .toolbar {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .toolbar .amount {
    flex: 1 1 100%;
    margin-bottom: 1rem;
  }

  .toolbar .sorter {
    margin-left: 0;
  }
}

/* ~568px */
@media (max-width: 35.5rem) {

  .prolabel,
  .prolabel.top-center,
  .prolabel.middle-left,
  .prolabel.middle-right,
  .prolabel.bottom-center,
  .prolabel.middle-center,
  .prolabel.top-left,
  .prolabel.top-right,
  .prolabel.bottom-left,
  .prolabel.bottom-right {
    position: static;
    margin: 0.31rem;
    transform: translate(0, 0);
  }

  .prolabel img {
    margin: 0;
    max-height: 3rem;
    width: auto;
    height: auto;
  }
}

/* ~468px */
@media (max-width: 29.25rem) {

  .toolbar .view-mode,
  .toolbar .limiter {
    display: none;
  }

  .toolbar .sort-by {
    margin-left: 0;
  }
}

/* ------ Produto */
/* ~ 1024px */
@media (max-width: 64rem) {
  .prod__shop .col1 {
    margin-bottom: 2rem;
  }

  .prod__shop .col2 {
    margin: 0;
  }
}

/* ~992px */
@media (max-width: 62rem) {
  .prod__name h1 {
    font-size: 2rem;
  }

  .jointsales .owl-buttons {
    display: block;
  }
}

/* ~768px */
@media (max-width: 48rem) {
  .configurable {
    display: block;
  }

  .jointsales__current {
    flex-flow: column nowrap;
  }
}

/* ~568px */
@media (max-width: 35.5rem) {
  #product_addtocart_form {
    display: block;
  }

  .product-essential {
    margin-bottom: 0;
  }

  .catalog-product-view .breadcrumb {
    display: none;
  }

  .product-collateral>*:not(:last-child) {
    margin-bottom: 0;
  }

  .sharing-links .list {
    justify-content: space-around;
    margin: 0;
  }

  .sharing-links li {
    margin: 0;
  }

  .sharing-links .list:before {
    display: none;
  }

  .tabs {
    display: block;
  }

  .tabs__tab {
    position: static;
    top: 0;
    display: flex;
    align-items: center;
    margin: 0 -1rem !important;
    padding: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    font-weight: 700;
    font-size: 1rem;
  }

  .tabs__tab:first-child {
    margin-left: auto;
  }

  .tabs__tab:after {
    content: '\f105';
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'biz_icons';
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-left: auto;
  }

  .tabs__content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow-y: auto;
    padding: 1rem;
    width: 100vw;
    height: 100vh;
    border: 0;
    background: #fff;
    transition: 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(100%);
  }

  .tabs__content.open {
    transform: translateX(0);
  }

  .tabs__hide {
    display: block;
    margin: -1rem -1rem 1rem;
    border-radius: 0;
  }

  .related__title,
  .recommended__title,
  .whosaw__title,
  .jointsales__title,
  .upsell__title {
    display: flex;
    align-items: center;
    margin: 0 -1rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
  }

  .related__title:after,
  .recommended__title:after,
  .whosaw__title:after,
  .jointsales__title:after,
  .upsell__title:after {
    content: '\f105';
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'biz_icons';
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-left: auto;
  }

  .related__content,
  .recommended__content,
  .whosaw__content,
  .jointsales__content,
  .upsell__content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow-y: auto;
    padding: 1rem;
    width: 100vw;
    height: 100vh;
    background: #fff;
    transition: 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(100%);
  }

  .related.on .related__content,
  .recommended.on .recommended__content,
  .whosaw.on .whosaw__content,
  .jointsales.on .jointsales__content,
  .upsell.on .upsell__content {
    transform: translateX(0);
  }

  .related__hide,
  .recommended__hide,
  .whosaw__hide,
  .jointsales__hide,
  .upsell__hide {
    display: block;
    margin: -1rem -1rem 1rem;
    border-radius: 0;
  }

  .jointsales__content {
    /* display: block; */
    flex-flow: column;
  }

  .jointsales__current {
    flex-flow: row nowrap;
    margin: 0;
    padding: 0;
  }

  .jointsales .more {
    top: calc(100% - 1rem);
    right: calc(50% - 1rem);
    transform: scale(1.5);
  }

  .jointsales__items {
    min-width: 100%;
  }

  .jointsales .owl-wrapper-outer {
    border-width: 0 1px 1px;
  }

  .jointsales__row {
    display: block;
  }

  .jointsales__list {
    display: block;
  }

  .jointsales__item {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    max-width: none;
  }

  .jointsales__item:not(:first-child) {
    margin-top: 1rem;
    padding-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .jointsales__item .thumb {
    flex: 0 0 40%;
    margin: 0;
    padding: 0 1rem 0 0;
  }

  .btn-jointsales {
    width: 100%;
  }

  .reviews .subtitle {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0.5;
  }

  .reviews__title {
    display: flex;
    align-items: center;
    margin: 0 -1rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    font-weight: 400;
    font-size: 1rem;
  }

  .reviews__title:after {
    content: '\f123';
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'biz_icons';
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-left: auto;
  }

  .reviews__content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    overflow-y: auto;
    padding: 1rem;
    width: 100vw;
    height: 100vh;
    background: #fff;
    transition: 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(100%);
  }

  .reviews.on .reviews__content {
    transform: translateX(0);
  }

  .reviews__resume,
  .reviews__ratings,
  .reviews__add {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
  }

  .reviews__resume .product-rate .percent {
    margin: 0 20%;
  }

  .reviews__ratings {
    margin-bottom: 1rem;
  }

  .reviews__no-reviews {
    padding: 0;
  }

  .reviews__hide {
    display: block;
    margin: -1rem -1rem 1rem;
    border-radius: 0;
  }

  .parcelamento .title {
    margin-right: -1rem;
    margin-left: -1rem;
    border-width: 1px 0;
  }

  .frete__title {
    margin-right: -1rem;
    margin-left: -1rem;
    border-width: 0 0 1px;
  }

  .bundle {
    margin: 0 -1rem 1.5rem;
  }

  .bundle:before {
    padding: 0 1rem;
  }

  .bundle__option {
    margin: 0 0 -0.06rem;
  }

  .bundle .options-bundle-images,
  .bundle .bundle-checkbox-image {
    flex: 0 0 3rem;
  }

  tr.bundle {
    display: table-row;
    margin: 0;
  }

  tr.bundle:before {
    display: none;
  }

  .grouped {
    margin: 0 -1rem 1.5rem;
  }

  .grouped:before {
    padding: 0 1rem;
  }

  .grouped__option {
    margin: 0 0 -0.06rem;
  }

  .grouped .qty-holder {
    margin: 0;
  }

  .grouped .grouped-images {
    flex: 0 0 3rem;
  }

  .grouped__option.added:not(.out-of-stock):hover {
    box-shadow: inset 0 0 0 1px #E20031;
  }
}

/* ------ Carrinho */
/* ~992px */
@media (max-width: 62rem) {
  .cart-table {
    margin: 0 -1rem;
  }

  .cart-table .cart-total-head,
  .cart-table .cart-product-line>div.product-cart-total {
    display: none;
  }

  .cart__boxes {
    margin: 0 -1rem 1rem;
  }
}

/* ~768px */
@media (max-width: 48rem) {
  .cart-table h2.name {
    font-size: 1rem;
  }

  .cart-table .cart-product-head span:after {
    content: 's';
  }

  .cart-table .cart-price-head,
  .cart-table .cart-qty-head {
    display: none;
  }

  .cart-table .btn-remove {
    margin: 0;
  }

  .cart-product-line {
    flex-flow: row wrap;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .cart-product-line:last-child {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .cart-product-line>div {
    flex: 0 1 auto;
  }

  .cart-product-line>div:first-child {
    flex: 1 1 100%;
    align-items: flex-start;
    padding: 1rem;
  }
}

/* ~568px */
@media (max-width: 35.5rem) {
  .cart__boxes {
    display: block;
  }
}

/* ------ Finalização */
/* ~992px */
@media (max-width: 62rem) {
  .opc .header-container {
    padding: 0 1rem;
  }

  .opc .header {
    padding: 0 0.5rem;
    max-width: 100%;
  }

  .opc .header .myaccount {
    flex: 0;
  }

  .checkout-onepage-index .biz-modal-frame .modal-container .std {
    text-align: center;
  }

  .osc-accordion .col-right {
    display: none;
  }

  .osc-onepage #checkoutSteps>div {
    flex: 1 1 50%;
  }

  .parcelamento .title span{
    left: 0.2rem;
    position: relative;
  }
  .parcelamento svg.ico{
    width: 3rem !important;
    height: 1.8rem !important;
    left: -0.1rem;
    position: relative;
  }

}

/* ~768px */
@media (max-width: 48rem) {
  .opc-registered-users {
    flex: 1 1 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .opc-new-users {
    flex: 1 1 50%;
  }

  .cardGrid .exp,
  .cardGrid .cod {
    flex: 1 1 50%;
  }

  .cardGrid .pars {
    flex: 1 1 100%;
  }

  .flag-selection-entry {
    margin-bottom: 0.5rem;
  }

  .flag-selection-entry .input-box {
    flex: 1 1 100%;
  }

  .card-flags {
    display: none;
  }

  .checkout-review-table>thead th:not(:first-child):not(:nth-child(2)),
  .checkout-review-table>tbody td:not(:first-child):not(:nth-child(2)) {
    display: none;
  }

  .osc-steps .opc-block-progress dl {
    align-items: flex-end;
  }

  .osc-steps .opc-block-progress dt {
    display: block;
    font-size: 0.63rem;
    line-height: 0.63rem;
  }

  .osc-steps .opc-block-progress dt .changelink {
    display: block;
  }

  .osc-steps .opc-block-progress dt a {
    display: inline-block;
    margin: 0;
    height: 2rem;
  }
}

/* ~568px */
@media (max-width: 35.5rem) {
  .bcashGrid {
    display: block;
  }

  .bcashGrid .ico {
    margin-bottom: 1rem;
  }

  .cardGrid .num,
  .cardGrid .nome,
  .cardGrid .exp,
  .cardGrid .cod {
    flex: 1 1 100%;
  }

  .checkout-review-table>thead th:not(:first-child),
  .checkout-review-table>tbody td:not(:first-child) {
    display: none;
  }

  #checkoutSteps .section #checkout-review-submit .buttons-set .f-left {
    display: none;
  }

  #checkoutSteps .section #checkout-review-submit .buttons-set button {
    flex: 1 1 auto;
    margin: 0;
  }

  .banks-accounts table tr {
    display: flex;
    flex-flow: column nowrap;
  }

  .banks-accounts table th,
  .banks-accounts table td {
    flex: 1 1 auto;
    width: 100%;
  }

  .banks-accounts table thead th {
    padding: 0.5rem 1rem;
  }

  .banks-accounts table tbody td {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .banks-accounts table th:before,
  .banks-accounts table td:before {
    margin-right: 1rem;
    content: '1';
    font-weight: 700;
    opacity: 0.5;
  }

  .banks-accounts table th:nth-child(2):before,
  .banks-accounts table td:nth-child(2):before {
    content: '2';
  }

  .banks-accounts table th:nth-child(3):before,
  .banks-accounts table td:nth-child(3):before {
    content: '3';
  }

  .osc-steps #checkoutSteps {
    margin: 0 -1rem;
  }

  .osc-accordion #checkoutSteps {
    margin: 0 -1rem;
  }

  .osc-onepage #checkoutSteps {
    display: block;
    margin: 0 -1rem;
  }

  .osc-onepage #checkoutSteps>div {
    width: 100%;
  }

  .osc-onepage .section {
    margin: 0;
  }

  .osc-onepage .step-title {
    margin: 0;
  }

  .osc-onepage .step.a-item {
    padding-top: 1rem;
  }

  .osc-onepage #checkoutSteps .section.allow .step.a-item {
    display: none !important;
  }

  .osc-onepage #checkoutSteps .section.active .step.a-item {
    display: block !important;
  }

  #payment_form_mundipagg_api_doiscartoes .cardGrid {
    display: block;
  }

  #payment_form_mundipagg_api_doiscartoes .valor-card {
    display: block;
  }

  #payment_form_mundipagg_api_doiscartoes .valor-card input {
    margin: 0.25rem 0 0;
  }
}

/* ------ Sucesso */
/* ~568px */
@media (max-width: 35.5rem) {
  .success-content {
    margin: 0 -1rem;
  }

  .success-content .confirmation,
  .success-content .print {
    display: block;
  }

  .buttons-success {
    align-items: stretch;
  }
}

/* ------ Painel do Cliente */
/* ~992px */
@media (max-width: 62rem) {
  .my-orders .item-order {
    flex: 0 1 50%;
  }

  .box-account .box-title a {
    padding: 0.19rem 0.63rem;
    min-width: 60px;
    text-align: center;
    line-height: 1em;
  }

  .customer-account .footer .newsletter,
  .customer-account .footer__about,
  .customer-account .footer__doubts,
  .customer-account .footer__account,
  .customer-account .footer__payments,
  .customer-account .footer__shipments,
  .customer-account .footer__certificates {
    display: none;
  }

  .block-account .block-title {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 9999;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 1.5rem;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background: #E20031;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #F2F2F2;
    font-weight: 400;
    font-size: 1rem;
    transition: 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .block-account .block-title:before {
    content: '\f0c9';
  }

  .block-account .block-title strong {
    display: none;
  }

  .block-account .block-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow-y: auto;
    padding: 0 1rem 1rem;
    width: 100vw;
    height: 100vh;
    background: #fff;
    transition: 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(100%);
  }

  .block-account.on .block-title {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 -2px 4px rgba(0, 0, 0, 0.3);
    transform: rotate(180deg);
  }

  .block-account.on .block-title:before {
    position: relative;
    bottom: 0.13rem;
    content: '\f077';
  }

  .block-account.on .block-content {
    transform: translateY(0);
  }

  .block-account ul li {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .block-account ul li.last {
    margin: 0;
    border: 0;
  }

  .block-account a {
    display: block;
    margin: 0 -1rem;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1em;
  }

  .block-account .current a,
  .block-account a:hover {
    background: #F8A7A5;
    color: #FFFFFF;
  }

  .block-account ul li.last a:after {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1em;
  }
}

/* ~768px */
@media (max-width: 48rem) {
  body:not(.sales-order-history) .my-orders .item-order:not(:first-child) {
    display: none;
  }

  .order-details #my-orders-table thead th:nth-child(4),
  .order-details #my-orders-table tbody td:nth-child(4) {
    display: none;
  }

  .col4-set {
    flex-flow: row wrap;
  }

  .col4-set>div {
    flex: 1 1 50%;
    margin: 0;
  }

  #wishlist-table tbody tr {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  #wishlist-table thead tr th:not(:first-child) {
    display: none;
  }

  #wishlist-table tbody tr td {
    flex: 1 1 auto;
    padding: 0.5rem !important;
    width: auto;
    border: 0 !important;
  }

  #wishlist-table tbody tr td:first-child {
    flex: 1 1 30%;
    width: 30%;
  }

  #wishlist-table tbody tr td:nth-child(2) {
    flex: 1 1 70%;
    width: 70%;
  }
}

/* ~568px */
@media (max-width: 35.5rem) {
  .box-account .col2-set {
    display: block;
  }

  .box-recent .box-head,
  .box-address .box-head {
    display: block;
  }

  .box-recent .box-head:before,
  .box-address .box-head:before {
    display: none;
  }

  .box-recent .box-head a,
  .box-address .box-head a {
    display: inline-block;
    margin: 0.31rem 0 0;
  }

  .title-buttons {
    display: block;
  }

  .col2-set.addresses-list {
    display: block;
  }

  .my-orders .item-order {
    flex: 1 1 100%;
  }

  .order-date {
    font-size: 0.75rem;
  }

  .order-info-box {
    display: block;
  }

  .sales-order-view .title-buttons a,
  .sales-order-shipment .title-buttons a,
  .sales-order-invoice .title-buttons a {
    white-space: nowrap;
  }

  .customer-account .col2-set>.addresses-additional {
    padding: 0;
  }

  .customer-account .pager-no-toolbar .limiter {
    display: none;
  }

  .addresses-primary {
    margin-bottom: 1rem;
  }

  .sales-order-view .title-buttons h1,
  .sales-order-shipment .title-buttons h1,
  .sales-order-invoice .title-buttons h1 {
    white-space: normal;
  }

  .block-account .block-title {
    right: 1rem;
    bottom: 1rem;
    padding: 1rem;
    width: 3rem;
    height: 3rem;
  }

  .form-list .fields.tipopessoa>.field {
    padding: 0;
  }

  .form-list .fields.tipopessoa label {
    padding: 0 0.5rem;
    font-size: 0.8rem;
  }

  #wishlist-table tbody tr {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  #wishlist-table thead tr th:not(:first-child) {
    display: none;
  }

  #wishlist-table tbody tr td,
  #wishlist-table tbody tr td:first-child,
  #wishlist-table tbody tr td:nth-child(2) {
    flex: 1 1 100%;
    padding: 0.5rem !important;
    width: 100%;
    border: 0 !important;
  }

  #wishlist-table tbody tr td[width] {
    flex: 1 1 auto;
    width: auto;
  }

  #my-downloadable-products-table thead tr th:not(:first-child) {
    display: none;
  }

  #my-downloadable-products-table tbody tr {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  #my-downloadable-products-table tbody tr td {
    flex: 1 1 auto;
    margin: 0;
    padding: 0.5rem !important;
    border: 0 !important;
  }

  .socialconnect-account .col2-set {
    flex-flow: row wrap;
  }

  .socialconnect-account .col2-set>div {
    min-width: 250px;
  }
}

/* ------ Revendas */
/* ~768px */
@media (max-width: 48rem) {
  .revendas-map {
    position: relative;
    flex: 0 0 200px;
    margin-right: 2rem;
  }

  #Brasil {
    width: 12.5rem;
    height: 12.5rem;
  }

  .revendas-map:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
  }

  .or-map {
    display: none;
  }

  .cases-revenda li {
    min-width: 200px;
  }

  .revendaslist>li {
    flex: 0 1 50%;
    min-width: 200px;
  }

  .case-detail-content .images li {
    list-style: none !important;
  }
}

/* ~568px */
@media (max-width: 35.5rem) {
  .revendas-index-main {
    display: block;
  }

  .revendas-map {
    display: none;
  }

  .revendaslist {
    display: block;
  }

  .arevenda {
    display: block;
  }

  .arevenda .right {
    margin: 1.25rem 0 0;
    padding: 1.25rem 0 0;
    border-top: 1px solid #ccc;
    box-shadow: none;
  }

  .arevenda .galeria-nav {
    margin: 0 0 1.25rem;
    padding: 1.25rem 0.63rem 0.63rem;
  }

  .cases-revenda ul {
    display: block;
    margin: 0;
  }

  .cases-revenda li {
    margin: 0 0 0.63rem;
    padding: 0;
  }

  .cases-revenda a {
    display: block;
    padding: 0.63rem;
    min-height: 150px;
  }

  .case-detail-content {
    display: block;
  }

  .case-detail-content .dados {
    margin: 1.25rem 0 0;
  }
}

/* end of editable */
@-webkit-keyframes one_sec {
  0% {
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dashoffset: -126px;
  }

  100% {
    stroke-dashoffset: -252px;
  }
}

@keyframes one_sec {
  0% {
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dashoffset: -126px;
  }

  100% {
    stroke-dashoffset: -252px;
  }
}

@-webkit-keyframes success {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes success {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes os-new {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    fill: #E20031;
  }
}

@keyframes os-new {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    fill: #E20031;
  }
}

@-webkit-keyframes os-new-bar {
  0% {
    width: 0;
  }

  100% {
    width: 33.333%;
    background: #E20031;
  }
}

@keyframes os-new-bar {
  0% {
    width: 0;
  }

  100% {
    width: 33.333%;
    background: #E20031;
  }
}

@-webkit-keyframes os-processing {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    fill: #BE0029;
  }
}

@keyframes os-processing {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    fill: #BE0029;
  }
}

@-webkit-keyframes os-processing-bar {
  0% {
    width: 0;
  }

  100% {
    width: 66.666%;
    background: #BE0029;
  }
}

@keyframes os-processing-bar {
  0% {
    width: 0;
  }

  100% {
    width: 66.666%;
    background: #BE0029;
  }
}

@-webkit-keyframes os-complete {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    fill: #3AAD2A;
  }
}

@keyframes os-complete {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    fill: #3AAD2A;
  }
}

@-webkit-keyframes os-complete-bar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
    background: #3AAD2A;
  }
}

@keyframes os-complete-bar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
    background: #3AAD2A;
  }
}

@-webkit-keyframes os-holded {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    fill: #e98f33;
  }
}

@keyframes os-holded {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    fill: #e98f33;
  }
}

@-webkit-keyframes os-holded-bar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e98f33;
  }
}

@keyframes os-holded-bar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e98f33;
  }
}

@-webkit-keyframes os-canceled {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    fill: #ea1d2c;
  }
}

@keyframes os-canceled {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    fill: #ea1d2c;
  }
}

@-webkit-keyframes os-canceled-bar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
    background: #ea1d2c;
    box-shadow: inset 0 0 0 2px #fff;
  }
}

@keyframes os-canceled-bar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
    background: #ea1d2c;
    box-shadow: inset 0 0 0 2px #fff;
  }
}

/*
 * Global
 * Elementos globais que podem ser extendidos ao longo do documento
 */
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 32px);
  width: 77.5rem;
}

:root {
  --primary: #E20031;
  --primary-hover: #BE0029;
  --primary-contrast: #F2F2F2;
  --primary-contrast-hover: #FFFFFF;
  --secundary: #F8A7A5;
  --secundary-hover: #E19795;
  --secundary-contrast: #FFFFFF;
  --secundary-contrast-hover: #FFFFFF;
  --tertiary: #CCCCCC;
  --tertiary-hover: #F7F7F7;
  --tertiary-contrast: #FFFFFF;
  --tertiary-contrast-hover: #FFFFFF;
  --button: #3AAD2A;
  --button-hover: #5FCE57;
  --button-contrast: #FFFFFF;
  --button-contrast-hover: #FFFFFF;
  --youtube: #cc0404;
  --facebook: #3b5998;
  --twitter: #00aced;
  --pinterest: #cb2027;
  --thumblr: #32506d;
  --linkedin: #007bb5;
  --instagram: #e4405f;
  --black: #010101;
  --white: #fff;
  --gray: #c6c6c5;
  --blue: #0033a0;
  --color-text: #1d1d1b;
  --color-border: #e9e9e9;
  --color-input: #ccc;
  --color-placeholder: #a0a0a0;
  --color-link: #666;
  --color-more: #0033a0;
  --color-opacity: rgba(0, 0, 0, 0.2);
  --color-link-categories: #737373;
  --color-rating: #ccc;
  --color-rating-active: #f8c848;
  --color-old-price: #737373;
  --color-special-price: #0033a0;
  --color-payment: #999;
  --color-icon: #bfbfbf;
  --color-gray: #7d7d7d;
}

/*
 * Base
 * Estilo base do elementos do Html
 */
body {
  font-family: 'Poppins', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 993px) {
  body.opacity .wrapper:before {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 993px) {
  .wrapper:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: var(--color-opacity);
    content: '';
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
}

.wrapper-container {
  overflow: visible;
}

.js-stickybit-parent {
  padding-top: 8.75rem;
}

/*
 * Components
 * Componentes que se adaptam ao contexto
 */
/*
 * Component - Menssagens
 */
.messages>li {
  display: block;
  margin-bottom: 1.25rem;
  padding: 0.63rem 1.25rem;
  font-size: 0.88rem;
}

.messages .success-msg {
  border: 1px solid #2baf60;
  background: #c8efc0;
  color: #1d904b;
}

.messages .error-msg {
  border: 1px solid #d92100;
  background: #ffdcdc;
  color: #d92100;
}

.messages .notice-msg {
  border: 1px solid #f7be07;
  background: #f9f0d5;
  color: #f7be07;
}

.header,
.main-container,
.footer {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 32px);
  width: 77.5rem;
}

.categories .ul--0 {
  max-width: 1240px;
}

.wrapper svg {
  fill: currentColor;
}

select {
  padding: 0 1.88rem 0 0.63rem;
  border: solid 1px var(--color-input);
  border-radius: 3px;
  background: url("/media/interface/images/select.png") no-repeat center right 10px;
  box-shadow: none;
  font-weight: 400;
  font-size: 0.88rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.related__title,
.recommended__title,
.whosaw__title,
.jointsales__title,
.upsell__title,
.tabs__tab {
  font-weight: 400;
  font-size: 0.88rem;
}

@media (max-width: 568px) {

  .related__title,
  .recommended__title,
  .whosaw__title,
  .jointsales__title,
  .upsell__title,
  .tabs__tab {
    margin: 0 -1rem;
    width: auto;
  }
}

@media (min-width: 569px) {

  .related__title,
  .recommended__title,
  .whosaw__title,
  .jointsales__title,
  .upsell__title,
  .tabs__tab {
    padding: 1rem 0;
    border-bottom: solid 2px var(--color-border);
    font-size: 1.31rem;
  }
}

.related__subtitle,
.related__add-checkbox {
  display: none;
}

.add-to-links li:not(.link-wishlist) {
  display: none;
}

.add-to-links .link-wishlist a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.13rem;
  height: 3.13rem;
  border: solid 1px #eee;
  border-radius: 50%;
  background: var(--white);
  color: var(--primary);
  font-size: 0;
}

.add-to-links .link-wishlist a .ico {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.add-to-links .link-wishlist a:hover {
  background: var(--primary);
  color: var(--primary-contrast);
}

.cms-home .header-container+.banner {
  margin-top: -1rem;
}

.cms-home .header-container+.banner__wrapper {
  position: relative;
}

.cms-home .header-container+.banner .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding-bottom: 1rem;
  width: 100%;
}

.cms-home .header-container+.banner .owl-page span {
  max-width: 6px;
  width: 1.44rem;
  height: 0.38rem;
  border-radius: 6px;
  background: var(--color-input);
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.cms-home .header-container+.banner .owl-page.active span {
  max-width: 23px;
  background: var(--primary);
}

.banner img {
  -o-object-fit: cover;
  object-fit: cover;
}

#banner__banner-trio {
  margin: 2rem 0;
}

@media (min-width: 993px) {

  #banner__banner-trio .banner__link,
  #banner__banner-trio .banner__item {
    display: inline-block;
    width: auto;
  }

  #banner__banner-trio .banner__link img.d_img,
  #banner__banner-trio .banner__item img.d_img {
    position: static;
    display: block;
    transform: none;
  }

  #banner__banner-trio .owl-item {
    display: inline-block;
    width: auto !important;
  }

  #banner__banner-trio .owl-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }

  #banner__banner-trio .owl-wrapper:after {
    display: none;
  }

  #banner__banner-trio .owl-item {
    flex: 0 0 auto;
  }
}

#banner__banner-one .banner__wrapper {
  display: block;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}

.best-categories {
  --bg: #f9f9f9;
}

.best-categories {
  margin-top: -1rem;
  padding: 1.56rem 0;
  background: var(--bg);
}

.best-categories__header {
  padding: 1rem 0;
  line-height: 1.2;
}

@media (min-width: 993px) {
  .best-categories__header {
    flex: 0 1 215px;
  }
}

.best-categories__title {
  padding-bottom: 0.63rem;
  font-weight: 700;
  font-size: 1.25rem;
}

.best-categories__description {
  color: var(--color-link-categories);
  font-weight: 400;
  font-size: 0.88rem;
}

.best-categories__container {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 32px);
  width: 77.5rem;
}

@media (min-width: 993px) {
  .best-categories__container {
    display: flex;
    align-items: center;
    gap: 32px;
  }
}

.best-categories__main {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  min-width: 0;
  background: none;
  gap: 10px;
}

.best-categories .categories,
.best-categories .categories .box--1,
.best-categories .categories .ul--0,
.best-categories .categories .ul--1,
.best-categories .categories .li--0,
.best-categories .categories .li--1 {
  display: contents;
}

.best-categories .categories .a--0 {
  display: none;
}

.best-categories .categories .a--1,
.best-categories a {
  display: flex;
  flex: 1 1 130px;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  min-width: 0;
  border-radius: 5px;
  background: var(--white);
  color: var(--color-link-categories);
  text-align: center;
}

.best-categories .categories .a--1:hover,
.best-categories a:hover {
  box-shadow: 0 0 0 1px var(--primary), 0 2px 0 var(--primary);
  color: var(--color-text);
}

.best-categories .categories .a--1 img,
.best-categories a img {
  max-height: 85px;
  -o-object-fit: contian;
  object-fit: contian;
}

.best-categories .categories .a--1 .ico,
.best-categories a .ico {
  margin-top: 0.88rem;
  width: 2.63rem;
  height: 2.63rem;
  fill: var(--primary);
}

.best-categories .categories .a--1 span,
.best-categories a span {
  display: block;
  flex: 0 0 auto;
  margin-top: auto;
  padding-top: 0.31rem;
  min-height: 0;
  line-height: 1;
}

.brands .owl-wrapper-outer {
  border: 0;
}

.brands__item a {
  border: 0;
}

@media (min-width: 993px) {
  .brands__item {
    min-width: 0;
  }
}

.breadcrumb {
  margin-top: -1rem;
  padding: 0.63rem 0;
  background: #f5f5f5;
}

.catalog-product-view .wrapper>.breadcrumb {
  display: none;
}

.breadcrumb__list {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 32px);
  width: 77.5rem;
}

.breadcrumb__home .breadcrumb__link:before {
  display: none;
}

.breadcrumb__sep {
  padding: 0 0.63rem;
}

.breadcrumb__sep .ico {
  width: 0.25rem;
  height: 0.75rem;
  fill: var(--color-text);
}

.breadcrumb__link,
.breadcrumb__last {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.19rem;
  color: var(--color-text);
  font-weight: 500;
  font-size: 0.88rem;
}

.breadcrumb__last {
  padding: 0 1rem;
  border-radius: 2px;
  background: var(--white);
}

.catalog-product-view .breadcrumb {
  margin-top: 0;
  box-shadow: -400px 0 0 #f5f5f5, -800px 0 0 #f5f5f5;
}

.catalog-product-view .breadcrumb__list {
  padding: 0;
  max-width: 100%;
}

.catalog-product-view .breadcrumb__link,
.catalog-product-view .breadcrumb__sep,
.catalog-product-view .breadcrumb__last {
  color: #a3a3a3;
  font-weight: 300;
  font-size: 0.75rem;
}

.catalog-product-view .breadcrumb__sep {
  padding: 0;
}

.catalog-product-view .breadcrumb__sep .ico {
  width: 0.13rem;
  height: 0.5rem;
}

.catalog-product-view .breadcrumb__last {
  padding: 0;
  background: none;
  color: var(--color-text);
  font-weight: 600;
}

.catalog-description {
  margin-top: -1rem;
  padding: 0 0 2rem;
  background: #f5f5f5;
}

.catalog-description .icon-question {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.06rem;
  height: 1.06rem;
  border-radius: 50%;
  background: #c1c1c1;
  color: var(--white);
  vertical-align: middle;
  font-size: 0.69rem;
}

.catalog-description__container {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 32px);
  width: 77.5rem;
}

@media (min-width: 993px) {
  .catalog-description__container {
    display: flex;
    gap: 32px;
  }
}

.catalog-description__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.63rem 0;
}

.catalog-description__title i {
  flex: 0 0 17px;
  margin-right: 0.19rem;
}

.catalog-description__title>span {
  font-weight: 600;
  font-size: 1.13rem;
}

.catalog-description__header {
  flex: 1;
  min-width: 0;
}

.catalog-description__header p {
  color: #666;
  font-weight: 400;
  font-size: 0.88rem;
}

.catalog-description__header p a {
  color: var(--color-more);
  font-weight: 400;
  font-size: 0.88rem;
}

.catalog-description__header .obs {
  padding: 0.63rem 0;
  color: #1b1b1b;
  font-weight: 600;
  font-size: 0.88rem;
}

.catalog-description__main {
  flex: 1;
  min-width: 0;
}

@media (max-width: 992px) {
  .catalog-description__main {
    margin-top: 2rem;
  }
}

.catalog-description__main .categories {
  background: none;
}

.catalog-description__main .categories .ul--0 {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  min-width: 0;
  background: none;
  gap: 10px;
}

.catalog-description__main .categories .ul--0.owl-carousel {
  padding: 0 2.5rem;
}

.catalog-description__main .categories .li--0 {
  flex: 1 1 130px;
  padding: 0.13rem;
}

.catalog-description__main .categories .a--0 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  min-width: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: var(--white);
  color: var(--color-link-categories);
  text-align: center;
  font-size: 0.88rem;
}

.catalog-description__main .categories .a--0:hover {
  background: var(--white);
  box-shadow: 0 0 0 1px var(--primary), 0 2px 0 var(--primary);
  color: var(--color-text);
}

.catalog-description__main .categories img {
  max-height: 85px;
  -o-object-fit: contian;
  object-fit: contian;
}

.catalog-description__main .categories .ico {
  margin-top: 0.88rem;
  width: 2.63rem;
  height: 2.63rem;
  fill: var(--primary);
}

.catalog-description__main .categories span {
  display: block;
  flex: 0 0 auto;
  margin-top: auto;
  padding-top: 0.31rem;
  min-height: 0;
  line-height: 1;
}

.header-container .categories .melhores-categorias {
  display: none !important;
}

@media (max-width: 992px) {
  .header-container .categories__show {
    order: -1;
    width: 3.13rem;
    height: 3.13rem;
    border-radius: 0;
    background: none;
    color: var(--primary);
  }

  .header-container .categories__show:hover {
    background: none;
    color: var(--primary);
  }

  .header-container .categories .parent {
    position: relative;
  }

  .header-container .categories .parent>ul {
    display: none;
  }

  .header-container .categories .parent:after {
    content: '';
  }

  .header-container .categories .parent>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 48px;
  }

  .header-container .categories .parent:after {
    content: '\f054';
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'biz_icons';
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    color: var(--primary-contrast);
    font-size: 1.25rem;
    transition: all 0.2s ease;
  }

  .header-container .categories .parent.on:after {
    transform: rotate(90deg);
  }

  .header-container .categories .parent.on>ul {
    display: block;
  }

  .header-container .categories .all-li--0 {
    padding-bottom: 0;
  }
}

@media (min-width: 993px) {
  .header-container .categories {
    flex: 1;
    margin-bottom: 0 !important;
    min-width: 0;
    background: var(--white);
    box-shadow: 0 0 0 1px var(--color-border);
  }

  .header-container .categories a:hover {
    box-shadow: none;
  }

  .header-container .categories .ul--0 {
    margin-right: auto;
    margin-left: auto;
    max-width: calc(100% - 32px);
    width: 77.5rem;
    justify-content: space-between;
  }

  .header-container .categories .ul--1 {
    padding: 2rem;
  }

  .header-container .categories .ul--1 img {
    display: none;
  }

  .header-container .categories .box--1 {
    visibility: hidden;
    border-top: solid 2px var(--primary);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.2s;
    transform: translateY(10px);
  }

  .header-container .categories .li--0 {
    transition: all 0.2s ease-in-out;
    transition-delay: 0.3s;
  }

  .header-container .categories .li--0 .a--0:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    visibility: hidden;
    border-right: solid 5px transparent;
    border-bottom: solid 5px var(--primary);
    border-left: solid 5px transparent;
    content: '';
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.2s;
    transform: translateX(-50%) translateY(10px);
  }

  .header-container .categories .li--0:hover {
    z-index: 10;
  }

  .header-container .categories .li--0:hover .a--0 {
    background: none;
    color: var(--color-text);
  }

  .header-container .categories .li--0:hover .a--0:after {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  .header-container .categories .li--0:hover .box--1 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .header-container .categories .a--0 {
    position: relative;
    background: var(--white);
    color: var(--color-text);
    white-space: nowrap;
    font-weight: 400;
    font-size: 0.88rem;
  }

  .header-container .categories .a--0:hover {
    background: var(--white);
  }

  .header-container .categories .a--1 {
    color: var(--color-link-categories);
    font-weight: 400;
    font-size: 0.88rem;
  }

  .header-container .categories .a--1:hover {
    color: var(--color-text);
  }

  .header-container .categories__all {
    flex: 0 1 215px;
    border-right: solid 1px var(--color-border);
  }

  .header-container .categories__all img {
    display: none;
  }

  .header-container .categories__all .all-a--1 {
    color: var(--color-link-categories);
    font-weight: 400;
    font-size: 0.88rem;
  }

  .header-container .categories__all .all-a--1:hover {
    color: var(--color-text);
  }

  .header-container .categories__all.li--0 {
    position: relative;
  }

  .header-container .categories__all.li--0:hover .a--0 {
    background: var(--primary-contrast);
    color: var(--primary);
  }

  .header-container .categories__all.li--0:hover .a--0:after {
    right: 1rem;
    left: auto;
    transform: translateY(0) translateX(0);
  }

  .header-container .categories__all .a--0 {
    padding-left: 0;
    min-width: 0;
    background: var(--white);
    color: var(--primary);
    font-weight: 700;
  }

  .header-container .categories__all .a--0>span {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .header-container .categories__all .a--0 .ico {
    width: 0.63rem;
    height: 0.38rem;
    fill: currentColor;
  }
}

.configurable:before {
  display: none;
}

@media (min-width: 993px) {
  .filters>.title {
    display: none;
  }
}

.filters .label {
  color: var(--color-text);
  font-weight: 400;
  font-size: 0.88rem;
}

.filters .label:before {
  display: inline-block;
  margin-top: -0.13rem;
  margin-right: 0.31rem;
  width: 0.94rem;
  height: 0.94rem;
  border: solid 1px var(--color-border);
  border-radius: 2px;
  content: '';
  vertical-align: middle;
}

@media (max-width: 992px) {
  .filters .ul--0 {
    padding: 1rem 0;
  }
}

.filters__filter .ul--0 > .li--0 > .a--0:hover .label:before, 
.filters__filter .ul--1 > .li--1 > .a--1:hover .label:before {
  border-color: var(--primary);
  background: var(--primary);
}

@media (max-width: 992px) {
  .filters__list {
    background: var(--white);
  }
}

.filters__swatches .label:before {
  display: none;
}

.filters__filter {
  padding: 1rem 0;
  box-shadow: none;
}

.filters__filter:hover {
  box-shadow: none;
}

.filters__filter .count {
  font-size: 0.75rem;
}

.filters__name,
.filters__filtered .subtitle {
  padding: 1rem 0;
  border-bottom: solid 1px var(--color-border);
  color: var(--color-text);
  font-weight: 500;
  font-size: 0.88rem;
}

.filters__name {
  background: url("/media/interface/images/down.png") no-repeat center right 10px;
}

.filters__filtered .filtered__clear,
.filters__filtered .filtered__name {
  display: none;
}

.filters__filtered .filtered__value {
  color: var(--color-text);
  font-weight: 400;
  font-size: 0.88rem;
}

.filters__filtered .li--0 {
  padding: 0.44rem;
  border-radius: 2px;
  background: #f5f5f5;
  box-shadow: none;
}

.filters__filtered .li--0 .btn {
  display: flex;
  order: -1;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--white);
}

.filters__filtered .li--0 .btn .ico {
  width: 0.5rem;
  height: 0.44rem;
  fill: var(--color-text);
}

.filters__filtered .li--0 .btn:before {
  display: none;
}

.footer .flex {
  margin: 0;
}

@media (max-width: 992px) {
  .footer-container {
    text-align: center;
  }
}

.footer-container .pays img {
  height: 2rem;
}

@media (max-width: 992px) {
  .footer-container .flex--a-center {
    justify-content: center;
  }
}

@media (min-width: 993px) {
  .footer__payment .footer__content {
    display: flex;
  }

  .footer__payment .footer__content .pays+.pays {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: solid 1px var(--color-border);
  }
}

@media (min-width: 993px) {
  .footer__security .footer__content {
    /* margin-top: -1.88rem; */
  }
}

.footer__title {
  padding: 1rem 0;
  font-weight: 500;
  font-size: 1rem;
}

@media (min-width: 993px) {
  .footer__col {
    display: flex;
    align-items: flex-start;
  }

  .footer__col .mymenu:first-child {
    padding-right: 2rem;
  }

  .footer__col .mymenu:last-child {
    padding-left: 2rem;
    border-left: solid 1px var(--color-input);
  }
}

.footer__container {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 32px);
  width: 77.5rem;
}

.footer__ops {
  padding: 2rem 0;
  font-weight: 400;
  font-size: 0.81rem;
  opacity: 0.5;
}

@media (min-width: 993px) {
  .footer__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
  }
}

.footer__payment-security {
  padding: 1rem 0;
  border-top: solid 1px var(--color-border);
  border-bottom: solid 1px var(--color-border);
}

@media (min-width: 993px) {
  .footer__payment-security .footer__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
  }
}

@media (max-width: 992px) {
  .footer__payment-security .footer__container .pays+.pays {
    padding-top: 1rem;
  }
}

.footer__text,
.footer__copyright {
  opacity: 0.5;
}

.footer__text,
.footer__copyright,
.footer__text a,
.footer__copyright a {
  padding: 1rem 0;
  color: var(--color-text);
  text-align: center;
  font-weight: 400;
  font-size: 0.75rem;
}

.footer__copyright {
  border-top: solid 1px var(--color-border);
}

.footer .mymenu .a--0 {
  color: var(--color-text);
  font-weight: 400;
  font-size: 0.88rem;
}

.footer .mymenu .icon-phone:before {
  display: none;
}

.footer .mymenu [class*=icon-] .ico {
  display: inline-block;
  margin-right: 0.19rem;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  fill: var(--primary);
}

.freeproduct {
  margin-top: 1rem;
  padding: 1rem;
  background: #f7f7f7;
  text-align: center;
}

.freeproduct .title {
  font-weight: 400;
  font-size: 0.81rem;
}

.freeproduct>.title {
  display: none;
}

.freeproduct img {
  width: 3.75rem;
  height: 3.13rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.freeproduct-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #737373;
  font-weight: 400;
  font-size: 0.75rem;
}

.frete {
  position: relative;
  margin: 1rem 0;
}

.frete__title {
  display: none;
}

.frete__naosei {
  position: absolute;
  top: 1.56rem;
  bottom: auto;
  left: 0.31rem;
  font-weight: 400;
  font-size: 0;
}

.frete__naosei:before {
  content: 'Não sabe o seu cep?';
  font-size: 0.81rem;
}

.frete__form label {
  display: flex;
  flex: 0 0 160px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -1.25rem;
  font-size: 0;
}

@media (max-width: 568px) {
  .frete__form label {
    margin-top: 0.31rem;
  }
}

.frete__form label:after {
  content: 'Frete e Prazo';
  font-weight: 300;
  font-size: 1rem;
}

.frete__form label .ico {
  margin-right: 0.25rem;
  width: 2.31rem;
  height: 1.38rem;
  opacity: 0.6;
}

.frete__form label span {
  display: none;
}

.frete__content {
  display: block;
}

.frete__form {
  position: relative;
}

.frete__form .input-box {
  width: 100%;
}

@media (max-width: 568px) {
  .frete__form .input-box {
    display: block;
  }
}

.frete__form .input-text {
  height: 3.63rem;
  border: solid 1px var(--color-input);
  box-shadow: none;
}

@media (max-width: 568px) {
  .frete__form .input-text {
    margin-top: 1.88rem;
  }
}

.frete__actions {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.38rem;
}

@media (max-width: 568px) {
  .frete__actions {
    top: 3.75rem;
  }
}

.frete__actions .btn {
  height: 2.88rem;
  background: #e8e8e8;
  /* background: #0033a0; */
  box-shadow: none;
  color: var(--color-text);
  /* color: #FFFFFF; */
  font-size: .85rem;
  border-radius: 0 3px 3px 0;
}

.frete__actions .btn span {
  display: none;
}

.frete__actions .btn:before {
  content: 'Calcular';
}

.header {
  position: static;
  justify-content: space-between;
  margin-bottom: 0 !important;
  padding: 0.63rem 0;
  min-width: 0;
  gap: 32px;
}

@media (min-width: 993px) {
  .header {
    min-height: 78px;
  }
}

@media (max-width: 992px) {
  .header {
    padding-right: 1rem;
    gap: 0;
  }
}

.header-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  max-width: 100%;
  height: auto;
  filter: blur(0);
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
}

@media (max-width: 992px) {
  .header-container {
    border-bottom: solid 1px var(--color-border);
  }
}

@media (min-width: 993px) {
  .scrolling--down .header-container {
    filter: blur(0);
    transform: translateY(-78px) !important;
  }
}

.jointsales__title {
  font-weight: 600;
}

.jointsales__title span:after {
  content: ' e ganhe desconto';
  font-weight: 400;
}

.jointsales__row {
  padding: 0;
}

.jointsales__row .old-price .label {
  display: none;
}

.jointsales__row .old-price .price {
  text-decoration: none;
}

.jointsales__row .old-price .price span {
  color: var(--color-old-price);
  text-decoration: line-through;
  font-weight: 400;
  font-size: 0.88rem;
}

.jointsales__row .special-price .label,
.jointsales__row .regular-price .label {
  display: none;
}

.jointsales__row .special-price .price span,
.jointsales__row .regular-price .price span {
  color: var(--color-special-price);
  font-weight: 500;
  font-size: 1.38rem;
}

.jointsales__currentin .title,
.jointsales__item .title {
  color: #444;
  font-weight: 400;
  font-size: 0.94rem;
}

.jointsales__currentin {
  display: block;
  border-right: solid 1px #eaeaea;
  box-shadow: none;
}

@media (max-width: 568px) {
  .jointsales__currentin {
    padding-right: 0;
    padding-left: 0;
    border: 0;
  }
}

.jointsales__currentin .thumb {
  margin-bottom: 1rem;
}

.jointsales__item {
  display: block;
}

.jointsales__current {
  flex: 0 1 315px;
}

.jointsales__current+.jointsales__list {
  flex: 1;
  min-width: 0;
}

.jointsales__payments {
  display: none;
}

.jointsales__center {
  display: flex;
  flex: 0 1 315px;
  flex-flow: column nowrap;
  justify-content: center;
  -ms-grid-row-align: center;
  align-self: center;
  align-items: center;
  padding: 2.5rem 1rem;
  min-width: 0;
  border: solid 1px #ddd;
  border-radius: 2px;
  text-align: center;
}

@media (max-width: 568px) {
  .jointsales__center {
    margin-top: 2rem;
  }
}

.jointsales__center .jointsales__totals,
.jointsales__center .jointsales__action {
  -ms-grid-row-align: center;
  align-self: center;
}

.jointsales__center .jointsales__action .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  width: 100%;
  height: 4rem;
  background: var(--button);
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}

.jointsales__center .todos-juntos {
  color: var(--color-text);
  font-weight: 700;
  font-size: 1.13rem;
}

.jointsales__center .todos-juntos .price {
  display: block;
  color: var(--color-text);
  font-weight: 400;
}

.jointsales__center .comprando-junto {
  font-size: 0;
}

.jointsales__center .comprando-junto .price {
  color: var(--button);
  font-weight: 400;
  font-size: 1.94rem;
}

.jointsales__center .economize {
  background: none;
  color: #007cff;
  font-size: 0;
}

.jointsales__center .economize .price {
  color: #007cff;
  font-weight: 500;
  font-size: 1rem;
}

.jointsales__center .economize .price:before {
  content: 'Economize ';
}

.jointsales__list {
  justify-content: flex-start;
}

.jointsales .more {
  right: -1.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 3.13rem;
  height: 3.13rem;
  border: solid 1px #eaeaea;
  border-radius: 50%;
  background: #fff;
  transform: none;
}

@media (max-width: 568px) {
  .jointsales .more {
    display: none;
  }
}

.jointsales .more .ico {
  width: 1.13rem;
  height: 1.13rem;
  color: var(--color-text);
}

.jointsales .more:before {
  display: none;
}

.jointsales .owl-wrapper-outer {
  border: 0;
}

.label--year {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.63rem;
  color: var(--color-text);
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.88rem;
}

@media (max-width: 992px) {
  .header .label--year {
    display: none;
  }
}

.label--year .ico {
  margin-right: 0.31rem;
  width: 1.56rem;
  height: 1.56rem;
  fill: var(--gray);
}

.header .logo {
  -ms-grid-row-align: center;
  align-self: center;
  padding-right: 1.56rem;
  border-right: solid 1px var(--color-border);
}

@media (min-width: 993px) {
  .header .logo {
    padding-left: 1.19rem;
  }
}

@media (max-width: 568px) {
  .header .logo {
    margin-right: auto;
  }
}

.header .logo img,
.header .logo svg {
  height: 3.63rem;
}

@media (max-width: 992px) {

  .catalog-category-view .main-container,
  .catalogsearch-result-index .main-container {
    position: static;
  }
}

.header .myaccount {
  display: flex;
  /* flex: 1 1 155px; */
  flex: 0 1 155px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

@media (max-width: 992px) {
  .header .myaccount.on {
    z-index: 200;
  }
}

.header .myaccount__header {
  display: flex;
  align-items: center;
  color: var(--color-text);
  font-weight: 600;
  font-size: 0.81rem;
  line-height: 1.1;
}

@media (max-width: 992px) {
  .header .myaccount__header {
    justify-content: center;
    align-items: center;
    width: 3.13rem;
    height: 3.13rem;
  }
}

.header .myaccount__header:hover {
  background: none;
}

.header .myaccount__header>div {
  padding-left: 0.63rem;
}

@media (max-width: 992px) {
  .header .myaccount__header>div {
    display: none;
  }
}

.header .myaccount__header .ico {
  width: 1.38rem;
  height: 1.38rem;
  fill: #e20031;
}

.header .myaccount__header-actions {
  display: flex;
  color: var(--color-link);
  font-weight: 400;
  gap: 5px;
}

.header .myaccount__header-actions a {
  color: currentColor;
}

@media (min-width: 993px) {
  .header .myaccount__header-actions a:hover {
    color: var(--primary);
  }
}

.header .myaccount__content {
  top: 100%;
}

@media (max-width: 992px) {
  .header .myaccount__content {
    top: 0;
    z-index: 100;
  }
}

@media (min-width: 993px) {
  .header .myaccount__content {
    left: -2rem;
    visibility: hidden;
    width: 18.13rem;
    border-top: solid 2px var(--primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.3s;
    transform: translateY(-10px);
  }

  .header .myaccount__content:before {
    position: absolute;
    bottom: 100%;
    left: 2.38rem;
    border-right: solid 5px transparent;
    border-bottom: solid 5px var(--primary);
    border-left: solid 5px transparent;
    content: '';
  }
}

.header .myaccount__content .title {
  position: relative;
  padding: 0.63rem 0;
  border-bottom: solid 1px var(--color-input);
  font-size: 1rem;
}

.header .myaccount__content .title:after {
  position: absolute;
  bottom: -0.06rem;
  left: 0;
  width: 7.19rem;
  height: 0.13rem;
  background: var(--primary);
  content: '';
}

.header .myaccount__login-btn {
  width: 100%;
  height: 2.94rem;
  border-radius: 0;
  background: var(--primary);
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.88rem;
}

.header .myaccount__login-btn:hover {
  background: var(--primary);
}

@media (min-width: 993px) {
  .header .myaccount__login-btn:hover {
    background: var(--primary-hover);
  }
}

.header .myaccount__login .pass {
  padding-bottom: 2rem;
}

.header .myaccount__login input {
  border: solid 1px var(--color-input);
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  font-size: 0.88rem;
}

.header .myaccount__login input::-moz-placeholder {
  color: var(--color-placeholder);
}

.header .myaccount__login input:-ms-input-placeholder {
  color: var(--color-placeholder);
}

.header .myaccount__login input::placeholder {
  color: var(--color-placeholder);
}

.header .myaccount__login input:focus::-moz-placeholder {
  color: transparent;
}

.header .myaccount__login input:focus:-ms-input-placeholder {
  color: transparent;
}

.header .myaccount__login input:focus::placeholder {
  color: transparent;
}

.header .myaccount__login .fields {
  display: block;
}

.header .myaccount__forgot {
  top: 3.13rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
}

.header .myaccount__register {
  margin: 0 auto;
  padding: 0;
  border: 0;
}

.header .myaccount__register h4 {
  position: relative;
  padding: 0.63rem 0;
  border-bottom: solid 1px var(--color-input);
  color: var(--color-text);
  font-weight: 400;
  font-size: 1rem;
}

.header .myaccount__register h4:after {
  position: absolute;
  bottom: -0.06rem;
  left: 0;
  width: 7.19rem;
  height: 0.13rem;
  background: var(--primary);
  content: '';
}

.header .myaccount__register p {
  color: var(--color-text);
  font-weight: 400;
  font-size: 0.69rem;
  line-height: 1.2;
}

.header .myaccount__register-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 2.94rem;
  border-radius: 0;
  background: var(--button-hover);
  box-shadow: none;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.88rem;
}

.header .myaccount__register-btn:hover {
  background: var(--button-hover);
}

@media (min-width: 993px) {
  .header .myaccount__register-btn:hover {
    background: var(--button);
  }
}

@media (min-width: 993px) {
  .myaccount:hover .myaccount__content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 993px) {

  .scrolling--down .header .mycart__content,
  .scrolling--down .header .mycart:before {
    top: 4.88rem;
  }
}

.header .mycart {
  display: flex;
  justify-content: center;
  -ms-grid-row-align: center;
  align-self: center;
  align-items: center;
  height: 100%;
}

.header .mycart:before {
  transition: all 0.2s ease-in-out;
}

.header .mycart:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
}

.header .mycart__content {
  display: none;
}

.header .mycart__header {
  position: relative;
}

.header .mycart__header>a {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .header .mycart__header>a {
    position: relative;
    justify-content: center;
    width: 3.13rem;
    height: 3.13rem;
  }
}

.header .mycart__header .qtd {
  position: absolute;
  top: -0.31rem;
  left: 0.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.31rem;
  height: 1.31rem;
  border-radius: 50%;
  background: var(--primary);
  color: var(--primary-contrast);
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
}

@media (max-width: 992px) {
  .header .mycart__header .qtd {
    top: 0.25rem;
    right: 0;
    left: auto;
  }
}

.header .mycart__header .ico {
  flex: 0 0 23px;
  width: 1.44rem;
  height: 1.38rem;
  fill: var(--color-text);
}

.header .mycart__header .text {
  display: block;
  padding-left: 1.25rem;
  color: var(--color-link);
  font-weight: 400;
  font-size: 0.81rem;
  line-height: 1.1;
}

@media (max-width: 992px) {
  .header .mycart__header .text {
    display: none;
  }
}

.header .mycart__header .price {
  color: var(--color-text);
  font-weight: 600;
}

.mycart__content {
  position: fixed;
  right: 0;
  left: auto;
  z-index: 2;
  padding: 1rem;
  max-width: calc(100% - 50px);
  height: 100%;
  transition: all 0.2s ease-in-out;
  transform: translate3d(100%, 0, 0);
}

.mycart__wrapper[aria-expanded=true] .mycart__content {
  transform: translate3d(0, 0, 0);
}

.mycart__content .title--sm {
  font-size: 1.13rem;
}

.mycart__content .std {
  font-size: 0.88rem;
}

.mycart__close {
  display: flex;
  margin: -1rem;
  margin-bottom: 1rem;
  width: calc(100% + 2rem);
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  font-size: 1rem;
}

.mycart__close:before {
  content: '\f104';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'biz_icons';
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin-right: 1rem;
}

.mycart__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: var(--color-opacity);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.mycart__wrapper[aria-expanded=true] {
  visibility: visible;
  opacity: 1;
}

.mycart__name {
  line-height: 1;
}

.mycart__name a {
  color: var(--color-text);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
}

.mycart__actions a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter {
  margin-top: -1rem;
  padding: 2rem 0;
  width: 100%;
  background: var(--primary);
  color: var(--primary-contrast);
}

.newsletter__form {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 32px);
  width: 77.5rem;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 993px) {
  .newsletter__form {
    flex-wrap: nowrap;
  }
}

.newsletter__form .input-text {
  height: 3.13rem;
  border-radius: 2px;
  box-shadow: none;
}

.newsletter__text {
  display: flex;
  align-items: center;
  color: currentColor;
}

@media (min-width: 993px) {
  .newsletter__text {
    margin-bottom: 0;
  }
}

.newsletter__text h3 {
  font-weight: 400;
  font-size: 0.88rem;
}

.newsletter__text strong {
  display: block;
  padding-bottom: 0.63rem;
  font-size: 1.13rem;
}

.newsletter__text .ico {
  margin-right: 1rem;
  width: 5.38rem;
  height: 3.19rem;
}

.newsletter__submit {
  position: absolute;
  right: 0;
  bottom: 0.75rem;
  padding: 0.56rem 0.75rem;
  height: 3.13rem;
}

.newsletter__submit .btn {
  height: 2.5rem;
  background: var(--color-text);
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
}

@media (min-width: 993px) {
  .newsletter__text {
    flex: 1 1 495px;
    min-width: 0;
  }
}

@media (min-width: 993px) {
  .newsletter__name {
    flex: 1 1 320px;
    min-width: 0;
  }
}

@media (min-width: 993px) {
  .newsletter__email {
    flex: 1 1 420px;
    min-width: 0;
  }
}

.newsletter__email .input-text {
  padding-right: 8.13rem;
}

.owl-carousel,
.jointsales .owl-carousel {
  --color: #c7c7c7;
}

.owl-prev,
.jointsales .owl-prev,
.owl-next,
.jointsales .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 2.38rem;
  height: 3.25rem;
  background: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: var(--color);
  transition: all 0.2s ease-in-out;
}

.owl-prev:before,
.jointsales .owl-prev:before,
.owl-next:before,
.jointsales .owl-next:before {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 1.13rem;
  line-height: 1;
}

@media (min-width: 993px) {

  .jointsales .owl-prev,
  .jointsales .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .jointsales .owl-prev {
    left: 0;
  }

  .jointsales .owl-next {
    right: 0;
  }
}

@media (min-width: 1280px) {
  .products .owl-prev {
    left: -2.5rem;
  }
}

@media (min-width: 1280px) {
  .products .owl-next {
    right: -2.5rem;
  }
}

.product .owl-pagination,
.products .owl-pagination {
  display: none;
}

.product .owl-wrapper-outer,
.products .owl-wrapper-outer {
  margin: -1rem;
  padding: 1rem;
  max-width: none !important;
  width: auto !important;
}

.product__list,
.products__list {
  margin: 0;
}

.product__brands,
.products__brands {
  position: absolute;
  top: 0.63rem;
  left: 0.31rem;
  display: none;
}

.product__brands img,
.products__brands img {
  max-height: 33px;
  width: auto;
  height: auto;
}

.product__title,
.products__title {
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-bottom: solid 1px var(--color-border);
  font-weight: 400;
  font-size: 1.38rem;
}

.product__title a,
.products__title a {
  color: var(--color-more);
  font-size: 0.88rem;
}

@media (max-width: 568px) {

  .product__title a,
  .products__title a {
    display: block;
  }
}

.product__header,
.products__header {
  padding-bottom: 0.94rem;
}

.product__case,
.products__case {
  position: relative;
  padding: 1rem;
  border-radius: 5px;
  background: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 993px) {

  .product__case:hover,
  .products__case:hover {
    z-index: 100;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    backgrond: var(--white);
  }
}

.product__case .old-price .label,
.products__case .old-price .label,
.product__case .regular-price .label,
.products__case .regular-price .label,
.product__case .special-price .label,
.products__case .special-price .label,
.product__case .minimal-price .label,
.products__case .minimal-price .label {
  display: none;
}

.product__case .old-price .price,
.products__case .old-price .price {
  text-decoration: none;
}

.product__case .old-price .price span,
.products__case .old-price .price span {
  color: var(--color-old-price);
  text-decoration: line-through;
  font-weight: 400;
  font-size: 0.88rem;
}

.product__case .regular-price .price span,
.products__case .regular-price .price span,
.product__case .special-price .price span,
.products__case .special-price .price span,
.product__case .minimal-price .price span,
.products__case .minimal-price .price span {
  color: var(--color-special-price);
  font-weight: 500;
  font-size: 1.38rem;
}

.product__case .product-rate,
.products__case .product-rate {
  /* order: -1; */
  padding-bottom: 0.63rem;
}

.product__case .price-box-avista,
.products__case .price-box-avista {
  margin-bottom: 0;
}

.product__case .price-box-avista .label span,
.products__case .price-box-avista .label span,
.product__case .price-box-avista .price span,
.products__case .price-box-avista .price span {
  color: var(--color-payment);
  font-weight: 400;
  font-size: 0.75rem;
}

.product__case .preco-parcelado-sem-juros .upto,
.products__case .preco-parcelado-sem-juros .upto {
  display: none;
}

.product__case .preco-parcelado-sem-juros .num span,
.products__case .preco-parcelado-sem-juros .num span,
.product__case .preco-parcelado-sem-juros .de span,
.products__case .preco-parcelado-sem-juros .de span,
.product__case .preco-parcelado-sem-juros .value span,
.products__case .preco-parcelado-sem-juros .value span,
.product__case .preco-parcelado-sem-juros .s-juros span,
.products__case .preco-parcelado-sem-juros .s-juros span {
  color: var(--color-payment);
  font-weight: 400;
  font-size: 0.75rem;
}

.product__case .preco-parcelado-sem-juros+.preco-parcelado,
.products__case .preco-parcelado-sem-juros+.preco-parcelado {
  display: none;
}

.product__actions,
.products__actions {
  margin-top: auto;
}

@media (min-width: 993px) {

  .product__actions,
  .products__actions {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: translateY(5px);
  }

  .products__case:hover .product__actions,
  .products__case:hover .products__actions {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.product__actions .button,
.products__actions .button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 2.75rem;
  border-radius: 2px;
  background: var(--button);
  box-shadow: none;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 500;
  font-size: 0.88rem;
}

.product__actions .button .ico,
.products__actions .button .ico {
  margin-right: 0.31rem;
  width: 1.44rem;
  height: 1.44rem;
}

.product__main,
.products__main {
  display: flex;
  flex-flow: column nowrap;
}

.product__name,
.products__name {
  order: -2;
  margin-bottom: 0;
  color: var(--color-text);
  font-weight: 600;
  font-size: 1.1rem;
}

.category__products .products .products__prices span.product__economize {
  font-size: .9rem;
  line-height: 1.2em;
  color: #229fee;
  margin-bottom: .65rem;
}

.category__products .products .products__prices .price-box {
  margin-bottom: 0;
}

.category__products .products .products__items {
  position: relative;
  height: 110px;
  overflow: hidden;
}

.category__products .products .products__items:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2em;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.category__products .products .products__items.open {
  height: auto;
}

.category__products .products .products__items.open:after {
  display: none;
}

.product__name:hover,
.products__name:hover {
  color: var(--color-text);
}

.cms-home .main .product,
.cms-home .main .products {
  margin: 2rem 0;
}

.product__items,
.products__items {
  font-size: .81rem;
  font-weight: 400;
  color: var(--color-gray);
  margin: .75rem 0 0;
}

.product__items li,
.products__items li {
  display: flex;
  align-items: center;
}

.product__items li:before,
.products__items li:before {
  display: inline-block;
  margin-right: 0.5rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: var(--color-gray);
  content: '';
}

.product__more,
.products__more {
  display: block;
  font-size: .85rem;
  font-weight: normal;
  color: #007cff;
  margin: .63rem 0;
}

.product__adds,
.products__adds {
  display: flex;
  align-items: center;
}

.product__adds a,
.products__adds a {
  padding: 0.31rem;
  color: #848484;
  font-weight: 400;
  font-size: 0.69rem;
}

.product__adds .link-wishlist,
.products__adds .link-wishlist {
  display: flex;
  align-items: center;
}

.product__adds .link-wishlist .ico,
.products__adds .link-wishlist .ico {
  margin-top: -0.13rem;
  margin-right: 0.19rem;
  width: 0.81rem;
  height: 0.69rem;
  fill: currentColor;
}

.product__payments,
.products__payments {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.31rem 0;
  padding: 0 2rem;
  height: 2.38rem;
  border-radius: 3px;
  background: #f5f5f5;
  color: var(--color-link);
  font-weight: 400;
  font-size: 0.81rem;
}

@media (max-width: 568px) {

  .product__payments,
  .products__payments {
    padding: 0;
  }
}

.product__payments .ico,
.products__payments .ico {
  margin-right: 0.63rem;
  width: 1.38rem;
  height: 1.06rem;
  fill: var(--color-more);
}

.product--list .products__main,
.products--list .products__main {
  flex: 1;
  min-width: 0;
}

.product--list .products__header img,
.products--list .products__header img {
  height: 12.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.product--list .products__case,
.products--list .products__case {
  padding: 0;
  box-shadow: 0 0 0 1px var(--color-border);
  gap: 32px;
}

@media (max-width: 992px) {

  .product--list .products__case,
  .products--list .products__case {
    display: block;
    padding: 1rem;
  }
}

@media (min-width: 993px) {

  .product--list .products__case:hover,
  .products--list .products__case:hover {
    box-shadow: 0 0 0 1px var(--color-border), 0 0 16px rgba(0, 0, 0, 0.2);
    backgrond: var(--white);
  }
}

.product--list .products__actions,
.products--list .products__actions {
  visibility: visible;
  margin: 0;
  opacity: 1;
  transition: none;
  transform: none;
}

@media (min-width: 993px) {

  .product--list .products__actions,
  .products--list .products__actions {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding: 1rem;
    border-left: solid 1px var(--color-border);
  }
}

.product-rate .rating-box:before,
.product-rate .rating-box .rating:before {
  font-size: 1rem;
}

.product-rate .rating-box:before {
  color: var(--color-rating);
}

.product-rate .rating-box .rating:before {
  color: var(--color-rating-active);
}

.rulers {
  display: flex;
  align-items: center;
  line-height: 1;
}

.rulers strong {
  display: block;
}

.rulers .ico {
  margin-right: 0.63rem;
  width: 2.5rem;
  height: 2.5rem;
  fill: var(--color-icon);
}

#banner__regua-de-vantagens {
  margin-top: -1rem;
  border-bottom: solid 1px var(--color-border);
}

#banner__regua-de-vantagens a {
  cursor: none;
  pointer-events: none;
}

#banner__regua-de-vantagens .banner__wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 32px);
  width: 77.5rem;
  width: 1240px !important;
}

@media (min-width: 993px) {
  #banner__regua-de-vantagens .banner__wrapper .owl-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    gap: 16px;
  }

  #banner__regua-de-vantagens .banner__wrapper .owl-wrapper .owl-item {
    flex: 0 0 auto;
    width: auto !important;
  }
}

.header .search__button .ico {
  fill: currentColor;
}

@media (max-width: 568px) {
  .header .search {
    margin-left: auto;
  }

  .header .search.on .search__form .input-box {
    height: 100%;
  }

  .header .search__hide {
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 2.5rem;
    height: 100%;
  }

  .header .search__input {
    max-width: 100%;
    height: 100%;
  }

  .header .search__button {
    height: 100%;
    background: none;
    color: var(--primary);
  }

  .header .search__button .ico {
    width: 1.38rem;
    height: 1.38rem;
  }
}

@media (min-width: 569px) {
  .header .search {
    /* flex: 0 1 555px; */
    flex: 0 1 695px;
    margin: auto;
  }

  .header .search__input {
    padding-right: 3.13rem;
    height: 2.63rem;
    border: solid 1px var(--color-input);
    border-radius: 2px;
    box-shadow: none;
    color: var(--color-text);
    font-weight: reuglar;
    font-size: 0.88rem;
    transition: all 0.2s ease-in-out;
  }

  .header .search__input::-moz-placeholder {
    color: var(--color-placeholder);
  }

  .header .search__input:-ms-input-placeholder {
    color: var(--color-placeholder);
  }

  .header .search__input::placeholder {
    color: var(--color-placeholder);
  }

  .header .search__input:focus {
    border-color: var(--color-text);
  }

  .header .search__input:focus::-moz-placeholder {
    color: transparent;
  }

  .header .search__input:focus:-ms-input-placeholder {
    color: transparent;
  }

  .header .search__input:focus::placeholder {
    color: transparent;
  }

  .header .search__button {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 3.13rem;
    height: 2.63rem;
    background: none;
    box-shadow: none;
    color: var(--color-text) t;
  }

  .header .search__button .ico {
    width: 1.38rem;
    height: 1.38rem;
  }

  .header .search__button:hover {
    background: none;
    color: var(--primary);
  }
}

.sharing-links {
  margin: 1rem 0 !important;
}

.sharing-links .list {
  margin: 0;
}

.sharing-links ul,
.sharing-links li {
  margin: 0;
  list-style-type: none !important;
}

.sharing-links ul {
  gap: 2px;
}

.showcases {
  --bg: #fff;
}

.showcases {
  background: #fff;
}

.showcases a {
  color: var(--color-link);
  font-weight: 400;
  font-size: 0.88rem;
}

.showcases a:hover {
  color: var(--primary);
}

.showcases a.showcases__name {
  color: var(--blue);
  font-size: 1.25rem;
}

.showcases a.showcases__more {
  color: var(--blue);
}

.showcases img {
  width: 14.06rem;
  height: 11.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.showcases__container {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 32px);
  width: 77.5rem;
  padding: 4rem 0;
}

.showcases__list {
  display: flex;
  flex-flow: row wrap;
  gap: 32px;
}

.showcases__item {
  display: flex;
  flex: 1 1 390px;
  align-items: center;
  padding: 1rem;
  min-width: 0;
  background: var(--white);
  gap: 32px;
}

.showcases__figure {
  flex: 0 1 50%;
}

.toolbar .limiter,
.toolbar .sort-by label {
  display: none;
}

.toolbar .amount {
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--color-text);
  opacity: 1;
}

.category-title {
  display: none;
}

@media (min-width: 993px) {
  .catalog-category-view .col-left {
    padding-right: 1rem;
    border-right: solid 1px var(--color-border);
  }
}

@media (min-width: 993px) {
  .catalog-category-view .main-container {
    max-width: 100%;
    width: auto;
    border-bottom: solid 1px var(--color-border);
  }

  .catalog-category-view .main-container .main {
    margin-right: auto;
    margin-left: auto;
    max-width: calc(100% - 32px);
    width: 77.5rem;
  }
}

.catalog-category-view [id*=banner__catalogo-] {
  margin: 2rem 0;
}

.catalog-category-view [id*=banner__catalogo-] .banner__wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 32px);
  width: 77.5rem;
  width: 1240px !important;
}

@media (min-width: 993px) {
  .catalog-category-view [id*=banner__catalogo-] .owl-wrapper {
    display: flex;
    width: 100%;
    gap: 16px;
  }

  .catalog-category-view [id*=banner__catalogo-] img {
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.category-description {
  padding: 0 0 2rem;
  border: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 32px);
  width: 77.5rem;
}

.category-description.std {
  color: #989898;
  font-weight: 400;
  font-size: 0.88rem;
}

.category-description.std h1 {
  color: #828282;
  font-weight: 700;
  font-size: 1.7rem;
}
.category-description.std h2 {
  color: #828282;     
  font-weight: 700;
  font-size: 1.3rem;
}

.category-description.std h3 {
  font-weight: 700;
  font-size: 0.95rem;
}

.category-description.std .blue {
  color: var(--color-more);
}

.category-description.std a {
  color: #003a78;
  font-weight: 400;
  font-size: 0.88rem;
}

.catalog-product-view {
  --bg-gray: #fafafa;
}

#product_addtocart_form {
  gap: 64px;
}

.prod__img,
.prod__shop {
  flex: 1;
  padding-bottom: 2rem;
  min-width: 0;
}

.prod__img {
  position: relative;
}

@media (min-width: 993px) {
  .prod__img {
    box-shadow: 1px 0 0 var(--color-border);
  }
}

.prod__img-container {
  position: relative;
  margin-top: 1rem;
}

.prod__img .product-image {
  width: auto;
  height: 20rem;
  /* pointer-events: none; */
}

.prod__img .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

@media (min-width: 993px) {
  .prod__img .product-image {
    height: 37.5rem;
  }
}

@media (max-width: 992px) {
  .prod__img .product-image {
    margin: 0 -1rem;
  }
}

.prod__img .more-views {
  margin-top: 0.25rem;
}

.prod__img .more-views img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.prod__img .more-views .product-image-thumbs {
  margin: 0;
  gap: 10px;
}

.prod__img .more-views .product-image-thumbs .video {
  display: none;
}

.prod__img .more-views .product-image-thumbs li {
  padding: 0;
  background: var(--bg-gray);
}

.prod__img .more-views .product-image-thumbs .thumb-link {
  border-bottom: solid 2px var(--white);
  border-radius: 0;
}

.prod__img .more-views .product-image-thumbs .thumb-link,
.prod__img .more-views .product-image-thumbs .thumb-link:hover,
.prod__img .more-views .product-image-thumbs .thumb-link.on {
  box-shadow: none;
}

.prod__img .more-views .product-image-thumbs .thumb-link:hover,
.prod__img .more-views .product-image-thumbs .thumb-link.on {
  border-bottom-color: var(--primary);
}

.prod__shop {
  --color-special-price: #3aad2a;
}

.prod__shop .parcelamento {
  display: none;
}

.prod__shop .payments-link {
  color: #229fee;
  font-weight: 400;
  font-size: 0.81rem;
}

.prod__shop .price-box-parcelado {
  margin: 0;
}

.prod__shop .rating-box {
  display: flex;
  align-items: center;
}

.prod__shop .regular-price .label,
.prod__shop .special-price .label,
.prod__shop .old-price .label {
  display: none;
}

.prod__shop .old-price .price span {
  color: var(--color-old-price);
  font-weight: 400;
  font-size: 1.06rem;
}

.prod__shop .regular-price .price span {
  color: var(--color-special-price);
  /* color: #0033a0; */
  font-weight: 500;
  font-size: 1.56rem;
}

.prod__shop .price-box-avista {
  margin-bottom: 1.35rem;
}

.prod__shop .price-box-avista .label span,
.prod__shop .price-box-avista .price span {
  color: var(--color-payment);
  font-weight: 400;
  font-size: 0.75rem;
}

.prod__shop .preco-parcelado-sem-juros .upto {
  display: none;
}

.prod__shop .preco-parcelado-sem-juros .num span,
.prod__shop .preco-parcelado-sem-juros .de span,
.prod__shop .preco-parcelado-sem-juros .value span,
.prod__shop .preco-parcelado-sem-juros .s-juros span {
  color: var(--color-special-price);
  font-weight: 600;
  font-size: 0.88rem;
}

.prod__shop .preco-parcelado-sem-juros+.preco-parcelado {
  /* display: none; */
}

.prod__items {
  padding: 1rem 0 0.31rem;
  color: #7d7d7d;
  font-weight: 400;
  font-size: 0.81rem;
}

.prod__items li {
  display: flex;
  align-items: center;
}

.prod__items li:before {
  display: inline-block;
  margin-right: 0.31rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #7d7d7d;
  content: '';
}

.prod__more {
  color: #007cff;
  font-weight: 400;
  font-size: 0.81rem;
}

.prod__actions {
  padding: 0 0 1rem;
}

@media (min-width: 993px) {
  .prod__actions {
    display: flex;
    gap: 32px;
  }
}

.prod__socials {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  padding: 0.5rem;
  gap: 8px;
}

.prod__socials-play,
.prod__socials-rede {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 3.13rem;
  height: 3.13rem;
  border: solid 1px #eee;
  border-radius: 50%;
  background: var(--white);
  box-shadow: none;
  color: #1947a9;
}

.prod__socials-play .ico,
.prod__socials-rede .ico {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.prod__socials-play:hover,
.prod__socials-rede:hover {
  background: var(--primary);
  color: var(--primary-contrast);
}

.prod__socials-play {
  display: none;
}

.prod__socials-play.on {
  display: flex;
}

.prod__prices,
.prod__call-to-actions {
  flex: 1;
  min-width: 0;
}

.prod__call-to-actions {
  flex: 0 1 270px;
}

.prod__call-to-actions .qty-wrapper {
  display: none !important;
}

.prod__call-to-actions .add-to-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.88rem;
}

.prod__call-to-actions .add-to-cart-btn .ico {
  margin-right: 0.31rem;
  width: 1.44rem;
  height: 1.38rem;
}

.prod__payments-title {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 0.63rem;
  border: solid 1px var(--color-border);
  background: #f7f7f7;
  color: var(--blue);
  font-weight: 500;
  font-size: 1.13rem;
}

@media (max-width: 500px) {
  .prod__payments-title {
    font-size: 0.88rem;
  }
}

.prod__payments-title .ico {
  margin-right: 0.63rem;
  width: 2.25rem;
  height: 1.75rem;
}

.product-view {
  margin-top: -1rem;
}

.product-image-gallery {
  height: 100%;
  box-shadow: none;
}

.zoomContainer {
  pointer-events: none;
}

.product-essential:after {
  display: block;
  height: 0.06rem;
  background: var(--color-border);
  content: '';
}

@media (min-width: 993px) {
  .product-essential:after {
    box-shadow: 800px 0 0 var(--color-border), -800px 0 0 var(--color-border);
  }
}

@media (max-width: 992px) {
  .product-essential:after {
    box-shadow: 300px 0 0 var(--color-border), -300px 0 0 var(--color-border);
  }
}

@media (min-width: 569px) {
  .product-collateral .tabs__tab {
    display: none;
  }
}

.product-collateral .tabs__content {
  border: 0;
  background: var(--black);
}

@media (min-width: 569px) {
  .product-collateral .tabs__content {
    padding: 1rem 0;
  }
}

.product-collateral .tabs__content,
.product-collateral .tabs__content .std {
  max-width: 100%;
  color: var(--white);
}

@media (min-width: 569px) and (min-width: 993px) {
  .product-collateral .tabs__content {
    box-shadow: 800px 0 0 var(--black), -800px 0 0 var(--black);
  }
}

@media (min-width: 569px) and (max-width: 992px) {
  .product-collateral .tabs__content {
    box-shadow: 300px 0 0 var(--black), -300px 0 0 var(--black);
  }
}

#frete__results {
  margin-top: 0.94rem;
}

@media (min-width: 569px) {
  .product-collateral .tabs__tab {
    display: block;
    padding: 12px;
    margin-bottom: 10px;
    line-height: 1.4em;
  }

  .tabs__tab.on {
    font-size: 1.31rem;
  }

  .tabs__tab.on {
    border-bottom: solid;
  }

  .tabs__tab {
    border: none;
  }

  .tabs__content table {
    background: #000;
  }

  .tabs__content table tbody th,
  .tabs__content table tbody td {
    color: #fff
  }
}

/**
 * Igor
 * 22/04/2021
 */

.header+.categories .li--0 .a--0.ofertas {
  color: #e20031;
  font-weight: 500;
}

.header+.categories .li--0 .a--0.ofertas svg.ico {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: .3rem;
}

.parcelamento ul li {
  /* column-width: 300px; */
  break-inside: avoid-column;
  /* flex-wrap: nowrap; */
  height: 3.6rem;
}

.prod__shop .box__parcelamento .parcelamento {
  display: block;
}

.tabs__content .especificacao h2 {
  display: none;
}

.price__custom .special-price .price {
  display: none;
}

.price__custom .price-box-avista .label {
  /* display: none; */
  order: 1;
}

.price__custom .price-box-avista .label span {
  flex: 1 1 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  line-height: 1.1em;
  font-weight: 500;
  color: #777;
}

.price__custom .price-box-avista .price {
  order: 0;
}

.prod__shop .payments-link {
  /* display: none; */
}

.price__custom .price-box-avista .price span {
  color: #3cad29;
  /* color: #0033a0; */
  font-weight: 500;
  font-size: 1.56rem;
}

.price__custom .price-box>*:not(:last-child),
.price__custom .price-box {
  margin-bottom: 0;
}

.price__custom .text {
  font-size: 10px;
  color: #6b6b6b;
}

.price_parcelado {
  display: flex;
  align-items: center;
}

.price-box-parcelado {
  line-height: none;
}

.price_parcelado>span {
  margin-right: .35rem;
}

/**
 * Igor
 * 07/05/2021
 */

@media (max-width: 992px) {
  .product-collateral .descricao-detalhada {
    margin-top: 1rem;
  }

  .product-collateral .descricao-detalhada h1.desc-title, h2.desc-title, h3.desc-title {
    height: auto !important;
    line-height: 1.2em !important;
    padding: .5rem !important;
    font-size: .9rem !important;
  }

  .product-collateral .descricao-detalhada .img {
    flex: 1 1 100% !important;
    height: auto !important;
  }

  .product-collateral .descricao-detalhada .desc-col {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .product-collateral .descricao-detalhada .desc-col .desc-std, 
  .product-collateral .descricao-detalhada .desc-col .desc-img {
    height: auto !important;
  }

  .product-collateral .descricao-detalhada .desc-info-produto .desc-col:first-of-type, 
  .product-collateral .descricao-detalhada .desc-qual-procura .desc-col:nth-child(even), 
  .product-collateral .descricao-detalhada .desc-porque-comprar .desc-col:first-of-type {
    margin-bottom: 1rem !important;
  }

  .product-collateral .descricao-detalhada .desc-video {
    height: auto !important;
    padding: 1rem 0;
  }

  .product-collateral .descricao-detalhada img.desc-video-capa {
    cursor: pointer;
  }

  .product-collateral .descricao-detalhada .desc-col .desc-img img {
    width: 100% !important;
    height: auto !important;
  }

  .product-collateral .descricao-detalhada .desc-qual-procura .desc-col:not(:nth-last-child(-n+2)) {
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .product-collateral .descricao-detalhada .desc-qual-procura .desc-col:nth-child(even):after {
    width: 100% !important;
    transform: none !important;
    left: 0 !important;
  }

  .product-collateral .descricao-detalhada .desc-col .desc-std {
    font-size: .86rem !important;
    line-height: 1.5em !important;
    padding: 0 !important;
  }

  .product-collateral .descricao-detalhada .desc-col .desc-std h3 {
    font-size: .9rem !important;
    line-height: 1.3em !important;
  }

  .product-collateral .descricao-detalhada .desc-col .desc-std:not(.no-border) {
    padding: .8rem !important;
  }

  .product-collateral .descricao-detalhada .desc-porque-comprar h1.desc-title.full {
    margin-top: 1rem;
  }

  .product-collateral .descricao-detalhada .desc-porque-comprar .desc-col.full .desc-std {
    padding: 0 !important;
  }

  .product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table {
    border: none !important;
    padding: 0 !important;
    margin-top: 1rem;
  }

  .product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr {
    height: auto !important;
    border: 1px solid rgb(0 0 0/6%);
    margin-bottom: .5rem;
  }

  .product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr th.label {
    flex: 1 1 100% !important;
    margin: 0 0 .5rem !important;
    background: #f4f4f4 !important;
  }

  .product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr td.data {
    background: none !important;
  }
}

.product-collateral .descricao-detalhada .full {
  max-width: 100% !important;
  width: 100%;
  flex: 1 1 100% !important;
  margin-bottom: 1rem;
}

.product-collateral .descricao-detalhada {
  border: 1px solid rgb(0 0 0 / 10%);
  padding: 1rem;
  border-radius: 5px;
}

.product-collateral .descricao-detalhada .desc-banner-section.banner-topo {
  margin-bottom: 1rem;
}

.product-collateral .descricao-detalhada .desc-banner-section.banner-info-prod {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.product-collateral .descricao-detalhada h1.desc-title, h2.desc-title, h3.desc-title {
  height: 50px;
  font-size: 1.1rem;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 1rem;
  background: #f7f7f7;
}

.product-collateral .descricao-detalhada .banner-info-prod h1.desc-title, h2.desc-title, h3.desc-title {
  font-size: 1.4rem;
}

.product-collateral .descricao-detalhada .img {
  flex: 0 1 66.6%;
  height: 345px;
}

.product-collateral .descricao-detalhada .img img {
  width: 100%;
  height: 100%;
}

.product-collateral .descricao-detalhada .desc-info-regua {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 30%;
  height: 345px;
  background: #1a1922;
  padding: 1rem;
}

.product-collateral .descricao-detalhada .desc-info-regua .desc-info {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.product-collateral .descricao-detalhada .desc-info-regua .desc-info .icon {
  width: 44px;
  height: 42px;
  margin-bottom: .5rem;
}

.product-collateral .descricao-detalhada .desc-info-regua .desc-info .txt {
  font-size: .66rem;
  line-height: 1.3em;
  text-align: center;
  color: #FFF;
}

.product-collateral .descricao-detalhada .desc-info-regua .desc-info .txt strong {
  display: block;
}

.product-collateral .descricao-detalhada .desc-info-regua:before {
  content: '';
  display: block;
  width: calc(100% - 2rem);
  height: 1px;
  background: rgb(255 255 255 / 25%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.product-collateral .descricao-detalhada .desc-info-regua:after {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 2rem);
  background: rgb(255 255 255 / 25%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%);
}

.product-collateral .descricao-detalhada .desc-row-wrap {
  display: flex;
  flex-flow: row wrap;
}

.product-collateral .descricao-detalhada .desc-col h1.desc-title, h2.desc-title, h3.desc-title {
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.product-collateral .descricao-detalhada .desc-col .desc-std {
  /* height: calc(100% - (50px + 1rem)); */
  font-size: 1rem;
  line-height: 1.6em;
  color: #000;
  text-align: justify;
  border: 1px solid rgb(0 0 0 / 6%);
  padding: 2.5rem 1rem;
}

.product-collateral .descricao-detalhada .desc-col .desc-std h3 {
  font-size: 1.1rem;
  line-height: 1.5em;
  margin-bottom: .7rem;
}

.product-collateral .descricao-detalhada .desc-col {
  position: relative;
  flex: 1 1 50%;
  max-width: calc(50% - .5rem);
  min-height: inherit;
  height: 100%;
}

.product-collateral .descricao-detalhada .desc-info-produto .desc-col:first-of-type, 
.product-collateral .descricao-detalhada .desc-qual-procura .desc-col:nth-child(even), 
.product-collateral .descricao-detalhada .desc-porque-comprar .desc-col:first-of-type {
  margin-right: 1rem;
}

.product-collateral .descricao-detalhada .desc-qual-procura .desc-col:nth-last-child(-n+2):after {
  display: none;
}

.product-collateral .descricao-detalhada .desc-qual-procura .desc-col:nth-child(even):after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  width: calc(100% * 2 + 1rem);
  height: 4px;
  background: rgb(247 247 247);
  /* transform: translateX(-50%);*/
}

.product-collateral .descricao-detalhada .desc-qual-procura .desc-col.full:nth-child(odd):after {
  width: 100%;
  transform: none;
  left: 0;
}

.product-collateral .descricao-detalhada .desc-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: calc(100% - (50px + 1rem)); */
  height: 100%;
  background: #f5f5f5;
}

.product-collateral .descricao-detalhada .desc-col .desc-img img {
  display: block;
  width: auto;
  height: 100%;
  border-radius: 4px;
  margin: 0 auto;
}

.product-collateral .descricao-detalhada .desc-qual-procura .desc-col .desc-std {
  border: none;
}

.product-collateral .descricao-detalhada .desc-qual-procura .desc-col:not(:nth-last-child(-n+2)) {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.product-collateral .descricao-detalhada .desc-qual-procura .desc-col.full .desc-std {
  text-align: center;
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.product-collateral .descricao-detalhada .desc-col .desc-std.no-border {
  border: none;
}

.product-collateral .descricao-detalhada .desc-porque-comprar .desc-col {
  margin-bottom: 1rem;
}

.product-collateral .descricao-detalhada .desc-porque-comprar .desc-col.full .desc-std {
  padding: 1rem;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.product-collateral .descricao-detalhada .desc-atributos {
  border: 1px solid rgb(0 0 0/6%);
  padding: 1rem;
}

.product-collateral .descricao-detalhada .desc-atributos > h2 {
  display: none;
}

.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table {
  display: block;
  border: 1px solid rgb(0 0 0/6%);
  padding: 1rem;
}

.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table * {
  border: none;
}

.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr {
  display: flex;
  flex-flow: row wrap;
  /* height: 35px; */
}

.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr th, 
.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr td {
  min-height: 35px;
}

.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr:nth-child(odd) th.label, 
.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr:nth-child(odd) td.data {
  background: #f4f4f4;
}

.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr th.label {
  display: block;
  flex: 0 1 240px;
  font-size: .86rem;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #000;
  vertical-align: middle;
  margin-right: .8rem;
  padding: .5rem!important;
  align-self: center;
}

.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr td.data {
  display: block;
  flex: 1 1 auto;
  font-size: .86rem;
  line-height: 1.5em;
  color: #000;
  vertical-align: middle;
  padding: .5rem!important;
  align-self: center;
}

.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr td.data p, 
.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr td.data ul li {
  /* display: inline; */
}

.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr td.data p:not(:last-child):after, 
.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr td.data ul li:not(:last-child):after {
  /* content: ', '; */
  /* content: ' | '; */
  /* margin: 0 .5rem; */
}

.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table tbody tr td.data ul li {
  list-style: inside;
}

.product-collateral .descricao-detalhada .desc-atributos .desc-col .desc-std {
  padding: 0;
}

.product-collateral .descricao-detalhada .desc-video-inst {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 2rem);
  background: #2d2d30;
  padding: 2rem;
  margin: -1rem;
}

.product-collateral .descricao-detalhada .desc-video-inst .desc-col {
  flex: 1 1 100%;
  max-width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.product-collateral .descricao-detalhada .desc-video-inst .desc-col img.desc-img {
  margin-bottom: 1rem;
}

.product-collateral .descricao-detalhada .desc-video-inst .desc-col h2.desc-inst-title {
  font-size: 1.3rem;
  line-height: 1.4em;
  color: #FFF;
  text-align: center;
  font-weight: 200;
  margin-bottom: 1.5rem;
}

.product-collateral .descricao-detalhada .desc-video-inst .desc-col .desc-video {
  background: transparent;
}

/**
 * Igor
 * 13/05/2021
 */

.header .myaccount__content .title, 
.header .myaccount__content .mymenu {
  display: none;
}

.header .myaccount__content .mymenu-js .ul--0 .li--0 {
  padding: .5rem 0;
  margin-left: .5rem;
}

.header .myaccount__content .mymenu-js .ul--0 .li--0 a {
  display: flex;
  align-items: center;
  flex-flow: row;
  font-size: 1rem;
  line-height: 1.4em;
  color: var(--color-text);
}

.header .myaccount__content .mymenu-js .ul--0 .li--0 a:hover {
  color: #000;
}

.header .myaccount__content .mymenu-js .ul--0 .li--0 a:hover svg.ico {
  fill: rgb(0 0 0 / 80%);
  color: rgb(0 0 0 / 80%);
}

.header .myaccount__content .mymenu-js .ul--0 .li--0 a svg.ico {
  margin-right: .8rem;
  fill: rgb(0 0 0 / 40%);
  color: rgb(0 0 0 / 40%);
}

.header .myaccount__content .mymenu-js .ul--0 .li--0.delivery-js a svg.ico {
  width: 1.2rem;
  height: 1.2rem;
}

.header .myaccount__content .mymenu-js .ul--0 .li--0.orders-js a svg.ico {
  width: .9rem;
  height: .9rem;
}

.products .products__header > .products__labels, 
.products .product__header > .products__labels, 
.prod__img .products__labels {
  display: block;
  width: 100%;
  position: absolute;
  top: .5rem;
  left: .5rem;
}

.products .products__header > .products__labels .prolabel, 
.products .product__header > .products__labels .prolabel, 
.products .products__label-fixed .prolabel, 
.prod__img .products__labels .prolabel {
  display: inline-block;
  width: fit-content;
  position: relative;
  left: auto !important;
}

.products .products__header > .products__labels .prolabel:not(:last-child), 
.products .product__header > .products__labels .prolabel:not(:last-child), 
.products .products__label-fixed .prolabel:not(:last-child), 
.prod__img .products__labels .prolabel:not(:last-child) {
  margin-right: .5rem;
}

.products .products--list .products__main .products__label-fixed {
  width: 100%;
  position: absolute;
  top: .5rem;
  left: 0;
}

.products .products__actions .btn-cart.disabled {
  background: var(--color-gray);
}

@media (min-width: 993px) {
  .products .products--list .products__main {
    position: relative;
    height: 100%;
    padding: 2.5rem 0 1rem;
  }

  .product-collateral .descricao-detalhada .desc-video iframe {
    width: 100%;
    /* min-height: 60vh; */
    height: 100%;
  }

  .product-collateral .descricao-detalhada .desc-video-inst .desc-video iframe {
    min-height: 60vh;
  }
}

@media (max-width: 992px) {
  .products .products--list .products__main .products__label-fixed {
    width: fit-content !important;
    top: 0 !important;
  }

  .product-collateral .desc-additional {
    padding: 1rem 0 !important;
    height: auto !important;
  }

  .product-collateral .desc-additional .desc-preco-baixo, 
  .product-collateral .desc-additional .desc-avaliacoes {
    max-width: calc(100% - 2rem) !important;
    flex: 1 1 100% !important;
    padding: 1rem !important;
    margin: 0 !important;
  }

  .product-collateral .desc-additional .desc-preco-baixo h1.desc-preco-baixo-title {
    font-size: 1.3rem !important;
  }

  .product-collateral .desc-additional .desc-preco-baixo {
    margin-bottom: 1rem !important;
  }

  .product-collateral .desc-additional .desc-avaliacoes h2.desc-title-avaliacao {
    text-align: center !important;
  }

  .product-collateral .desc-additional .desc-avaliacoes ul.desc-lista-avaliacao > li {
    padding: .6rem 0 .6rem 3rem !important;
  }

  .product-collateral .desc-additional .desc-avaliacoes ul.desc-lista-avaliacao > li:before {
    width: 35px !important;
    height: 32px !important;
    top: .6rem !important;
    left: calc((3rem / 2) - (35px / 2)) !important;
  }
}

.products__case .price-box-avista .label .percent {
  /* display: none; */
}

.products .products__main .price-box, 
.products .product__main .price-box {
  margin-bottom: .65rem;
}

.products .products__main .product__economize, 
.products .product__main .product__economize {
  /* display: none; */
  font-size: .9rem;
  line-height: 1.2em;
  color: #229fee;
  margin-bottom: .65rem;
}

.prod__prices .price__custom .product__economize {
  /* display: none; */
  font-size: .8rem;
  line-height: 1.2em;
  color: #229fee;
  margin: .25rem 0;
  flex: 1 1 100%;
}

.product-collateral .desc-additional {
  width: calc(100% + 2rem);
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  background: #f6f6f6;
  position: relative;
  left: -1rem;
  margin: 1rem 0rem -1rem;
}

.product-collateral .desc-additional .desc-preco-baixo {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex: 0 1 38%;
  height: calc(100% - 100px);
  background: #ffffff;
  margin-right: 1.7rem;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
}

.product-collateral .desc-additional .desc-avaliacoes {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex: 0 1 48%;
  height: calc(100% - 100px);
  background: #ffffff;
  border-radius: 5px;
  padding: 2rem;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
}

.product-collateral .desc-additional .desc-preco-baixo img.desc-img {
  margin-bottom: 1rem;
}

.product-collateral .desc-additional .desc-preco-baixo h1.desc-preco-baixo-title {
  font-size: 1.8rem;
  line-height: 1.1em;
  font-weight: 200;
  text-align: left;
  margin-bottom: 1.5rem;
}

.product-collateral .desc-additional .desc-preco-baixo .desc-txt {
  font-size: .85rem;
  line-height: 1.3em;
  color: #666666;
}

.product-collateral .desc-additional .desc-avaliacoes img.desc-img-avaliacao {
  margin-bottom: 1.5rem;
}

.product-collateral .desc-additional .desc-avaliacoes h2.desc-title-avaliacao {
  font-size: 1.3rem;
  line-height: 1.1em;
  font-weight: 500;
  color: #389d3d;
  margin-bottom: 1.5rem;
}

.product-collateral .desc-additional .desc-avaliacoes ul.desc-lista-avaliacao > li {
  position: relative;
  font-size: .85rem;
  line-height: 1.4em;
  color: #666666;
  padding: .6rem 0 .6rem 3.5rem;
  margin-bottom: 1rem;
}

.product-collateral .desc-additional .desc-avaliacoes ul.desc-lista-avaliacao > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  height: 40px;
  background: url('/media/interface/images/icone-avaliacao-positiva.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.prod__items li:empty {
  display: none;
}

.product__case .sku, 
.products__case .sku {
  color: #999;
  font-size: 0.8rem;
  display: block;
  padding: 0.31rem 0;
  text-transform: uppercase;
}

.catalog-category-view .category-description {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}

.catalog-category-view .category-description img {
  width: 100%;
}

.catalog-category-view .category-description a[name="leiamais"] {
  display: block;
}

.catalog-category-view .category-description a[name="leiamais"]:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 2rem;
  width: 100%;
  height: 2rem;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.prod__duvidas-tecnicas {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  /* margin-top: 2rem; */
}

.prod__duvidas-tecnicas > img {
  margin-right: .5rem;
}

.prod__duvidas-tecnicas span.txt strong {
  font-size: 1.1rem;
  line-height: 1.3em;
  font-weight: 600;
  color: #333;
}

.prod__duvidas-tecnicas span.txt {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  font-size: .9rem;
  line-height: 1.3em;
  color: #7d7d7d;
  margin-right: 1rem;
}

.prod__duvidas-tecnicas button.btn-chat {
  font-size: .9rem;
  line-height: 1.2em;
  color: #FFF;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-radius: 5px;
  box-shadow: none;
  background: #0757ff;
  padding: .35rem 1.25rem;
}

.prod__duvidas-tecnicas button.btn-chat::before {
  content: '';
  display: inline-block;
  background: url('/media/interface/images/icone-chat.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 19px;
  margin-right: .5rem;
}

.prod__shop .frete .frete__results .title {
  display: none;
}

@media (max-width: 568px) {
  .prod__duvidas-tecnicas {
    display: grid !important;
    grid-template-columns: repeat(3, 33.33%);
    row-gap: 10px;
    grid-template-areas:
      "img txt txt"
      "button button button";
  }

  .prod__duvidas-tecnicas > img {
    grid-area: img;
  }

  .prod__duvidas-tecnicas span.txt {
    grid-area: txt;
  }

  .prod__duvidas-tecnicas button.btn-chat {
    grid-area: button;
    justify-content: center;
  }

  .prod__name h1 {
    font-size: 1.5rem !important;
  }
}

.product-options .configurable .configurable__content select {
  font-family: 'Montserrat', sans-serif;
  font-size: .825rem;
  line-height: 1.2em;
  font-weight: 500;
  height: 3.3rem;
  border: solid 1px rgb(0 0 0 / 10%);
}

.prod__shop .old-price {
  margin-bottom: .35rem;
}

.price__custom .price-box-avista + .text {
  display: none;
}

.price__custom .price-box-avista:after {
  content: 'à vista com desconto no boleto bancário';
  display: none;
  font-size: 11px;
  color: #6b6b6b;
  flex: 1 1 100%;
  font-family: 'Montserrat', sans-serif;
}

.prod__actions .price__custom {
  margin-bottom: 1rem;
}

.prod__shop .price_parcelado span, 
.prod__shop .price_parcelado strong {
  font-family: 'Montserrat', sans-serif;
  font-size: .97rem !important;
  line-height: 1.6em !important;
  font-weight: 500;
  letter-spacing: .5px;
  color: #3cad29 !important;
}

.prod__shop .frete .frete__form .input-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.prod__shop .price_parcelado > span {
  display: none;
}

.product-options .configurable .configurable__option label {
  display: none;
}

.prod__shop .special-price .price span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 500;
  color: #6b6b6b;
  flex: 1 1 100%;
}

.prod__img .prod__socials .prod__socials-rede {
  position: relative;
}

.prod__img .prod__socials .prod__socials-rede::after {
  content: 'Compartilhar';
  display: none;
  position: absolute;
  top: calc(100% + .5rem);
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  background: #229fee;
  font-size: .7rem;
  color: #FFF;
  padding: .45rem .5rem;
  border-radius: 3px;
}

.prod__img .prod__socials .prod__socials-rede::before {
  content: '';
  display: none;
  position: absolute;
  bottom: -.5rem;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #229fee;
}

.prod__img .prod__socials .prod__socials-rede:hover::after, 
.prod__img .prod__socials .prod__socials-rede:hover::before {
  display: block;
}

.product__items p, 
.products__items p {
  line-height: 1.6em;
}

.product-essential .products__items {
  overflow: hidden;
}

.product-essential .products__items + .products__more {
    position: relative;
    top: -1.8rem;
    right: 0;
    bottom: auto;
    text-align: right;
    z-index: 8;
}

.product-essential .products__items + .products__more::before {
    content: '';
    display: block;
    width: 140px;
    height: 1.4rem;
    position: absolute;
    top: unset !important;
    left: auto !important;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.products .products__list + .ias-trigger button {
  width: 100%;
  background: #f1f1f1;
  box-shadow: none;
  color: #0f3fa6;
  border-radius: 6px;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 400;
}

.jointsales__current+.jointsales__list .jointsales__item:not(:last-child) {
  position: relative;
}

.jointsales__current+.jointsales__list .jointsales__item:not(:last-child):after {
  content: '+';
  position: absolute;
  right: -1.6rem;
  top: calc(50% + -.5rem);
  width: 3.13rem;
  height: 3.13rem;
  border: solid 1px #eaeaea;
  border-radius: 50%;
  background: #FFF;
  font-size: 2rem;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-product-view .products__list .product__name {
  font-size: .85rem;
  line-height: 1.2em;
  font-weight: 400;
}

.catalog-product-view .products__list span.product__economize {
  font-size: .8rem;
}

/**
 * Igor
 * 11/06/2021
 */

@media (min-width: 993px) {
  .prod__shop .col {
    display: flex;
    flex-flow: row wrap;
  }
  
  .prod__shop .col .prod__name, 
  .prod__shop .col .product-rate, 
  .prod__shop .col .products__items, 
  .prod__shop .col .products__more {
    flex: 1 1 100%;
  }
  
  .prod__shop .col .prod__actions {
    flex: 1 1 50%;
  }
}

.prod__shop .price-box-parcelado .preco-parcelado-sem-juros span.s-juros {
  display: none;
}

.prod__shop .price-box-parcelado .preco-parcelado-sem-juros:after {
  content: 'à vista sem juros no cartão';
  display: block;
  font-size: .7rem;
  line-height: 1.3em;
}

/**
 * Igor
 * 11/06/2021
 */

.products__list .product__header {
  position: relative;
}

.products--list .products__header .label_logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: calc(100px + 1rem);
  height: auto !important;
  padding: .5rem;
  filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 50%));
}

.products__list .product__header .label_logo {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: calc(75px + 1rem);
  height: auto !important;
  padding: .5rem;
  filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 50%));
  z-index: 9;
}

.products--list .products__actions .products__prices {
  display: flex;
  flex-flow: column;
}

.products--list .products__actions .products__prices .price-box {
  order: 0;
}

.products--list .products__actions .products__prices .price-box-avista {
  order: 1;
  margin: -.4rem 0 0;
}

.products--list .products__actions .products__prices .product__economize {
  order: 2;
}

.products--list .products__actions .products__prices .price-box-parcelado {
  order: 3;
  margin-bottom: 0;
}
.products--list .products__actions .products__prices .price-box .special-price {
  display: none;
}

.products--list .products__actions .products__prices .price-box-avista span.price span {
  color: var(--color-special-price);
  font-weight: 500;
  font-size: 1.38rem;
}

.products--list .products__actions .products__prices .price-box-avista span.label {
  order: 1;
  margin: 0;
}

.products--list .products__actions .products__prices .price-box-avista span.price {
  order: 0;
  flex: 0 1 auto;
  margin-right: .5rem;
}

.products--list .products__actions .products__prices .product__economize {
  margin: .3rem 0!important;
}

.products--list .products__actions .products__prices .price-box-parcelado .preco-parcelado-sem-juros .num span, 
.products--list .products__actions .products__prices .price-box-parcelado .preco-parcelado-sem-juros .value span, 
.products--list .products__actions .products__prices .price-box-parcelado .preco-parcelado-sem-juros .s-juros span {
  color: #333333 !important;
  font-weight: 600 !important;
}

.jointsales .owl-wrapper-outer {
  height: auto !important;
}

.jointsales__current .info .price-box .old-price {
  margin-bottom: .15rem;
}

.jointsales__current .info .price-box .price-box-avista, 
.jointsales__list .info .price-box .price-box-avista {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0;
}

.jointsales__current .info .price-box .price-box-avista span.price {
  order: 0;
  flex: 0 0 auto;
  margin-right: .5rem;
}

.jointsales__current .info .price-box .price-box-avista span.label {
  display: none;
  order: 1;
}

.jointsales__current .info .price-box .price-box-avista span.price span, 
.jointsales__list .info .price-box .price-box-avista span.price span {
  font-size: 1.38rem;
  font-weight: 500;
  color: var(--color-special-price);
}

.jointsales__current .info .price-box .price-box-parcelado .preco-parcelado, 
.jointsales__list .info .price-box .preco-parcelado {
  display: none;
}

.jointsales__current .info .price-box .price-box-parcelado .preco-parcelado-sem-juros span > span, 
.jointsales__list .info .price-box .preco-parcelado-sem-juros span > span {
  font-family: montserrat,sans-serif;
  font-size: .73rem;
  line-height: 1.2em;
  flex: 1 1 100%;
  font-weight: 500;
  color: #6b6b6b;
}

.jointsales__current .info .price-box .price-box-avista span.product__economize, 
.jointsales__list .info .price-box .price-box-avista span.product__economize {
  font-size: .9rem;
  line-height: 1.2em;
  color: #229fee;
  margin: .45rem 0;
}

.jointsales__current .info .price-box .price-box-avista:after, 
.jointsales__list .info .price-box .price-box-avista:after {
  content: 'à vista com desconto no boleto bancário';
  font-family: montserrat,sans-serif;
  font-size: .73rem;
  line-height: 1.2em;
  flex: 1 1 100%;
  font-weight: 500;
  color: #6b6b6b;
}
/**
 * Igor
 * 28/06/2021
 */

@media (min-width: 993px) {
  .footer-container .footer__payment .footer__title {
    margin-bottom: 2.1rem;
  }

  .footer-container .footer__payment .pays__item img.pays__img {
    height: 2.5rem !important;
  }
}

.footer .mymenu .icon-rs {
  margin-bottom: 0.5rem;
}

.footer .mymenu .icon-rs::before {
  content: 'RS';
  font-size: .55rem;
  line-height: 1em;
  font-weight: 100;
  background: #e20031;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  color: rgb(255 255 255 / 100%);
  margin-right: .19rem;
  vertical-align: middle;
}

/**
 * Igor
 * 02/07/2021
 */

@media (min-width: 769px) {
  .aviso-desconto.active {
    max-height: 50px !important;
    height: 50px;
    border: 1px solid #bce8f1;
  }
}

@media (max-width: 768px) {
  .aviso-desconto.active {
    max-height: 100px !important;
    height: 100px;
    border: 1px solid #bce8f1;
  }
}

.descricao-detalhada #banner__prod-desc-topo .banner__link {
  pointer-events: none;
}

.descricao-detalhada #banner__prod-desc-topo .banner__link:hover {
  opacity: 1;
}

.aviso-desconto {
  max-height: 0px;
  overflow: hidden;
  border: none;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.aviso-desconto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d9edf7;
  color: #31708f;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
}

.aviso-desconto .icon-warning {
  background: rgb(49 112 143 / 85%);
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 .8rem;
  margin-right: .8rem;
  border-radius: 5px 0 0 5px;
}

.aviso-desconto .icon-warning:before {
  color: #f3f3f3;
  font-size: 1.4rem;
  line-height: 1.1em;
}

.aviso-desconto p.message {
  font-size: 1rem;
  line-height: 1.2em;
}

/**
 * Igor
 * 07/07/2021
 */

@media (max-width: 768px) {
  ul.parcelamento_inteligente-table .table-body {
    flex-flow: row wrap !important;
    max-height: 100% !important;
  }

  .parcelamento_inteligente-table .table-body div {
    width: 100% !important;
  }

  ul.parcelamento_inteligente-table li.table-prices-title:not(:first-child),
  ul.parcelamento_inteligente-table li.table-discount-title:not(:nth-child(2)) {
    display: none;
  }

  ul.parcelamento_inteligente-table li.table-prices-title:first-child {
    width: calc(60% - 1px);
  }

  ul.parcelamento_inteligente-table li.table-discount-title:nth-child(2) {
    width: calc(40% + 1px);
    border-right: 1px solid #e8e8e8;
  }

  ul.parcelamento_inteligente-table .table-body div li.table-prices div {
    padding-left: 1rem;
  }
}

.prod__shop .price-box .regular-price,
.products .price-box .regular-price {
  display: none;
}

.prod__shop .price-box-parcelado .preco-parcelado span>span {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-special-price);
}

.prod__shop .price-box-parcelado .preco-parcelado:after {
  content: 'à vista sem juros no cartão de crédito';
  display: none;
  font-size: .7rem;
  line-height: 1.3em;
}

.frete {
  width: 100%;
}

.parcelamento_inteligente-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f1f1f1 !important;
  border: 1px solid #e8e8e8;
  line-height: 45px !important;
}

.parcelamento_inteligente-header .card-icon {
  width: 36px;
  height: 28px;
  margin-right: .25rem;
}

.parcelamento_inteligente-header span {
  position: relative;
  padding-bottom: 0.8rem;
}

.parcelamento_inteligente-header span::before {
  content: 'Quanto menos parcelas mais descontos';
  width: 100%;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: .725rem;
  font-size: .7rem;
  line-height: 1.2em;
  color: #7d7d7d;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

ul.parcelamento_inteligente-table .table-body div li:nth-of-type(2) {
  border-right: none !important;
}

ul.parcelamento_inteligente-table .table-body {
  border-right: 1px solid #e8e8e8;
}

ul.parcelamento_inteligente-table li.table-prices-title {
  padding: 0 0 0 1rem;
  justify-content: left !important;
}

ul.parcelamento_inteligente-table li.table-prices-title,
ul.parcelamento_inteligente-table li.table-discount-title {
  font-size: .8rem !important;
  line-height: 1.2em;
}

ul.parcelamento_inteligente-table .table-body div li.table-prices div {
  display: flex;
  flex-flow: row wrap;
  font-size: .9rem;
  line-height: 1.1em;
}

.parcelamento_inteligente-table .table-body div li span.table-installment_price {
  font-weight: 600;
  margin-left: .25rem;
}

.parcelamento_inteligente-table li span.table-price {
  font-size: .735rem;
  line-height: 1.1em;
}

.prod__shop .price-box-avista .label span {
  font-size: .7rem !important;
  line-height: 1.3em !important;
  color: #777 !important;
}

.descricao-detalhada #banner__prod-desc-topo a.banner__link {
  pointer-events: none;
}

.products .price-box-avista span.label {
  margin: 0 0 2px -4px !important;
}

.products .products__prices .price-box-parcelado span>span {
  font-size: .75rem;
  line-height: 1.1em;
}

.products .products__prices .price-box-parcelado span.num>span,
.products .products__prices .price-box-parcelado span.value>span,
.products .products__prices .price-box-parcelado span.s-juros>span {
  color: #333333 !important;
  font-weight: 600 !important;
}

.products .products__prices .price-box-avista .label span {
  display: none;
}

.products .products__prices .price-box-avista .label::before {
  content: 'à vista no boleto';
  font-size: .75rem;
  line-height: 1.1em;
  font-weight: 400;
  color: var(--color-payment);
}

.products .products__prices {
  margin-bottom: .5rem;
}

.products .owl-item .price-box-avista span.label {
  margin: 0 .5rem 0 0 !important;
}

/**
 * Igor
 * 13/07/2021
 */

.price-box-parcelado .preco-parcelado .num span,
.price-box-parcelado .preco-parcelado .de span,
.price-box-parcelado .preco-parcelado .value span,
.price-box-parcelado .preco-parcelado .s-juros span {
  color: var(--color-payment);
  font-weight: 400;
  font-size: .75rem;
}

.products .products__prices {
  margin-bottom: .5rem;
}

.products .owl-item .price-box-avista span.label {
  margin: 0 .5rem 0 0 !important;
}

.owl-item .products .price-box .regular-price {
  display: block !important;
}

.prod__shop .price-box-parcelado .preco-parcelado .s-juros {
  display: none;
}

.prod__shop .price-box-parcelado .preco-parcelado span.txt-desconto span {
  display: block;
  font-size: .7rem !important;
  line-height: 1.3em !important;
  font-weight: 400;
  color: #777 !important;
}

.prod__shop .price-box-parcelado .preco-parcelado:before {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-special-price);
}

/**
 * Igor
 * 22/07/2021
 */

@media (max-width: 568px) {
  .product-collateral .descricao-detalhada .desc-video-inst .desc-video iframe {
    /* min-height: 60vh; */
    width: 100%;
    height: 220px;
  }
}

/**
 * Igor
 * 04/08/2021
 */

.desc-preco-baixo-txt h1, 
.desc-preco-baixo-txt h2, 
.desc-preco-baixo-txt h3, 
.desc-preco-baixo-txt h4 {
    font-size: 1.4rem;
    line-height: 1.4em;
    font-weight: 300;
    margin-bottom: 1rem;
}

.desc-preco-baixo-txt p {
    font-size: .85rem;
    line-height: 1.4em;
    color: #666666;
    margin-bottom: 1rem;
}

.product-collateral .desc-additional .desc-avaliacoes h2.desc-title-avaliacao * {
    font-size: 1.3rem;
    line-height: 1.1em;
    font-weight: 500;
    color: #389d3d;
}

/**
 * Igor
 * 16/08/2021
 */

@media (max-width: 568px) {
    body #privacy-popup {
    	max-width: calc(100% - 2rem) !important;
	}
}

body #privacy-popup {
  max-width: 390px;
  bottom: 1rem;
  left: 1rem;
  background: rgb(29 30 27 / 95%) !important;
  border: 2px solid rgb(0 0 0);
  border-radius: 5px;
  box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 50%);
}

#privacy-popup #privacy-popup-block p, 
#privacy-popup #privacy-popup-block span {
  display: inline-block;
  font-size: .9rem;
  line-height: 1.3em;
  color: #e6e6e6;
}

#privacy-popup #privacy-popup-block p > a {
  display: inline-block;
  font-size: .9rem;
  line-height: 1.4em;
  color: #e20031;
  font-weight: 600;
  text-decoration: underline;
  margin: 0 !important;
}

#privacy-popup #privacy-popup-close {
  display: none;
}

#privacy-popup #privacy-popup-close-accept {
  background: #e20031;
  font-size: .9rem;
  line-height: 1.5em;
  color: #e6e6e6;
  padding: .5rem 1rem;
  max-width: fit-content;
  margin: 1rem auto 0;
  border-radius: 4px;
}

/*
* Priscila - AG-596
*/ 
.products--list .products__actions .products__prices .price-box-avista {
    margin: .5rem 0 .3rem;
}
.price-box-parcelado {
    line-height: 1.2rem;
}
.price__custom .price-box>*:not(:last-child), .price__custom .price-box {
    margin-bottom: 0.5rem;
}

.price-bundle .price-to {
    margin-bottom: 0.5rem;
}
.price-as-configured {
    color: #333333;
    line-height: 1.3rem;
    margin-bottom: 1rem;
}

.price-box.price-bundle .label {
    font-size: .7rem!important;
    line-height: 1.3em!important;
    color: #777!important;
}
.price__custom .price-box>*:not(:last-child) .price, .price__custom .price-box .price, .price-from .price, .price-to .price {
    color: #152f6d;
    font-size: 15px;
    font-weight: 600;
}

/*
* Priscila - AG-591
*/
.parcelamento .parcela {
    font-size: 0.88rem;
}
.parcelamento .title {
    font-size: 20px;
    align-items: center;
    justify-content: center;
}
.parcelamento .title span {
    left: 0;
}
.parcelamento svg.ico {
    width: 32px !important;
    height: 24px !important;
    left: 0;
    margin-right: 7px;
}

/*
* Priscila - AG-596
*/ 
.products--list .products__actions .products__prices .price-box-avista {
    margin: .5rem 0 .3rem;
}
.price-box-parcelado {
    line-height: 1.2rem;
}
.price__custom .price-box>*:not(:last-child), .price__custom .price-box {
    margin-bottom: 0.5rem;
}

.price-bundle .price-to {
    margin-bottom: 0.5rem;
}
.price-as-configured {
    color: #333333;
    line-height: 1.3rem;
    margin-bottom: 1rem;
}

.price-box.price-bundle .label {
    font-size: .7rem!important;
    line-height: 1.3em!important;
    color: #777!important;
}
.price__custom .price-box>*:not(:last-child) .price, .price__custom .price-box .price, .price-from .price, .price-to .price {
    color: #152f6d;
    font-size: 15px;
    font-weight: 600;
}
.parcelamento .title {
    display: flex;
}
@media (max-width: 568px) {
    .parcelamento .ul-header li {
        font-size: 14px;
    }
    .parcelamento .title {
    	font-size: 15px;
    }
}
.prod__shop .price-box-avista .price {
    flex: 1 1 100%;
}

.prod__shop .price-box-parcelado .preco-parcelado-sem-juros:after {
    content: 'à vista sem juros no cartão de crédito';
}

@media (max-width: 568px) {
    .tabs__tab.on {
        font-size: 0.88rem;
    }
}
.freeproduct-link {
    justify-content: flex-start;
}

/**
* [AG-600]
 * Igor
 * 19/10/2021
 */

.product-view .jointsales .jointsales__items .jointsales__row:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    border-bottom: solid 1px #ddd;
}

/**
* Daniel
*/
.prod__shop .price-box-avista .price {
    flex: 1 1 100%;
}

.prod__shop .price-box-parcelado .preco-parcelado-sem-juros:after {
    content: 'à vista sem juros no cartão de crédito';
}

.prod__shop .col > .add-to-cart {
    margin: 1rem 0;
}
.prod__shop .col > .add-to-cart ~ .prod__actions {
    display: none;
}
.prod__img .more-views .product-image-thumbs .thumb-link {
  border-bottom: solid 2px var(--white);
  border-radius: 3px;					 
				   
}   

.parcelamento .juros .am{
    display: none
}
.parcelamento .parcela .valor{
    color: #121212;
}
.header-container.scrolled{
    transform: translateY(0) !important;
}
.prod__img .more-views .product-image-thumbs {
    flex-flow: column;
    margin: 3rem 1rem 0 0
}
.product-image-container {
    margin-bottom: 1rem;
    display: flex;
    flex-flow: row-reverse;
}

.wrapper .parcelamento ul {
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    background: #fff;
    width: 400px;
    transition: all .2s ease-in-out;
    transform: translateX(0);
}
.wrapper.pagamento .parcelamento ul {
    transform: translateX(-400px);
}
.wrapper.pagamento .main-container {
    z-index: 99;
}
.wrapper.pagamento .box__parcelamento .close {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.box__parcelamento .close,
.box__parcelamento .close-box{
    font-size: 0;
}
.wrapper.pagamento .header-container{
    transform: translateY(-122px) !important;
}
.wrapper.pagamento .box__parcelamento{
    z-index:9
}
.parcelamento .title,
.wrapper.pagamento .box__parcelamento .close-box::before{
    cursor: pointer;
}
.parcelamento ul{
    -moz-column-count: 1;
    column-count: 1;
}
.parcelamento .parcela {
    font-size: 1rem;
}
.parcelamento .valor-total{
    font-size: .8rem
}
.wrapper .parcelamento ul::before {
    content: "Formas de parcelamento";
    width: 100%;
    display: block;
    background: #f1f1f1;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.wrapper.pagamento .box__parcelamento .close-box {
    width: 45px;
    height: 45px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    text-align: center;
}
.wrapper.pagamento .box__parcelamento .close-box::before {
    content: "\f00d";
    font-family: biz_icons;
    font-size: 2rem;
}

.prod__img .more-views .product-image-thumbs .thumb-link:hover,
.prod__img .more-views .product-image-thumbs .thumb-link.on {
  border-radius: 3px;
  padding: 0.3rem;
  border: 1px solid rgb(52 82 255);
  border-bottom-width: 2px;
}

.prod__call-to-actions .add-to-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.88rem;
}

.product-image-gallery{
  margin: 0 2rem 0 2rem;
}

.brand img {
  display: none;
  width: auto;
  height: 2rem;
}

.catalog-product-view .breadcrumb{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}

.product-container-full{
  display: flex;
  border-color: #d3d3d3;
  border-radius: 10px;
  padding: 0.3rem;
  border-width: 1px;
  background: #fff;
  margin-top: 3.5rem;
  padding: 0 1rem 0 1rem
}

.prod__img-container {
    position: relative;
    /* margin-top: 3.5rem; */
    /* margin-bottom: -4rem; */
}

.prod__shop {
  margin-top: 0rem;
  margin-left: 3rem;
}

.parcelamento .title{
    background: #fff
}
.parcelamento svg.ico{
    display: none
}
.parcelamento .title span::before {
    content: "Mais formas de pagamento";
    font-size: 13px;
}
.parcelamento .title span {
    font-size: 0;
}
.prod__shop .box__parcelamento .parcelamento::before {
    content: "(+)";
    font-size: 13px;
    color: #0033a0;
    padding: .5rem 0 .5rem 0;
}
.prod__shop .box__parcelamento .parcelamento {
    display: flex;
    flex-flow: row;
}

.product-collateral{
    /* margin-top: -4rem */
}

.product-collateral .title{
    margin: 0
}

.product-collateral .descricao-detalhada,
.catalog-product-view .carrossel{
    background: #fff;
}

.prod__shop .box__parcelamento .parcelamento {
    display: flex;
    flex-flow: row;
    width: 300px;
}

.prod__duvidas-tecnicas {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-left: 3.5rem!important;
}

.prod__img, .prod__shop{
    /* margin-top: -2rem; */
}

.prod__img .products__labels {
    display: block;
    width: 100%;
    position: absolute;
    /* top: 3.2rem; */
    /* left: 6rem */
    top: 0;
    left: 0;
}

.filters__filter{
	background: none
}

.product--list .products__case, .products--list .products__case {
    padding: 0;
    box-shadow: 0 0 0 1px var(--color-border);
    gap: 32px;
    background: #fff;
}

.catalog-category-view .main-container {
    max-width: 100%;
    width: auto;
    border-bottom: solid 1px var(--color-border);
    margin-top: 4rem;
}

.header-container .categories__all .a--0 > span {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem;
}

/*
*
*/
.li--0 .categories__all .drop--left .drop--top .a--0 span{
    padding-left: 1.5rem;
}

/* ATENCAO */

@media(max-width: 992px){
    .prod__shop,
    .prod__duvidas-tecnicas{
        margin-left: 0 !important
    }
    .prod__duvidas-tecnicas{
        margin-top: 3rem
    }
    .product-collateral{
        margin-top: 0
    }
    .product-container-full{
        display: block
    }
    .product-essential .products__items + .products__more {
        position: relative;
        left: inherit !important;
        top: inherit !important;
        right: 1rem;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .prod__shop .box__parcelamento .parcelamento::before{
        padding: .5rem 15px .5rem 0;
    }
    .product-essential .products__items + .products__more::before{
        left: inherit !important;
        top: inherit !important;
    }
    .prod__img-container{
        margin-bottom: 0;
    }

    .prod__img .products__labels {
        top: .8rem !important;
        left: 0 !important;
    }
}

/* .prod__img .more-views .product-image-thumbs .thumb-link:hover,
.prod__img .more-views .product-image-thumbs .thumb-link.on {
  border-color: #d3d3d3;
  border-radius: 3px;
  padding: 0.3rem;
  border-width: 1px;
} */

.prod__call-to-actions .add-to-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.88rem;
}

.filters{
  border-color: #d3d3d3;
  border-radius: 10px;
  padding: 0 1rem 0 1rem;
  background: #fff
}

.catalog-product-view .wrapper-container{
    background: #f5f5f5;
}

.col-main .toolbar {
    display: flex !important;
    justify-content: center;
    padding: 0 0.5rem;
}

.descricao-detalhada #banner__prod-desc-topo img {
    width: 100%;
}

.catalog-product-view .wrapper-container {
    overflow: hidden !important;
}

.prod__shop .box__parcelamento {
    flex: 1 1 100%;
}

/** 
 * Igor
 * 02/12/2021
 **/

@media (min-width: 993px) {
    .descricao-detalhada #banner__prod-desc-topo img {
        max-height: 225px;
    }

    .product-essential .prod__img {
        padding-right: 2rem;
        flex: 1 0 55%;
    }
    
    .product-essential .prod__shop {
        margin-left: 1rem !important;
        flex: 1 1 auto;
    }

    .footer-container {
        background: #ffffff !important;
        padding-top: 1rem !important;
        margin-top: -1rem !important;
    }
}

.prod__name .brand.brand--thumb {
  display: none;
}

.product-collateral .descricao-detalhada .desc-atributos #product-attribute-specs-table{
    border:none;
}

/**
 * Igor 
 * 06/12/2021
 */

@media (max-width: 992px) {
  .product-collateral > .carrossel {
    margin: 0 -1rem;
  }

  .product-collateral .tabs .tabs__tab, 
  .product-collateral > .carrossel .related__title, 
  .product-collateral > .carrossel .recommended__title {
    padding: 0.6rem;
    height: 3rem;
    line-height: 3rem;
    /* margin: 0 0 0.5rem !important; */
    /* border-radius: 6px; */
  }
}
/* Added by Contardi - 2021-12-07 */
.product-container-full .prod__shop .to-rate,
.product-container-full .rating-box {
  display:none;
}

.product-container-full .prod__shop .prod__actions {
    margin-top: 100px;
}

.product-container-full .prod__shop .product-availability {
  font-weight: 400;
  color: var(--color-gray);
  font-size: .81rem;
  text-align: left;
  margin-bottom: 40px;
}

.product-container-full .prod__img .products__labels {
    padding-left: 100px;
}

.product-container-full .prod__socials {
    flex-flow: nowrap;
}

.product-collateral .title {
    background: #fff;
    border-radius: 10px;
    padding-left: 10px;
}
.prod__shop .price-box-parcelado .preco-parcelado:before {
    font-size: 1rem;
    margin-right: 2px;
}
.prod__shop .price-box-parcelado .preco-parcelado span>span{
    font-size: 1.2rem;   
}
.preco-parcelado span{
    margin-right: 2px;   
}
.preco-parcelado {
    display: flex;
    flex-wrap: wrap;
}
.price-box-parcelado .juros {
    position: relative;
    top: 15px;
    left: 20px;
}
span.juros span.value span {
    font-size: .7rem !important;
    color: #777 !important;
}
.prod__duvidas-tecnicas {
    position: relative;
    bottom: 4rem;
}

.jointsales__content,
.jointsales .jointsales__row,
.product-collateral .descricao-detalhada,
.catalog-product-view .carrossel{
    border-radius: 10px;
}

.prod__shop .price-box-parcelado .preco-parcelado span>span{
    font-weight: 400
}

.prod__shop .price-box-parcelado .preco-parcelado span.txt-desconto span{
    font-size: 0 !important
}
.prod__shop .price-box-parcelado .preco-parcelado span.txt-desconto span::before{
    content: "no cartao de crédito c/ juros";
    font-size: .7rem!important;
    position: relative;
    top: 6px;
}
.prod__shop .price-box-parcelado .preco-parcelado:before{
    font-weight: 400;
    position: relative;
    top: 3px;
}
.jointsales__current+.jointsales__list .jointsales__item:not(:last-child):after{
    top: calc(50% + -16px);
}
.jointsales__center{
    margin-right: 1rem;
}
.product-essential .products__items{
    height: auto !important;
}

@media screen and (max-width: 993px) {
    .product-container-full .prod__shop .prod__actions {
        margin-top: .5rem !important
    }
}

@media screen and (min-width: 993px) {
    .product-container-full .prod__shop .prod__actions::before {
        content: '';
        position: absolute;
        top: 0;
        left: -1rem;
        width: calc(100% + 2rem);
        height: 1px;
        background: rgba(0, 0, 0, .15);
    } 

    .product-container-full .prod__shop .prod__actions {
        margin-top: 3rem !important;
    }
}

.product-container-full .prod__shop .prod__actions:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1rem;
    width: calc(100% + 2rem);
    height: 1px;
    background: rgba(0, 0, 0, .15);
}

.product-essential .products__items + .products__more,
.product-essential:after{
    display: none
}
.footer-container{
    margin-bottom: 0 !important;
}
@media(max-width: 992px){
    .prod__img .more-views .product-image-thumbs{
        flex-flow: row wrap;
    }
    .product-image-container{
        flex-flow: column;
    }
    .prod__duvidas-tecnicas {
        bottom: 0;
    }
    .product-container-full .prod__img .products__labels {
        padding-left: 0;
        max-width: 200px;
    }
    .catalog-category-view .price-box-parcelado .juros {
        position: inherit;
    }
    .products--list {
        display: flex;
        flex-flow: row wrap !important;
    }
    .products--list .products__item {
        padding: 0 .35rem;
        min-width: 50%;
        width: 50%;
    }
    .product--list .products__case, .products--list .products__case {
        padding: .75rem !important;
    }
    .products--list .product__name, .products--list .products__name {
        font-size: .9rem;
        min-height: 84px;
    }
    .category__products .products .products__prices span.product__economize {
        font-size: 0.8rem !important;
    }
    .category__products .products .products__items, 
    .category__products .products .products__items + .products__more {
        display: none;
    }
    .prod__img .product-image {
        padding-top: 4rem;
    }
    .product-container-full .prod__shop .product-availability{
        text-align: inherit;
    }
    .prod__shop .box__parcelamento .parcelamento{
        position: inherit;
    }
    .prod__shop .box__parcelamento {
        position: relative;
        bottom: 100px;
    }
}
.prod__shop .box__parcelamento .parcelamento{
    position: relative;
    bottom: 1rem;
}
.prod__shop .price-box-avista{
    margin-bottom: 2.35rem;
}
.jointsales__current{
    padding: 0;
}
.jointsales__currentin {
    background: none;
}

@media(max-width: 992px){
    .wrapper .parcelamento ul{
        width: 100%;
        z-index: 999
    }
    .catalog-product-view .carrossel {
        background: none;
    }
    .owl-wrapper.owl-flex {
        background: #fff;
        border-radius: 10px;
    }
    .footer__copyright {
        background: #fff;
    }
    .product-container-full .prod__shop .product-availability{
        margin-bottom: 1rem;
    }
    .prod__shop .box__parcelamento .parcelamento{
        bottom: 0rem;
    }
    .prod__call-to-actions {
        position: relative;
        top: 4rem;
    }
    .parcelamento .title {
        background: none;
    }
    .wrapper.pagamento .box__parcelamento .close-box{
        z-index: 9999
    }
    .wrapper{
        background: #fff
    }
}
@media(min-width: 992px) {
    body *::-webkit-scrollbar-thumb {
        background: #e10030;
    }
}
span .am {
    display:none;
}

.price-box-avista {
    color: #229fee!important;
}

@media(min-width: 992px) {
    .product-essential .prod__img {
        flex: 1 0 55%;
    }

    .product-essential .prod__shop {
        flex: 1 1 auto;
    }
}

.price-box-parcelado .juros {
    left: 0
}
.prod__shop .price-box-parcelado .preco-parcelado span.txt-desconto span::before {
    left: 2rem
}
@media(max-width: 992px) {
    span.txt-desconto {
        width: 100%;
    }
    .price-box-parcelado .juros {
        left: 1rem;
    }
    .prod__shop .price-box-parcelado .preco-parcelado span.txt-desconto span::before {
        left: 0
    }
    .wrapper .parcelamento ul {
        width: 400px
    }
}

/*
 * Igor
 * 12/05/22
 */

@media (min-width: 993px) {
    .prod__shop .prod__actions .prod__prices {
        flex-flow: row wrap;
    }
    
    .prod__shop .prod__actions .prod__prices .price__custom {
        justify-content: flex-end;
        width: 50%;
        padding-right: 16px;
        border-right: 1px solid rgba(0, 0, 0, .15);
        margin-bottom: 0;
    }

    .prod__shop .prod__actions .prod__prices .price__installments {
        justify-content: flex-end;
        width: 50%;
        padding-left: 16px;
    }

    .prod__shop .prod__actions .prod__prices .price__custom .price-box {
        margin-bottom: -5px !important;
    }
}

@media (max-width: 992px) {
    .prod__shop .prod__actions {
        padding: 0 !important;
    }

    .prod__shop .prod__actions .prod__prices {
        flex-flow: column;
    }

    .prod__shop .prod__actions .prod__prices .price__installments .box__parcelamento .parcelamento .title > span {
        left: 1rem !important;
    }

    .prod__shop .prod__actions .prod__prices .price__custom {
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
    }

    .prod__shop .prod__actions .prod__prices .price__custom .price-box {
        margin-bottom: 0;
    }

    .prod__shop .prod__actions .prod__prices .price__custom .price-box .old-price {
        margin-bottom: 5px;
    }
}

.prod__shop .prod__actions {
    position: relative;
    padding: 20px 15px 0;
    flex-flow: column;
    gap: 0;
    flex: 1 !important;
}

.prod__shop .prod__actions .prod__call-to-actions {
    top: 0 !important;
    flex: 1;
}

.prod__shop .prod__actions .prod__prices {
    display: flex;
}

.prod__shop .prod__actions .prod__prices .price__custom {
    display: flex;
    flex-flow: column;
}

.prod__shop .prod__actions .prod__prices .price__custom .price-box .old-price .price span {
    font-size: 15px !important;
}

.prod__shop .prod__actions .prod__prices .price__custom .price-box .old-price .price {
    color: var(--color-old-price);
}

.prod__shop .prod__actions .prod__prices .price__custom .price-box-avista {
    margin-bottom: 0;
}

.prod__shop .prod__actions .prod__prices .price__custom .price-box-avista .product__economize {
    margin: 0;
}

.prod__shop .prod__actions .prod__prices .price__custom .price-box-avista .label {
    margin-right: 0;
    line-height: 0;
}

.prod__shop .prod__actions .prod__prices .price__custom .price-box-avista .label span {
    display: inline-block;
    margin-top: 1px;
}

.prod__shop .prod__actions .prod__prices .price__installments {
    display: flex;
    flex-flow: column;
}

.prod__shop .prod__actions .prod__prices .price__installments .preco-parcelado .juros {
    display: none;
    top: 0 !important;
    left: 0 !important;
}

.prod__shop .prod__actions .prod__prices .price__installments .preco-parcelado .txt-desconto span::before {
    top: -2px !important;
}

.prod__shop .prod__actions .prod__call-to-actions {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.prod__shop .prod__actions .prod__call-to-actions .product-availability {
    margin: 0;
    flex: 0 1 50%;
}

.prod__shop .prod__actions .prod__call-to-actions .add-to-cart-btn {
    flex: 0 1 50%;
    padding: 0 1rem;
    max-width: 228px;
    margin: 20px auto;
}

.prod__shop .prod__actions .prod__prices .price__installments .box__parcelamento {
    flex: none;
    bottom: 0;
}

.prod__shop .prod__actions .prod__prices .price__installments .preco-parcelado-sem-juros {
    display: none;
    margin-bottom: 0;
}

.prod__shop .prod__actions .prod__prices .price__installments .box__parcelamento .parcelamento {
    bottom: 0;
    width: auto;
    margin-bottom: -5px;
}

.prod__shop .prod__actions .prod__prices .price__installments .box__parcelamento .parcelamento .title {
    padding: 0 0 0 5px;
}

.prod__shop .prod__actions .prod__prices .price__installments .box__parcelamento .parcelamento::before, 
.prod__shop .prod__actions .prod__prices .price__installments .box__parcelamento .parcelamento .title span::before  {
    font-size: 11px;
    line-height: 2.3em;
    padding: 0;
}

/*
 * Product information fixed (Produdct Page)
 */

@media (min-width: 993px) {
    .floater__prod-page {
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 90px;
        top: 0;
        transform: translateY(-999px);
    }

    .prod__img .prod__duvidas-tecnicas.mobile {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .floater__prod-page {
        bottom: 0;
        transform: translateY(999px);
        border-top: 1px solid rgba(0, 0, 0, .2);
        padding: 13px 0 0;
    }

    .floater__prod-page .floater__prod-name {
        width: calc(100% - (90px + 1rem));
        font-size: 15px;
        line-height: 1.2em;
        flex: 1 !important;
    }

    .prod__img .product-image .prod__duvidas-tecnicas.desk {
        display: none !important;
    }

    .floater__prod-page .floater__prod-addtocart .prod__call-to-actions {
        top: 0 !important;
    }

    .floater__prod-page .floater__prod-price {
        flex: 1 1 100% !important;
        margin: 13px 0 !important;
    }

    .floater__prod-page .floater__prod-price .price-box-avista {
        flex-flow: column !important;
        align-items: flex-start !important;
    }

    .floater__prod-page .floater__prod-addtocart {
        width: calc(100% + 2rem);
        margin: 0 -1rem;
    }

    .floater__prod-page .floater__prod-addtocart .prod__call-to-actions .add-to-cart-btn {
        border-radius: 0 !important;
    }
}

.--header-scroll .floater__prod-page {
    transform: translateY(0);
}

.floater__prod-page {
    position: fixed;
    background: #FFF;
    width: 100%;
    left: 0;
    transition: 600ms cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    box-sizing: border-box;
}

.floater__prod-page .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.floater__prod-page .floater__prod-img {
    flex: 0 1 90px;
    margin-right: 1rem;
}

.floater__prod-page .floater__prod-img * {
    pointer-events: none;
}

.floater__prod-page .floater__prod-img .product-image-container {
    display: block;
    margin-bottom: 0;
}

.floater__prod-page .floater__prod-img .product-image-container .product-image-gallery {
    margin: 0;
}

.floater__prod-page .floater__prod-img .more-views {
    display: none;
} 

.floater__prod-page .floater__prod-img img {
    max-height: 80px;
    height: auto;
    margin: auto;
}

.floater__prod-page .floater__prod-name {
    flex: 0 1 50%;
    margin-right: auto;
}

.floater__prod-page .floater__prod-price {
    flex: 0 1 250px;
    margin-right: 2rem;
}

.floater__prod-page .floater__prod-price .price-box {
    margin-bottom: 3px;
}

.floater__prod-page .floater__prod-price .price-box .special-price, 
.floater__prod-page .floater__prod-price .product__economize {
    display: none;
}

.floater__prod-page .floater__prod-price .price-box .old-price {
    color: var(--color-old-price);
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    text-decoration: line-through;
    margin-bottom: 0;
}

.floater__prod-page .floater__prod-price .price-box .old-price .price {
    text-decoration: none;
}

.floater__prod-page .floater__prod-price .regular-price .price {
    color: var(--color-old-price);
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    text-decoration: line-through;
}

.floater__prod-page .floater__prod-price .regular-price .label, 
.floater__prod-page .floater__prod-price .old-price .label {
    display: none;
}

.floater__prod-page .floater__prod-price .price-box-avista {
    margin-bottom: 0;
}

.floater__prod-page .floater__prod-price .price-box-avista .label {
    order: 1;
}

.floater__prod-page .floater__prod-price .price-box-avista .label span {
    font-size: 12px;
    line-height: 1em;
}

.floater__prod-page .floater__prod-price .price-box-avista .price {
    order: 0;
    font-weight: 500;
}

.floater__prod-page .floater__prod-price .price-box-avista .price span {
    font-size: 20px;
    line-height: 1em;
    color: #3cad29;
}

.floater__prod-page .floater__prod-addtocart .prod__call-to-actions {
    flex: none;
}

.floater__prod-page .floater__prod-addtocart .prod__call-to-actions .add-to-cart-btn {
    height: 3rem;
    padding: 0 1.5rem;
}

.prod__img .product-image .prod__duvidas-tecnicas {
    margin-left: -1rem !important;
    flex-flow: row nowrap;
}

.prod__img .product-image .prod__duvidas-tecnicas img {
    width: 80px;
    height: 80px;
}

.price__parcelado-juros span {
    font-size: .75rem;
    line-height: 1.3em;
    color: #777;
}

@media (min-width: 993px) {
    .mobile {
        display: none;
    }
}

@media (max-width: 993px) {
    .desk {
        display: none;
    }
}

@media screen and (max-width: 568px) {
    .owl-item .product__case, .owl-item .products__case {
        padding: 0 !important;
    }

    .owl-item .product__name, .owl-item .products__name {
        font-size: .9rem !important;
    }
}

.sharing-links a:after, .sharing-links .wa-share + .wa-share { display: none; }


.s-juros span {
    font-size: 0px!important;
}

.s-juros:before {
    font-size: 12px;
    content:'com juros';
    font-weight: 600;
    color: #000;
}

/**
 * Igor 
 * 16/08/2023
 */


#checkout-step-login .step-desc {
    display: none;
}

.form-list label {
    text-transform: inherit !important;
}

.title+.subtitle {
    display: none !important;
}

.osc-accordion .opc-block-progress .price {
    color: #333 !important;
}

.mycart-opc-totals .title {
    color: #333 !important;
}

.step-title a {
    color: #333 !important;
}

.step-title a:hover {
    background: none !important;
    color: #999 !important;
}

.btn--outline {
    box-shadow: none !important;
}

body.checkout-onepage-index.opc {
    background-color: #f5f5f5;
}

body.checkout-onepage-index.opc .header-container {
    background-color: #fff;
}

.osc-accordion .section {
    margin-bottom: 4px;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
}

.step-title {
    color: #333;
}

.step-title .number {
    background-color: #D5D5D5;
    color: #000;
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 29px;
    border: 1px solid #3aad2a;
}

.allow.active .step-title .number {
    border-color: #BE0029;
    color: #BE0029;
    background-color: #D5D5D5;
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 29px;

}

.allow.active .step-title {
    color: #333;

}

.osc-accordion .step {
    border-top: 2px solid #f5f5f5;
    padding: 35px 52px;
}

#checkout-step-login {
    flex-direction: column;
    text-align: center;
}

.opc-registered-users form#login-form {
    max-width: 276px;
    margin: 0 auto;
}

.opc-registered-users .title.title--sm,
.opc-new-users .title--sm {
    font-size: 15px;
    font-weight: 500;
}

.opc-registered-users .input-box.actions {
    width: 100%;
    padding-top: 10px;
}

.opc-registered-users .input-box.actions button.btn {
    width: 100%;
}

.opc-registered-users .forgot {
    position: static;
    font-size: 13px;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.opc-new-users li.control {
    margin: 0 !important;
}

.opc-new-users li.control label {
    font-weight: 400;
}

.opc-new-users ul.form-list {
    margin-bottom: 10px;
}

#checkout-step-login .hints li {
    justify-content: center;
}

.opc-new-users h4 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
}

.form-list .fields.tipopessoa>.field {
    width: 50%;
    padding: 0;
    text-align: center;
}

.form-list .fields.tipopessoa>.field label {
    width: 100%;
    border: 1px solid #ddd !important;
}

.form-list label {
    font-weight: normal;
    text-transform: capitalize;
}

.opc .buttons-set button.button,
#co-shipping-method-form .buttons-set button.button {
    width: 100%;
    margin-left: 0;
    background: #3AAD2A;
    color: #FFFFFF;
    padding: 0.875em 1em;
    height: auto;
    font-size: 1rem;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
    border: 0 !important;
    border-radius: 0;
}

.opc-new-users button.btn.btn--outline.button {
    width: auto !important;
}

.opc-new-users .buttons-set {
    justify-content: center;
}

.osc-accordion .opc-block-progress dl>div>dt {
    font-weight: normal;
    opacity: 1;
    font-size: 14px;
}

.form-list .customer-dob {
    flex-wrap: wrap !important;
}

.form-list .customer-dob .validation-advice {
    font-size: 12px;
    color: #f00;
}

#checkout-shipping-method-load {
    margin: 0;
}

.opc-registered-users form#login-form .title.title--xs {
    display: none;
}

ol#checkoutSteps input[type=text],
ol#checkoutSteps input[type=password],
ol#checkoutSteps input[type=search],
ol#checkoutSteps input[type=email],
ol#checkoutSteps input[type=url],
ol#checkoutSteps input[type=tel],
ol#checkoutSteps input[type=number],
ol#checkoutSteps input[type=date],
ol#checkoutSteps input[type=mounth],
ol#checkoutSteps input[type=week],
ol#checkoutSteps input[type=time],
ol#checkoutSteps input[type=datetime],
ol#checkoutSteps input[type=datetime-local],
ol#checkoutSteps input[type=color] {
    box-shadow: none !important;
    background-color: #fff;
    height: 41px;
    border-radius: 0;
    border: 1px solid #dedede;
    font-size: 14px;
    font-weight: 400;
}

li#billing-new-address-form li.subtit {
    display: none;
}

div#checkout-step-billing .step-desc,
div#checkout-step-shipping .step-desc,
div#checkout-step-payment .step-desc,
div#checkout-step-shipping_method .step-desc {
    display: none;
}

li#billing-new-address-form .subtit {
    display: none;
}

.form-list .customer-dob div .validation-advice {
    display: none;
}

#checkout-shipping-method-load ul li label span.no-display {
    display: inline-block !important;
}

#checkout-shipping-method-load ul li label span.no-display input {
    display: inline-block;
}

#checkout-shipping-method-load ul li label span.label {
    display: initial;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    color: #333;
}

#checkout-shipping-method-load ul li label span.label span.price {
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    margin: 0;
    margin-top: 10px;
}

#checkout-payment-method-load>dt.dt-selected+dd {
    box-shadow: none;
    font-size: 15px;
    margin-bottom: 20px;
}

.flag-selection-entry {
    display: none;
}

.cardGrid>div {
    width: 100% !important;
    flex: inherit !important;
}

.banner__wrapper {
    z-index: 0;
}

.mycart__actions {
    flex-direction: column;
    margin: 0;
    margin-top: auto;
}

.mycart__content {
    display: flex;
    flex-direction: column;
}

.mycart__actions a.finalizar {
    width: 100%;
    margin-left: 0;
    background: #e20031;
    color: #FFFFFF;
    padding: 0.875em 1em;
    height: auto;
    font-size: 1rem;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
    border: 0 !important;
    border-radius: 0;
}

.mycart__actions a.editar {
    background-color: transparent;
    color: #f00;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    padding: 27px 15px;
}

.mycart__close {
    background-color: transparent;
    color: #333;
    font-size: 15px;
    width: 160px;
    padding: 0;
    line-height: 70px;
}

.mycart__close::before {
    background-color: #ebebeb;
    width: 30px;
    content: '\f178';
    font-weight: normal;
}

.mycart__content .title.title--sm {
    display: none;
}

.mycart__content .price-box-parcelado {
    color: #898989;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    line-height: normal;
}

.mycart__content .price-box-parcelado span {
    font-weight: 500;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: static;
}

.mycart__content .regular-price {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
}

.mycart__content li.mycart__item {
    border-bottom-color: #eee;
}

.mycart__content .regular-price span.price {
    font-weight: 400;
}

.mycart__content .price-box-avista span.label {
    margin-right: auto;
}

.mycart__content .price-box-avista span.price {
    flex: none;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.mycart__content .price-box-avista {
    color: #333 !important;
    background-color: #f7f7f7;
    padding: 10px;
    font-weight: 500;
}

.mycart__content .price-box-avista span.label {
    margin-right: auto;
    font-size: 15px;
    color: #333;
}

.checkout-onepage-index div#banner__banner_regua_produtos {
    display: none;
}

.fields.field-tipopessoa {
    display: none !important;
}

.checkout-onepage-index div#conta {
    display: none;
}

table thead th,
table thead td {
    background: #F5F5F5;
    color: #333;
}

table tfoot th,
table tfoot td {
    background: #fff;
}

.opc .buttons-set .f-left {
    display: none;
}

#checkout-payment-method-load>dt label {
    padding: 0;
    display: initial;
}

#checkout-payment-method-load>dt input {
    display: initial;
}

.mycart__actions a.finalizar {
    background: #3AAD2A;
}

.mycart__name a {
    font-size: 0.8rem;
}

.mycart__content .price-box-avista {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.opc-new-users h4 {
    display: none;
}

#checkout-step-login .description {
    display: none;
}

.hints {
    display: none;
}

.form-list .fields .field {
    width: 50%;
}

.btn.btn--outline.button:hover {
    background: #5FCE57;
}

.form-list .customer-dob label {
    font-size: .8rem;
    opacity: 1;
    top: .25rem;
    left: 3.1em;
}

.allow .step-title .number span {
    display: inherit;
}

.step-title .number {
    color: #333;
}

.step-title a span {
    display: initial;
    margin-left: 3px;
}

.osc-accordion .section.allow .step-title a {
    line-height: initial;
    margin-right: 15px !important;
}

#checkout-shipping-method-load ul li label {
    border: 1px solid #c8c8c8;
}

#co-shipping-method-form .buttons-set .button:hover {
    background: #5FCE57;
}

#opc-payment .input-box label {
    font-size: .9rem !important;
    color: #666 !important;
}

.checkout-review-table h3.product-name {
    font-size: 14px;
}

table tbody td:first-child {
    text-align: left;
}

.print .pagto {
    display: none;
}

.num.input-box {
    display: flex;
    flex-direction: column;
    order: 0;
    margin-top: 10px !important;
}

.nome.input-box {
    display: inherit;
    flex-direction: column;
    order: 4;
}

#pagseguro_api_cc_cc_type_exp_div {
    display: flex;
    order: 3;
}

#pagseguro_api_cc_cc_type_cvv_div {
    display: flex;
    order: 2;
}

#pagseguro_api_cc_cc_installments_div {
    display: flex;
    flex-direction: column;
    order: 6;
}

#pagseguro_api_cc_cpf_div {
    display: flex;
    flex-direction: column;
    order: 5;
}

@media (max-width: 768px) {
    .osc-accordion .step {
        padding: 0px 0px;
    }

    .form-list .fields .field {
        width: 100%;
    }

    #checkout-payment-method-load {
        margin: 0 0rem !important;
    }
}

.mycart__close:hover {
    background: none;
    color: #898989;
}

.opc-new-users button.btn.btn--outline.button {
    background: #DEE1E6;
    color: #010101;
}

.btn.btn--outline.button:hover {
    background: #E2E2E2 !important;
}

[for="login:guest"] {
    display: none !important;
}

.control #login\:guest {
    display: none;
}

.btn.btn--outline.back-shopping {
    display: none;
}

.buttons-success {
    display: inherit !important;

}

.allow .step-title .number {
    background: transparent !important;

}

#checkout-payment-method-load>dt label::after {
    display: none;
}

#checkout-payment-method-load dt#dt_method_pagseguro_api_cc {
    left: auto;
    right: 0;
}

dl#checkout-payment-method-load {
    padding-top: 70px;
    display: block;
    margin: 0;
}

#checkout-payment-method-load dd {
    border: 0;
}

#checkout-payment-method-load dt.dt-selected label {
    color: #E20031;
}

/**
 * Igor
 * 20/06/23
 */

.opc-new-users input#login\:register, 
.opc-new-users input#login\:register + label, 
.opc-new-users .buttons-set .btn {
    display: none;
}

.opc-new-users .buttons-set {
    margin-top: 0;
}

.opc-new-users .title {
    margin-bottom: 0;
}

.opc-registered-users {
    margin-bottom: 35px;
}

.checkout-info {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    flex: 1;
}

.checkout-info .atendimento, .checkout-info .whatsapp {
    flex: auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.checkout-info .atendimento .text, .checkout-info .whatsapp .text {
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 300;
    color: #6a6a6a;
}

.checkout-info .atendimento .text .link-tel, .checkout-info .whatsapp .text .link-whats {
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 300;
    color: #6a6a6a;
    display: block;
}

.checkout-info .atendimento .ico, .checkout-info .whatsapp .ico {
    width: 1.35rem;
    height: 1.35rem;
    color: #6a6a6a;
    margin-right: 7px;
}

.checkout-info .whatsapp {
    border-left: solid 1px var(--color-border);
    padding-left: 20px;
}

.checkout-seal {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background: #CEF3E9;
    padding: 10px;
    border-radius: 6px;
	flex: 0 1 auto;
}

.checkout-seal .ico {
    width: 2rem;
    height: 2rem;
    color: #2CAA84;
    margin-right: 6px;
}

.checkout-seal .text strong {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
    color: #000;
    display: block;
}

.checkout-seal .text span {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
    color: #2CAA84;
    display: block;
}

.checkout-info-seal {
    flex: 0 1 500px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.opc .header .logo img, .opc .header .logo svg {
    height: 3rem;
}

.opc .header .logo {
    padding: 0;
    border: none;
}

.opc .header {
    justify-content: space-between !important;
}

.opc .form-list .fields:not(.tipopessoa) label {
    display: none;
}

ol#checkoutSteps select {
    box-shadow: none !important;
    background-color: #fff;
    height: 41px;
    border-radius: 0;
    border: 1px solid #dedede;
    font-size: 14px;
    font-weight: 400;
}

.opc input[type='radio'] {
    width: 20px;
    height: 20px;
    accent-color: #E20031;
}

.form-list .fields.tipopessoa label.on {
    color: #000 !important;
}

.opc .buttons-set button.button, 
#co-shipping-method-form .buttons-set button.button, 
.opc-registered-users button, 
.opc .buttons-set button:not(.btn--outline) {
    background: #0BC68F !important;
}

#checkout-progress-wrapper .block-content {
    border-radius: 5px;
    overflow: hidden;
}

#checkout-progress-wrapper .block-content .mycart-opc-totals .title, 
#checkout-progress-wrapper .opc-block-progress .price {
    color: #F8A7A5 !important;
}

/*.osc-accordion .opc-block-progress dl > div:not(#checkout-onepage) dd.complete {
    display: none;
}*/

.osc-accordion .opc-block-progress dl > div:not(#checkout-onepage) dt.complete:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #A43361;
    border-radius: 10px;
    box-sizing: border-box;
    margin-right: 7px;
}

.osc-accordion .opc-block-progress dt.complete {
    justify-content: flex-start !important;
}

#checkout-step-payment #payment_form_pagseguro_api_cc .cardGrid .input-box label {
    display: none;
}

#checkout-step-payment .cardGrid .cod input, #checkout-step-payment .cardGrid .exp .ano, #checkout-step-payment .cardGrid .exp .mes {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 10px;
}

#checkout-step-payment .cardGrid .cod a {
    line-height: 1.5em;
    padding: 5px 0 0;
}

#checkout-step-payment #pagseguro_api_cc_cc_type_exp_div {
    padding: 0;
}

@media (max-width: 768px) {
    .checkout-info-seal { display: none; }
    
    .opc .header {
    	padding: 10px 0 !important;
	}
    
    .opc #checkout-payment-method-load dt {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        float: none;
	}
}

.opc .opc-new-users {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    order: 0;
}

.opc .opc-new-users .form-list {
    margin-bottom: 0;
}


.opc-new-users .buttons-set .btn--register {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
    display: block;
    text-align: center;
    color: #3564ce;
    text-decoration: underline;
    font-weight: 400;
}

.opc-new-users .content .title {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
    display: block;
    text-align: center;
    color: #3564ce;
    font-weight: 400;
    margin-right: 6px;
}

#checkout-progress-wrapper {
    margin-bottom: 40px;
}

/**
 * Igor
 * 21/08/2023
 */

.opc .opc-new-users .content .title span {
    display: none;
}

.opc .opc-new-users .content .title:before {
    content: 'Faça login ou';
    display: inline-block;
}

.price-box-parcelado .juros .value {
    display: none;
}

.accountlogin__new .btn {
    border: 1px solid #F8A7A5;
    margin-top: 20px;
}

/*
* Carol
* BIZPRO-5380 
*/
#opc-payment #checkout-payment-method-load {
    display: flex;
    flex-wrap: wrap;
}

#checkout-payment-method-load dt {
    border: 1px solid #ddd !important;
    margin: 0;
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 0 1rem;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    color: #000;
    flex: 1 1 auto;
    order: 0;
    align-items: center;
    opacity: 1;
}

#checkout-payment-method-load dd {
    order: 1;
    flex: 0 0 100%;
    padding-top: 20px;
}

#dt_method_pagseguro_api_boleto > input[type="radio"], 
#dt_method_pagseguro_api_cc > input[type="radio"],
#dt_method_pagarme_ticket > input[type="radio"],
#dt_method_pagarme_pix > input[type="radio"] {
    display: none;
}

#dt_method_pagseguro_api_boleto label, 
#dt_method_pagseguro_api_cc label,
#dt_method_pagarme_ticket label,
#dt_method_pagarme_pix label {
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: center !important;
    align-items: center !important;
    font-weight: 400;
    font-size: 1rem;
    color: #000;
    gap: 10px;
    cursor: pointer;
}

#dt_method_pagseguro_api_cc label:before {
    content: '';
    display: block;    
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA4MCI+PHBhdGggZD0iTTU4LDEySDZhMywzLDAsMCwwLTMsM1Y0OWEzLDMsMCwwLDAsMywzSDU4YTMsMywwLDAsMCwzLTNWMTVBMywzLDAsMCwwLDU4LDEyWk01LDIySDU5djJINVptMS04SDU4YTEsMSwwLDAsMSwxLDF2NUg1VjE1QTEsMSwwLDAsMSw2LDE0Wk01OCw1MEg2YTEsMSwwLDAsMS0xLTFWMjZINTlWNDlBMSwxLDAsMCwxLDU4LDUwWiIvPjxwYXRoIGQ9Ik0yMiwzOUgxMGExLDEsMCwwLDAsMCwySDIyYTEsMSwwLDAsMCwwLTJaIi8+PHBhdGggZD0iTTIyLDQ0SDEwYTEsMSwwLDAsMCwwLDJIMjJhMSwxLDAsMCwwLDAtMloiLz48cGF0aCBkPSJNNTEsMzhhNCw0LDAsMCwwLTMuNSwyLjEsNCw0LDAsMSwwLDAsMy44QTQsNCwwLDEsMCw1MSwzOFptLTcsNmEyLDIsMCwxLDEsMi0yQTIsMiwwLDAsMSw0NCw0NFptNywwYTIsMiwwLDEsMSwyLTJBMiwyLDAsMCwxLDUxLDQ0WiIvPjwvc3ZnPg==");
    background-position: center -6px;
    background-repeat: no-repeat;
    background-size: 35px;
    width: 35px;
    height: 25px;
}

#dt_method_pagseguro_api_boleto label:before,
#dt_method_pagarme_ticket label:before  {
    content: '';
    display: block;
	  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiA0NSI+PHJlY3QgeD0iNi43MDU4OCIgeT0iNy42NDcwNiIgd2lkdGg9IjEuODgyMzUiIGhlaWdodD0iMjAuNzA1ODgiLz48cmVjdCB4PSIyNy40MTE3NiIgeT0iNy42NDcwNiIgd2lkdGg9IjEuODgyMzUiIGhlaWdodD0iMjAuNzA1ODgiLz48cmVjdCB4PSIxNC4yMzUyOSIgeT0iNy42NDcwNiIgd2lkdGg9IjEuODgyMzUiIGhlaWdodD0iMjAuNzA1ODgiLz48cmVjdCB4PSIxNy4wNTg4MiIgeT0iNy42NDcwNiIgd2lkdGg9IjMuNzY0NzEiIGhlaWdodD0iMjAuNzA1ODgiLz48cmVjdCB4PSI5LjUyOTQxIiB5PSI3LjY0NzA2IiB3aWR0aD0iMC45NDExOCIgaGVpZ2h0PSIyMC43MDU4OCIvPjxyZWN0IHg9IjExLjQxMTc2IiB5PSI3LjY0NzA2IiB3aWR0aD0iMC45NDExOCIgaGVpZ2h0PSIyMC43MDU4OCIvPjxyZWN0IHg9IjIyLjcwNTg4IiB5PSI3LjY0NzA2IiB3aWR0aD0iMC45NDExOCIgaGVpZ2h0PSIyMC43MDU4OCIvPjxyZWN0IHg9IjI0LjU4ODI0IiB5PSI3LjY0NzA2IiB3aWR0aD0iMC45NDExOCIgaGVpZ2h0PSIyMC43MDU4OCIvPjxwb2x5Z29uIHBvaW50cz0iMiA5LjUyOSAzLjg4MiA5LjUyOSAzLjg4MiA0LjgyNCA4LjU4OCA0LjgyNCA4LjU4OCAyLjk0MSAyIDIuOTQxIDIgOS41MjkiLz48cG9seWdvbiBwb2ludHM9IjMuODgyIDI2LjQ3MSAyIDI2LjQ3MSAyIDMzLjA1OSA4LjU4OCAzMy4wNTkgOC41ODggMzEuMTc2IDMuODgyIDMxLjE3NiAzLjg4MiAyNi40NzEiLz48cG9seWdvbiBwb2ludHM9IjMyLjExOCAzMS4xNzYgMjcuNDEyIDMxLjE3NiAyNy40MTIgMzMuMDU5IDM0IDMzLjA1OSAzNCAyNi40NzEgMzIuMTE4IDI2LjQ3MSAzMi4xMTggMzEuMTc2Ii8+PHBvbHlnb24gcG9pbnRzPSIyNy40MTIgMi45NDEgMjcuNDEyIDQuODI0IDMyLjExOCA0LjgyNCAzMi4xMTggOS41MjkgMzQgOS41MjkgMzQgMi45NDEgMjcuNDEyIDIuOTQxIi8+PC9zdmc+");
    background-position: center 4px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

#dt_method_pagarme_pix label:before  {
    content: '';
    display: block;
	  background-image: url("data:image/svg+xml,%3Csvg width='35' height='36' viewBox='0 0 35 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.2896 26.8407C26.6147 26.8432 25.9459 26.7118 25.322 26.4543C24.6981 26.1968 24.1314 25.8182 23.6547 25.3404L18.4041 20.0865C18.2184 19.9089 17.9713 19.8098 17.7144 19.8098C17.4574 19.8098 17.2103 19.9089 17.0246 20.0865L11.7563 25.3548C11.2798 25.8333 10.7133 26.2127 10.0894 26.4709C9.46548 26.7292 8.79658 26.8613 8.12133 26.8596H7.09338L13.7467 33.5129C14.7446 34.5087 16.0967 35.0679 17.5064 35.0679C18.9161 35.0679 20.2683 34.5087 21.2661 33.5129L27.9328 26.8451L27.2896 26.8407Z' fill='black'/%3E%3Cpath d='M8.12244 8.2734C8.7977 8.2716 9.46662 8.40366 10.0905 8.66194C10.7144 8.92022 11.281 9.29961 11.7574 9.77817L17.0257 15.0476C17.2089 15.2302 17.4569 15.3327 17.7155 15.3327C17.974 15.3327 18.2221 15.2302 18.4052 15.0476L23.6547 9.79813C24.1307 9.31897 24.6971 8.93912 25.3211 8.68062C25.9451 8.42211 26.6142 8.29011 27.2896 8.29225H27.9217L21.255 1.6256C20.7614 1.13175 20.1753 0.739997 19.5302 0.472718C18.8851 0.205439 18.1936 0.0678711 17.4953 0.0678711C16.7971 0.0678711 16.1056 0.205439 15.4605 0.472718C14.8154 0.739997 14.2293 1.13175 13.7356 1.6256L7.09338 8.2734H8.12244Z' fill='black'/%3E%3Cpath d='M33.4363 13.8079L29.4077 9.77928C29.3168 9.81641 29.2197 9.83598 29.1216 9.83694H27.2897C26.3364 9.83933 25.4227 10.2179 24.747 10.8904L19.4975 16.1366C19.0248 16.6085 18.3841 16.8735 17.7161 16.8735C17.0481 16.8735 16.4074 16.6085 15.9346 16.1366L10.6652 10.8704C9.98973 10.1975 9.07593 9.81855 8.12251 9.81587H5.87367C5.78099 9.81378 5.6894 9.79539 5.6031 9.76154L1.54899 13.8079C0.553246 14.8057 -0.00598145 16.1579 -0.00598145 17.5676C-0.00598145 18.9773 0.553246 20.3294 1.54899 21.3273L5.59423 25.3725C5.68035 25.338 5.77205 25.3196 5.8648 25.3182H8.12251C9.0759 25.3154 9.98967 24.9364 10.6652 24.2636L15.9335 18.9953C16.8861 18.0438 18.5461 18.0438 19.4975 18.9953L24.747 24.2437C25.4227 24.9161 26.3364 25.2947 27.2897 25.2971H29.1216C29.2198 25.2978 29.3169 25.3174 29.4077 25.3548L33.4363 21.3262C33.9301 20.8325 34.3219 20.2464 34.5892 19.6013C34.8565 18.9562 34.994 18.2647 34.994 17.5665C34.994 16.8682 34.8565 16.1768 34.5892 15.5317C34.3219 14.8866 33.9301 14.3004 33.4363 13.8068' fill='black'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

@media (max-width: 768px) {
  #checkout-payment-method-load dt .dt-selected {
    order: 1;
  }
}