/* TEMPLATE */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;800&family=Open+Sans:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2')
    format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

html {
  overflow-x: hidden;
}

body,
span {
  font-family: 'Montserrat', sans-serif;
}

body {
  padding-top: 0;
}

#cart-title {
  display: none !important;
}

.container-cart {
  padding-top: 2rem;
}

.body-cart {
  padding: 0;
}

body .step,
body .cart,
body .totalizers {
  padding: 20px;
}

body .cart-active .cart {
  padding: 0;
}

body,
label,
input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
select,
.btn,
.btn-group > .btn {
  font-size: 14px;
}

.step .text label,
.step .select label {
  color: #000;
  font-weight: 500;
}

body.body-order-form select,
body.body-order-form textarea,
body.body-order-form input[type='text'],
body.body-order-form input[type='password'],
body.body-order-form input[type='datetime'],
body.body-order-form input[type='datetime-local'],
body.body-order-form input[type='date'],
body.body-order-form input[type='month'],
body.body-order-form input[type='time'],
body.body-order-form input[type='week'],
body.body-order-form input[type='number'],
body.body-order-form input[type='email'],
body.body-order-form input[type='url'],
body.body-order-form input[type='search'],
body.body-order-form input[type='tel'],
body.body-order-form input[type='color'],
body.body-order-form .uneditable-input {
  height: 35px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: none;
}

body.body-order-form textarea:focus,
body.body-order-form input[type='text']:focus,
body.body-order-form input[type='password']:focus,
body.body-order-form input[type='datetime']:focus,
body.body-order-form input[type='datetime-local']:focus,
body.body-order-form input[type='date']:focus,
body.body-order-form input[type='month']:focus,
body.body-order-form input[type='time']:focus,
body.body-order-form input[type='week']:focus,
body.body-order-form input[type='number']:focus,
body.body-order-form input[type='email']:focus,
body.body-order-form input[type='url']:focus,
body.body-order-form input[type='search']:focus,
body.body-order-form input[type='tel']:focus,
body.body-order-form input[type='color']:focus,
body.body-order-form .uneditable-input:focus {
  box-shadow: none;
  border-color: #000;
}

body.body-order-form p.client-first-name,
body.body-order-form p.client-different-document,
body.body-order-form p.client-document,
body.body-order-form p.client-company-ie,
body.body-order-form p.client-company-postal-code,
body.body-order-form p.client-document-type,
body.body-order-form p.payment-card-due-date {
  margin-right: 0;
}

body.body-order-form span.error {
  width: auto;
  font-size: 12px;
}

body.body-order-form p.client-document,
body.body-order-form p.client-phone,
body.body-order-form p.client-company-document,
body.body-order-form p.client-company-ie,
body.body-order-form p.client-company-postal-code,
body.body-order-form p.client-company-phone,
body.body-order-form p.payment-card-due-month,
body.body-order-form p.payment-card-lash,
body.body-order-form p.payment-card-due-year {
  float: none;
  width: 100%;
}

.accordion-heading .accordion-toggle,
.accordion-inner {
  padding: 0;
}

.box-info,
.notification {
  color: #787d80;
  font-size: 12px;
  font-weight: 400;
}
/* TEMPLATE */

/* HEADER */
.resultate-header .top-banner {
  display: none;
  max-width: 100%;
  width: auto;
  height: auto;
}

.resultate-header .top-banner .box-banner {
  overflow: hidden;
  position: relative;
  height: 60px;
}

.resultate-header .top-banner .box-banner a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.resultate-header .top-banner .box-banner a img {
  position: absolute;
  width: 1920px;
  height: 460px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.resultate-header .forefront {
  padding: 20px 0;
}

.resultate-header .forefront .layout {
  display: flex;
  justify-content: center;
  align-items: center;
}

.resultate-header .forefront .layout .logo {
  width: 25%;
}

.resultate-header .forefront .layout .logo img {
  width: auto;
  max-width: 100%;
  display: block;
}

.resultate-header .forefront .layout .trigger-searchbox-mobile {
  display: none;
}

.resultate-header
  .forefront
  .layout
  .trigger-searchbox-mobile.active
  .link
  .icon
  .fas {
  color: #be1e2d;
}

.resultate-header .forefront .layout .trigger-searchbox-mobile .link {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}

.resultate-header
  .forefront
  .layout
  .trigger-searchbox-mobile
  .link
  .icon
  .fas {
  font-size: 37px;
  color: #70d44b;
  transition: all 0.5s ease;
}

.resultate-header .forefront .layout .search {
  width: 40%;
}

.resultate-header .forefront .layout .search .busca {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url('/arquivos/icon-search-form.png');
  background-repeat: no-repeat;
  background-position: 96% center;
  position: relative;
  border-radius: 35px;
  border: 1px solid #aeaeae;
  overflow: hidden;
}

.resultate-header .forefront .layout .search .busca legend,
.resultate-header .forefront .layout .search .busca label,
.resultate-header .forefront .layout .search .busca select {
  display: none;
}

.resultate-header .forefront .layout .search .busca .btn-buscar {
  position: absolute;
  width: 50px;
  right: 0;
  height: 100%;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.resultate-header .forefront .layout .search .busca input {
  margin-bottom: 0;
  width: 100%;
  height: 40px;
  font-style: italic;
  color: #707070;
  font-size: 16px;
  border: 0;
  outline: none;
  border-radius: 35px;
  background: none;
  padding-left: 20px !important;
  padding-right: 45px !important;
}

.resultate-header .forefront .layout .my-account {
  width: 17%;
  position: relative;
}

.resultate-header .forefront .layout .my-account .link {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}

.resultate-header .forefront .layout .my-account .link .icon {
  width: 50px;
  height: 40px;
}

.resultate-header .forefront .layout .my-account .link .icon .fas {
  font-size: 37px;
  color: #70d44b;
  transition: all 0.5s ease;
}

.resultate-header .forefront .layout .my-account .link .text {
  width: calc(100% - 50px);
}

.resultate-header .forefront .layout .my-account .link .text p {
  line-height: 1;
  margin: 0;
}

.resultate-header .forefront .layout .my-account .link .text p:first-child {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}

.resultate-header .forefront .layout .my-account .link .text p:last-child {
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}

.resultate-header .forefront .layout .my-account .link:hover .icon .fas {
  color: #f32735;
}

.resultate-header .forefront .layout .my-account .tooltip-on {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 220px;
  padding: 5px 20px;
  z-index: 2;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.resultate-header .forefront .layout .my-account .tooltip-on.active {
  display: block;
}

.resultate-header .forefront .layout .my-account .tooltip-on:before {
  content: '\f0de';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1px;
  color: #ddd;
  font-size: 30px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.resultate-header .forefront .layout .my-account .tooltip-on ul li a {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
}

.resultate-header .forefront .layout .my-account .tooltip-on ul li a .icon {
  width: 35px;
}

.resultate-header
  .forefront
  .layout
  .my-account
  .tooltip-on
  ul
  li
  a
  .icon
  .fas {
  font-size: 20px;
  color: #e4e4e4;
  transition: all 0.5s ease-in-out;
}

.resultate-header .forefront .layout .my-account .tooltip-on ul li a .text {
  width: calc(100% - 35px);
  color: #545454;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}

.resultate-header
  .forefront
  .layout
  .my-account
  .tooltip-on
  ul
  li
  a:hover
  .icon
  .fas,
.resultate-header
  .forefront
  .layout
  .my-account
  .tooltip-on
  ul
  li
  a:hover
  .text {
  color: #f7941d;
}

.resultate-header
  .forefront
  .layout
  .my-account
  .tooltip-on
  ul
  li:last-child
  a {
  border-bottom: 0;
}

.resultate-header .forefront .layout .my-account .tooltip-off {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 300px;
  padding: 5px 20px;
  z-index: 2;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.resultate-header .forefront .layout .my-account .tooltip-off.active {
  display: block;
}

.resultate-header .forefront .layout .my-cart {
  width: 17%;
}

.resultate-header .forefront .layout .my-cart .link {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}

.resultate-header .forefront .layout .my-cart .link .icon {
  width: 55px;
  height: 40px;
}

.resultate-header .forefront .layout .my-cart .link .icon .fas {
  font-size: 35px;
  color: #70d44b;
  transition: all 0.5s ease;
}

.resultate-header .forefront .layout .my-cart .link .text {
  width: calc(100% - 55px);
}

.resultate-header .forefront .layout .my-cart .link .text p {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  margin: 0;
}

.resultate-header
  .forefront
  .layout
  .my-cart
  .link
  .text
  .portal-totalizers-ref
  .title,
.resultate-header
  .forefront
  .layout
  .my-cart
  .link
  .text
  .portal-totalizers-ref
  .amount-products,
.resultate-header
  .forefront
  .layout
  .my-cart
  .link
  .text
  .portal-totalizers-ref
  .amount-kits {
  display: none;
}

.resultate-header
  .forefront
  .layout
  .my-cart
  .link
  .text
  .portal-totalizers-ref
  .amount-items
  span {
  display: none;
}

.resultate-header
  .forefront
  .layout
  .my-cart
  .link
  .text
  .portal-totalizers-ref
  .amount-items
  .amount-items-em {
  position: absolute;
  left: 26px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #006838;
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resultate-header
  .forefront
  .layout
  .my-cart
  .link
  .text
  .portal-totalizers-ref
  .total-cart
  span {
  display: none;
}

.resultate-header
  .forefront
  .layout
  .my-cart
  .link
  .text
  .portal-totalizers-ref
  .total-cart
  .total-cart-em {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}

.resultate-header .forefront .layout .my-cart .link:hover .icon .fas {
  color: #f32735;
}

.resultate-header .menu {
  background: #70d44b;
  overflow: hidden;
}

.resultate-header .menu .layout {
  background: #006838;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.resultate-header .menu .layout:before {
  content: '';
  position: absolute;
  top: 0;
  left: -35px;
  width: 39px;
  height: 44px;
  background: url('/arquivos/pseudo-menu-tail.png');
}

.resultate-header .menu .layout:after {
  content: '';
  position: absolute;
  top: 0;
  right: -35px;
  width: 39px;
  height: 44px;
  background: url('/arquivos/pseudo-menu-tail.png');
  transform: rotate(180deg);
}

.resultate-header .menu .layout .departments {
  width: 170px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.5s ease;
  padding: 12px 0px;
}

.resultate-header .menu .layout .departments .fas {
  display: block;
  margin-right: 10px;
  font-size: 20px !important;
}

.resultate-header .menu .layout .departments:hover {
  color: #70d44b;
}

.resultate-header .menu .layout ul {
  width: calc(100% - 170px);
  display: flex;
  justify-content: space-between;
}

.resultate-header .menu .layout ul li {
  width: auto;
}

.resultate-header .menu .layout ul li a {
  display: block;
  padding: 15px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  transition: all 0.5s ease;
}

.resultate-header .menu .layout ul li a:hover {
  color: #70d44b;
}

.resultate-header .menu-mobile {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 100;
  width: 280px;
  transition: all 1s ease-in-out;
}

.resultate-header .menu-mobile.active {
  left: 0;
}

.resultate-header .menu-mobile .close-menu-mobile {
  position: absolute;
  top: 10px;
  right: -30px;
  cursor: pointer;
}

.resultate-header .menu-mobile .close-menu-mobile .fas {
  color: #fff;
  font-size: 30px;
}

.resultate-header .menu-mobile .window::-webkit-scrollbar {
  width: 3px;
}

.resultate-header .menu-mobile .window::-webkit-scrollbar-track {
  background: #eee;
}

.resultate-header .menu-mobile .window::-webkit-scrollbar-thumb {
  background-color: #3e3e3e;
  outline: 1px solid #3e3e3e;
  border-radius: 3px;
}

.resultate-header .menu-mobile .window {
  background: #fff;
  overflow-y: auto;
  height: 100vh;
}

.resultate-header .menu-mobile .window h2 {
  display: block;
  color: #fff;
  background: #006838;
  font-weight: bold;
  padding: 10px 10px;
  font-size: 14px;
}

.resultate-header .menu-mobile .window .menu-departamento h3 {
  position: relative;
}

.resultate-header .menu-mobile .window .menu-departamento h3 span {
  position: absolute;
  right: 0px;
  width: 30px;
  height: 42px;
  top: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resultate-header .menu-mobile .window .menu-departamento h3 span:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f078';
  transition: all 0.5s ease-in-out;
}

.resultate-header
  .menu-mobile
  .window
  .menu-departamento
  h3
  span.active:before {
  transform: rotate(180deg);
  color: #70d44b;
}

.resultate-header .menu-mobile .window .menu-departamento h3 a {
  padding: 10px 10px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #545454;
  line-height: 21px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.resultate-header .menu-mobile .window .menu-departamento ul {
  display: none;
}

.resultate-header .menu-mobile .window .menu-departamento ul.active {
  display: block;
}

.resultate-header .menu-mobile .window .menu-departamento ul li a {
  color: #545454;
  padding: 7px 15px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 21px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.resultate-header .menu-mobile .window .menu-departamento .brandFilter {
  display: none;
}

.resultate-header .menu-mobile .window .Area-de-Cobertura {
  display: none;
}

.resultate-header .searchbox-mobile {
  display: none;
  padding: 10px;
  background: #be1e2d;
  border-top: 1px solid #fff;
}

.resultate-header .searchbox-mobile.active {
  display: block;
}

.resultate-header .searchbox-mobile .busca {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url('/arquivos/icon-search-form.png');
  background-repeat: no-repeat;
  background-position: 96% center;
  position: relative;
  border-radius: 35px;
  border: 1px solid #fff;
  overflow: hidden;
}

.resultate-header .searchbox-mobile .busca legend,
.resultate-header .searchbox-mobile .busca label,
.resultate-header .searchbox-mobile .busca select {
  display: none;
}

.resultate-header .searchbox-mobile .busca .btn-buscar {
  position: absolute;
  width: 50px;
  right: 0;
  height: 100%;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.resultate-header .searchbox-mobile .busca input {
  margin-bottom: 0;
  width: 100%;
  height: 40px;
  font-style: italic;
  color: #fff;
  font-size: 16px;
  border: 0;
  outline: none;
  border-radius: 35px;
  background: none;
  padding-left: 20px !important;
  padding-right: 45px !important;
}

.pj-address-info {
  border-radius: 4px !important;
  border: 1px solid #787d80 !important;
  color: #787d80 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
}

.pj-address-info strong {
  display: flex;
  align-items: center;
  margin-right: 7px;
}

.pj-address-info strong::before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M460-300h40v-220h-40v220Zm20-276.923q10.462 0 17.539-7.077 7.076-7.077 7.076-17.539 0-10.461-7.076-17.538-7.077-7.077-17.539-7.077-10.462 0-17.539 7.077-7.076 7.077-7.076 17.538 0 10.462 7.076 17.539 7.077 7.077 17.539 7.077ZM480.134-120q-74.673 0-140.41-28.339-65.737-28.34-114.365-76.922-48.627-48.582-76.993-114.257Q120-405.194 120-479.866q0-74.673 28.339-140.41 28.34-65.737 76.922-114.365 48.582-48.627 114.257-76.993Q405.194-840 479.866-840q74.673 0 140.41 28.339 65.737 28.34 114.365 76.922 48.627 48.582 76.993 114.257Q840-554.806 840-480.134q0 74.673-28.339 140.41-28.34 65.737-76.922 114.365-48.582 48.627-114.257 76.993Q554.806-120 480.134-120ZM480-160q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.step,
.cart,
.totalizers {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.cart {
  padding: 0;
}

/* product list */
.cart-template .price-details {
  display: none;
}

.cart-template .table.cart-items {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

.cart-template .table.cart-items thead {
  background-color: #c81515;
}

.cart-template .table.cart-items th,
.cart-template .table.cart-items td {
  padding: 20px 12px;
}

.cart-template .table.cart-items th {
  color: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.cart-template .table.cart-items .product-image img {
  border-radius: 4px;
  border: 1px solid #f5f6f7;
  width: 58px;
  max-width: 58px;
  height: 58px;
}

.cart-template .table.cart-items .product-name a {
  color: #787d80;
  font-size: 12px;
  font-weight: 400;
}

.cart-template .table.cart-items td.shipping-date span {
  font-size: 10px;
}

.cart-template .table.cart-items .product-price .new-product-price-label,
.cart-template .table.cart-items .product-price .old-product-price-label {
  display: none;
}

.cart-template .table.cart-items .product-price .best-price span {
  color: #787d80;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.cart-template .table.cart-items .quantity input {
  border: none;
  color: #000;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}

.cart-template
  .table.cart-items
  .quantity
  .item-quantity-change-decrement
  .icon::before {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.5 9H13.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  border: 1px solid #f5f6f7;
  padding: 4px;
  border-radius: 100%;
  cursor: pointer;
}

.cart-template
  .table.cart-items
  .quantity
  .item-quantity-change-increment
  .icon::before {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.5 9H13.5M9 13.5V4.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  border: 1px solid #f5f6f7;
  padding: 4px;
  border-radius: 100%;
  cursor: pointer;
}

.cart-template .table.cart-items .quantity-price span {
  color: #64c916;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.cart-template .table.cart-items .item-remove .item-link-remove .icon::before {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M6.99935 1.16666C3.78518 1.16666 1.16602 3.78583 1.16602 7C1.16602 10.2142 3.78518 12.8333 6.99935 12.8333C10.2135 12.8333 12.8327 10.2142 12.8327 7C12.8327 3.78583 10.2135 1.16666 6.99935 1.16666ZM8.95935 8.34166C9.12852 8.51083 9.12852 8.79083 8.95935 8.96C8.87185 9.0475 8.76102 9.08833 8.65018 9.08833C8.53935 9.08833 8.42852 9.0475 8.34102 8.96L6.99935 7.61833L5.65768 8.96C5.57018 9.0475 5.45935 9.08833 5.34852 9.08833C5.23768 9.08833 5.12685 9.0475 5.03935 8.96C4.95799 8.87767 4.91236 8.76658 4.91236 8.65083C4.91236 8.53508 4.95799 8.424 5.03935 8.34166L6.38102 7L5.03935 5.65833C4.95799 5.576 4.91236 5.46492 4.91236 5.34916C4.91236 5.23341 4.95799 5.12233 5.03935 5.04C5.20852 4.87083 5.48852 4.87083 5.65768 5.04L6.99935 6.38166L8.34102 5.04C8.51018 4.87083 8.79018 4.87083 8.95935 5.04C9.12852 5.20916 9.12852 5.48916 8.95935 5.65833L7.61768 7L8.95935 8.34166Z' fill='%23787D80'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
/* product list */

/* shipping */
.cart-template .cart-more-options {
  margin-left: 0;
  width: auto;
}

.cart-template .cart-more-options .srp-main-title {
  color: #000;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.cart-template .cart-more-options .srp-description {
  color: #000;
  font-size: 14px;
  max-width: 310px;
  font-weight: 500;
}

.cart-template .srp-data button {
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #000;
  border-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: initial;
}

.cart-template .srp-data button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.cart-template .srp-data input {
  box-shadow: none;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}

.srp-toggle__pickup,
.srp-toggle__delivery {
  color: #000 !important;
}

.vtex-shipping-preview-0-x-frame {
  border-color: #000 !important;
}

/* shipping */

/* cupom */
.cart-template .coupon-form .link-coupon-add {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.cart-template .coupon-form .coupon-fieldset > div {
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  padding: 20px;
  max-width: 200px;
}

.cart-template .coupon-form .coupon-fieldset .coupon-label label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.cart-template .coupon-form .coupon-fieldset .coupon-fields span:nth-child(1) {
  display: block;
}

.cart-template
  .coupon-form
  .coupon-fieldset
  .coupon-fields
  span:nth-child(1)
  input {
  display: block;
  width: 100%;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}

.cart-template
  .coupon-form
  .coupon-fieldset
  .coupon-fields
  span:nth-child(1)
  input::placeholder {
  color: #000;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.cart-template
  .coupon-form
  .coupon-fieldset
  .coupon-fields
  span:nth-child(1)
  .loading-inline {
  display: none !important;
}

.cart-template
  .coupon-form
  .coupon-fieldset
  .coupon-fields
  span:nth-child(1)
  button {
  background-image: none;
  border: none;
  display: flex;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #85d844;
  color: #fff;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 12px;
}
/* cupom */

/* totalizers */
.cart-template .summary-totalizers.cart-totalizers {
  margin-left: 0;
  margin-bottom: 0;
  border: none;
  padding: 0;
  width: auto;
  display: flex;
}

.cart-template .summary-totalizers.cart-totalizers .summary-coupon-wrap {
  margin-right: 32px;
}

.body-cart .cart-template .summary-totalizers.cart-totalizers .accordion-group {
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  padding: 14px 20px 14px 16px;
}

.body-cart
  .cart-template
  .summary-totalizers.cart-totalizers
  .accordion-group
  tr {
  border: none;
}

.body-cart
  .cart-template
  .summary-totalizers.cart-totalizers
  .accordion-group
  td {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.body-cart
  .cart-template
  .summary-totalizers.cart-totalizers
  .accordion-group
  .info {
  text-align: left;
}

.body-cart
  .cart-template
  .summary-totalizers.cart-totalizers
  .accordion-group
  .empty {
  display: none;
}

.body-cart
  .cart-template
  .summary-totalizers.cart-totalizers
  .accordion-group
  .monetary {
  text-align: right;
  color: #000;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.cart-template
  .summary-totalizers.cart-totalizers
  .accordion-group
  tfoot
  .monetary {
  color: #64c916;
}
/* totalizers */

/* CTA's */
.btn-success {
  background-image: none;
  background-color: #64c916;
  color: #fff;
  border-radius: 4px;
  border-color: #64c916;
  border: none;
  height: 30px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.6;
  text-shadow: none;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.btn-success :first-child {
  font-size: 14px;
  color: #fff;
}

.btn-success:hover {
  background-image: none;
  background-color: #64c916;
  color: #fff;
  border-color: #64c916;
}

.link-choose-more-products-wrapper {
  display: inline-block;
}

.link-choose-more-products-wrapper a {
  border-radius: 4px;
  border: 1px solid #64c916;
  padding: 0 20px;
  height: 30px;
  font-size: 12px;
  color: #64c916;
  text-align: center;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CTA's */

/* cart cta */
body a {
  color: #000;
}

.cart-links-bottom {
  display: flex;
  flex-wrap: wrap;
}
/* cart cta */

/* titles */
h1 {
  color: #000;
  font-size: 44px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-order-form h1 {
  text-align: center;
}

.client-pre-email-h label span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.client-pre-email-h label small {
  color: #787d80;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
/* titles */

/* pre-email */

.client-pre-email #client-pre-email {
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  height: 60px;
  padding: 10px 20px;
  font-size: 14px;
  color: #787d80;
}

.client-pre-email #client-pre-email::placeholder {
  color: #787d80;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.client-pre-email #btn-client-pre-email {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  width: 100px;
  border-radius: 8px;
  background-color: #64c916;
  position: absolute;
  top: 16px;
  right: 12px;
}

.container-order-form .checkout-container {
  min-height: 500px;
}

.client-pre-email .emailInfo .icon-lock {
  display: none;
}

.client-pre-email .emailInfo {
  border-radius: 12px;
  border: 1px solid var(--Primary-02, #85d844);
  background-color: #fff;
}

.client-pre-email .emailInfo h3 {
  color: #85d844;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.client-pre-email .emailInfo ul li i::before {
  color: #85d844;
  border: 1px solid #85d844;
  border-radius: 100%;
  padding: 2px;
  font-size: 10px;
}

.client-pre-email .emailInfo ul li span {
  color: #000;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
/* pre-email */

/* dados pessoais */
.accordion-toggle-active {
  color: #000;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.accordion-toggle .icon-user {
  margin-right: 8px;
}

.box-step .client-notice {
  color: #787d80;
  font-size: 12px;
  font-weight: 400;
}

.box-client-info-pf {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.box-client-info-pf input {
  width: 100%;
}

.box-client-info-pj ul {
  width: 100%;
  margin-bottom: 20px;
}

#is-corporate-client {
  border-radius: 4px;
  border: 1px solid #d94b4b;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 37px;
  text-decoration: none;
  font-size: 14px;
  color: #d94b4b;
}

.newsletter span,
.exempt-si-text {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
}

.submit.btn-submit-wrapper button {
  width: 100%;
  height: 37px;
  font-size: 14px;
  margin-top: 10px;
}
/* dados pessoais */

/* summary */

.body-order-form .cart-template h2 {
  color: #000;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  background-color: transparent;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  display: flex;
  align-items: center;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.body-order-form .cart-template h2::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='21' viewBox='0 0 18 21' fill='none'%3E%3Cpath d='M16.8035 7.46214C16.1335 6.72214 15.1235 6.29214 13.7235 6.14214V5.38214C13.7235 4.01214 13.1435 2.69214 12.1235 1.77214C11.6202 1.31069 11.025 0.96079 10.3771 0.745375C9.72909 0.529959 9.04292 0.453885 8.3635 0.522138C5.9735 0.752138 3.9635 3.06214 3.9635 5.56214V6.14214C2.5635 6.29214 1.5535 6.72214 0.883496 7.46214C-0.0865043 8.54214 -0.0565042 9.98214 0.0534958 10.9821L0.753496 16.5521C0.963496 18.5021 1.7535 20.5021 6.0535 20.5021H11.6335C15.9335 20.5021 16.7235 18.5021 16.9335 16.5621L17.6335 10.9721C17.7435 9.98214 17.7635 8.54214 16.8035 7.46214ZM8.5035 1.91214C8.98813 1.86346 9.47758 1.917 9.94023 2.06929C10.4029 2.22158 10.8284 2.46924 11.1894 2.79627C11.5503 3.1233 11.8387 3.52242 12.0357 3.96784C12.2328 4.41326 12.3343 4.89507 12.3335 5.38214V6.08214H5.3535V5.56214C5.3535 3.78214 6.8235 2.07214 8.5035 1.91214ZM5.2635 11.6521H5.2535C4.7035 11.6521 4.2535 11.2021 4.2535 10.6521C4.2535 10.1021 4.7035 9.65214 5.2535 9.65214C5.8135 9.65214 6.2635 10.1021 6.2635 10.6521C6.2635 11.2021 5.8135 11.6521 5.2635 11.6521ZM12.2635 11.6521H12.2535C11.7035 11.6521 11.2535 11.2021 11.2535 10.6521C11.2535 10.1021 11.7035 9.65214 12.2535 9.65214C12.8135 9.65214 13.2635 10.1021 13.2635 10.6521C13.2635 11.2021 12.8135 11.6521 12.2635 11.6521Z' fill='black'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 20px;
  margin-right: 8px;
}

.body-order-form .cart-template .summary-cart-template-holder {
  border: 1px solid #e6e6e6;
  border-top: none;
  border-bottom: none;
}

.body-order-form .cart-template #go-to-cart-button {
  border: 1px solid #e6e6e6;
  border-top: none;
  border-bottom: none;
  padding: 0 20px;
  margin: 0;
  text-align: right;
  float: none;
}

.body-order-form .cart-template .summary-template-holder {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 0 20px 20px;
}

.body-order-form .cart-template .summary-cart-template-holder .cart {
  padding-left: 20px;
  padding-right: 20px;
}

.body-order-form .cart-template .summary-cart-template-holder .item {
  border: none;
}

.body-order-form .cart-template .summary-cart-template-holder .product-name {
  color: #787d80;
  font-size: 12px;
  font-weight: 400;
}

.body-order-form .cart-template .summary-cart-template-holder .quantity {
  display: none;
}

body.body-order-form
  .cart-template
  .summary-template-holder
  .summary-totalizers {
  width: 100%;
  float: none;
  margin-top: 10px;
}

body.body-order-form
  .cart-template
  .summary-template-holder
  .summary-totalizers
  div {
  width: 100%;
}

body.body-order-form
  .cart-template
  .summary-template-holder
  .summary-totalizers
  tbody.totalizers-list
  .info {
  text-align: left;
  width: 100%;
  padding: 0;
  font-size: 14px;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.body-order-form
  .cart-template
  .summary-template-holder
  .summary-totalizers
  tbody.totalizers-list
  .monetary {
  width: 100%;
  font-size: 14px;
  color: #000;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.body-order-form
  .cart-template
  .summary-template-holder
  .summary-totalizers
  tfoot
  .info {
  text-align: left;
  width: 100%;
  padding: 0;
  color: #000;
  color: #64c916;
  font-size: 14px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}

body.body-order-form
  .cart-template
  .summary-template-holder
  .summary-totalizers
  tfoot
  .monetary {
  width: 100%;
  font-size: 14px;
  color: #64c916;
  padding: 0;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* summary */

/* shipping page */
body .vtex-omnishipping-1-x-deliveryChannelsWrapper {
  border-radius: 4px;
  box-shadow: none;
}

body .vtex-omnishipping-1-x-deliveryChannelsWrapper .shp-method-option-text {
  font-size: 14px;
}

body .vtex-omnishipping-1-x-deliveryOptionInactive .shp-method-option-text {
  color: #64c916;
}

body .vtex-omnishipping-1-x-deliveryChannelsToggle {
  border-radius: 4px;
  box-shadow: none;
  background-color: #64c916;
  border: none;
}

body .vtex-omnishipping-1-x-addressFormPart1 .input {
  display: flex;
  flex-direction: column;
}

body .ship-postalCode input {
  width: 100%;
  max-width: 100%;
}

body .vtex-omnishipping-1-x-submitPaymentButton button {
  width: 100%;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .vtex-omnishipping-1-x-leanShippingOptionActive path {
  fill: #64c916;
}

body .vtex-omnishipping-1-x-addressSummaryActive .address-summary {
  background-image: none;
  padding-left: 12px;
}

body .vtex-omnishipping-1-x-linkEdit {
  color: #c81515;
  text-decoration: underline;
}
/* shipping page */

/* payment page */
body .link-gift-card {
  position: initial;
}

body a#show-gift-card-group {
  color: #64c916;
  font-size: 12px;
  font-weight: 400;
}

body .gift-card-section {
  margin-left: 215px;
}

body #payment-data-submit {
  height: 40px;
  margin-top: 20px;
}

body #payment-data-submit span {
  font-size: 14px;
  font-weight: 500;
}

body .payment-group {
  margin-top: 0;
}

body .payment-group-list-btn {
  width: 200px;
}

body .payment-group-list-btn .payment-group-item:not(:last-child) {
  margin-bottom: 7px;
}

body .payment-group-item {
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin: 0;
  height: 55px;
  display: flex;
  align-items: center;
}

body .payment-group-item.active {
  background-color: #c81515;
  border: none;
}

body .payment-group-item.active span {
  color: #fff;
}

body .payment-group-item span {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  text-decoration: none;
  width: 100%;
  display: block;
  padding-left: 50px;
  background-position: left;
}

#app-container {
  padding: 12px;
}

#app-container input {
  min-height: 30px;
}

.PaymentCardHolderName,
.PaymentCardDueDate,
.PaymentCardCVV,
.PaymentCardHolderDocument,
.BillingAddress {
  margin: 15px 0;
}

/* payment page */

/* RESULTATE FOOTER START */
.resultate-footer .footer-top {
  background: #f32735;
  padding: 10px 0;
}

.resultate-footer .footer-top .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.resultate-footer .footer-top .layout .title-footer {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
}

.resultate-footer .footer-top .layout .logo {
  width: 20%;
  margin-top: 20px;
}

.resultate-footer .footer-top .layout .menu {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.resultate-footer .footer-top .layout .menu .column {
  width: 48%;
}

.resultate-footer .footer-top .layout .menu .column ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.resultate-footer .footer-top .layout .menu .column ul li a:hover {
  font-weight: 700;
  color: #70d44b;
}

.resultate-footer .footer-top .layout .extras {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.resultate-footer .footer-top .layout .extras .column:first-child {
  width: 60%;
}

.resultate-footer .footer-top .layout .extras .column:last-child {
  width: 40%;
}

.resultate-footer .footer-top .layout .extras .column .helps {
  margin-bottom: 15px;
}

.resultate-footer .footer-top .layout .extras .column .helps .help {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.resultate-footer .footer-top .layout .extras .column .helps .help .icon {
  width: 30px;
}

.resultate-footer .footer-top .layout .extras .column .helps .help span {
  font-size: 14px;
  font-weight: 400;
}

.resultate-footer .footer-top .layout .extras .column .payment,
.resultate-footer .footer-top .layout .extras .column .safety {
  margin-bottom: 10px;
}

.resultate-footer .footer-top .layout .extras .column .payment img,
.resultate-footer .footer-top .layout .extras .column .safety img {
  width: auto;
  max-width: 100%;
}

.resultate-footer .footer-top .layout .extras .column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.resultate-footer .footer-top .layout .extras .column ul li {
  margin-right: 15px;
}

.resultate-footer .footer-top .layout .extras .column ul li a {
  color: #fff;
  font-size: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.resultate-footer .footer-top .layout .extras .column ul li a:hover {
  color: #70d44b;
}

.resultate-footer .footer-bottom {
  background: #be1e2d;
  padding: 5px 0;
}

.resultate-footer .footer-bottom .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.resultate-footer .footer-bottom .layout .copy p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.resultate-footer .footer-bottom .layout .dev .resultate {
  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;
}

.resultate-footer .footer-bottom .layout .dev .resultate p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  margin-right: 15px;
}

.resultate-footer .footer-bottom .layout .dev .resultate img {
  display: block;
  width: 100px;
  height: auto;
}

/*RESULTATE FOOTER END*/

/* CSS DO NOVO CHECKOUT  */
.atacadosaopaulo__header {
  height: 83px;
  width: 100%;
  background-color: #c81515;
}

.atacadosaopaulo__header__container {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.atacadosaopaulo__header__text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.atacadosaopaulo__header__text p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}

.atacadosaopaulo__footer {
  padding: 60px 0;
  width: 100%;
  background-color: #f5f6f7;
}

.atacadosaopaulo__footer__container {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.title__footer,
footer.atacadosaopaulo__footer
  .atacadosaopaulo__footer__container
  .powered__footer
  h4.sub-title {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.payment__footer,
.security__footer,
.powered__footer {
  padding-bottom: 14px;
}

.grid-payment__footer,
.grid-security__footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 12px;
  align-items: center;
}

.grid-powered__footer {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 8px;
}

@media (max-width: 490px) {
  body .orderform-template-holder .client-profile-data .client-document,
  body .orderform-template-holder .client-profile-data input[type='text'],
  .orderform-template-holder .client-profile-data .client-document input,
  .orderform-template-holder .client-profile-data .client-phone input,
  body .orderform-template-holder .client-profile-data .client-phone {
    float: none !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .resultate-header .menu-mobile .window .menu-departamento h3 a {
    font-size: 12px;
    padding: 10px 5px;
  }

  .resultate-header .menu-mobile .window .menu-departamento ul li a {
    font-size: 12px;
  }

  .resultate-header .forefront .layout .logo {
    width: calc(100% - 150px);
  }

  .resultate-footer .footer-top .layout .menu .column {
    width: 100%;
  }

  .resultate-footer .footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 10px;
  }

  .resultate-footer .footer-top .layout .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .resultate-footer .footer-top .layout .extras {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .resultate-footer .footer-top .layout .extras .column:first-child,
  .resultate-footer .footer-top .layout .extras .column:last-child {
    width: 100%;
  }

  .resultate-footer .footer-top .layout .extras .column .helps {
    margin-bottom: 10px;
  }

  .resultate-footer .footer-top .layout .extras .column .payment,
  .resultate-footer .footer-top .layout .extras .column .safety {
    margin-bottom: 10px;
  }

  .resultate-footer .footer-top .layout .extras .column ul {
    margin-bottom: 10px;
  }

  .resultate-footer .footer-bottom .layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .resultate-footer .footer-bottom .layout .copy {
    width: 100%;
    text-align: center;
  }

  .resultate-footer .footer-bottom .layout .dev {
    width: 100%;
  }

  .resultate-header .forefront {
    padding: 10px 0;
  }

  .resultate-header .forefront .layout .logo {
    width: calc(100% - 200px);
  }

  .resultate-header .forefront .layout .logo img {
    max-height: 50px;
  }

  .resultate-header .forefront .layout .trigger-searchbox-mobile {
    display: block;
  }

  .resultate-header
    .forefront
    .layout
    .trigger-searchbox-mobile
    .link
    .icon
    .fas {
    font-size: 30px;
  }

  .resultate-header .forefront .layout .search {
    display: none;
  }

  .resultate-header .forefront .layout .my-account {
    width: 20px;
  }

  .resultate-header .forefront .layout .my-account .link .icon {
    width: auto;
    height: auto;
  }

  .resultate-header .forefront .layout .my-account .link .icon .fas {
    font-size: 30px;
  }

  .resultate-header .forefront .layout .my-account .link .text {
    display: none;
  }

  .resultate-header .forefront .layout .my-cart {
    width: 35px;
  }

  .resultate-header .forefront .layout .my-cart .link .icon {
    width: auto;
    height: auto;
  }

  .resultate-header .forefront .layout .my-cart .link .icon .fas {
    font-size: 30px;
  }

  .resultate-header .forefront .layout .my-cart .link .text {
    display: none;
  }

  .atacadosaopaulo__header {
    padding: 24px;
  }

  .atacadosaopaulo__header img {
    height: 32px;
    width: 101px;
  }

  .atacadosaopaulo__footer__container {
    flex-direction: column;
    align-items: start;
    padding: 40px 24px;
    gap: 40px;
  }

  .atacadosaopaulo__footer {
    height: auto;
  }

  .grid-payment__footer {
    grid-template-columns: repeat(6, 1fr);
  }

  .payment__footer,
  .security__footer {
    padding-bottom: 0;
  }

  div.container.container-main {
    padding: 16px !important;
  }

  .cart-template .table.cart-items .product-price .best-price span {
    color: #64c916;
  }

  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body .box-client-info-pj {
    float: none;
  }

  body.body-order-form select,
  body.body-order-form textarea,
  body.body-order-form input[type='text'],
  body.body-order-form input[type='password'],
  body.body-order-form input[type='datetime'],
  body.body-order-form input[type='datetime-local'],
  body.body-order-form input[type='date'],
  body.body-order-form input[type='month'],
  body.body-order-form input[type='time'],
  body.body-order-form input[type='week'],
  body.body-order-form input[type='number'],
  body.body-order-form input[type='email'],
  body.body-order-form input[type='url'],
  body.body-order-form input[type='search'],
  body.body-order-form input[type='tel'],
  body.body-order-form input[type='color'],
  body.body-order-form .uneditable-input {
    font-size: 16px;
  }

  body .payment-confirmation-wrap {
    border-top: 0px;
  }
}

@media (max-width: 1023px) {
  .resultate-header .forefront .layout .my-account .link .text p:first-child {
    font-size: 14px;
    margin-bottom: 9px;
  }

  .resultate-header .forefront .layout .my-account .link .text p:last-child {
    font-size: 14px;
  }

  .resultate-header .forefront .layout .my-cart .link .text p {
    font-size: 14px;
  }

  .resultate-header
    .forefront
    .layout
    .my-cart
    .link
    .text
    .portal-totalizers-ref
    .total-cart
    .total-cart-em {
    font-size: 14px;
  }

  .resultate-footer .footer-top .layout .logo {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .resultate-footer .footer-top .layout .menu {
    width: 100%;
    text-align: center;
  }

  .resultate-footer .footer-top .layout .extras {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  .resultate-footer .footer-top .layout .extras .column:first-child {
    width: 49%;
  }

  .resultate-footer .footer-top .layout .extras .column:last-child {
    width: 49%;
  }

  .resultate-footer .footer-top .layout .extras .column .helps {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .resultate-footer .footer-top .layout .extras .column .helps .help {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .resultate-footer .footer-top .layout .extras .column ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .resultate-footer .footer-top .layout .extras .column ul li {
    margin: 0 10px;
  }

  .pj-address-info {
    display: block !important;
    position: relative;
    padding-left: 40px !important;
  }

  .pj-address-info strong {
    display: inline-block !important;
    margin-right: 0;
  }

  .pj-address-info strong::before {
    position: absolute;
    left: 10px;
    top: 30px;
  }

  .full-cart .cart table tbody tr.product-item {
    padding: 10px;
  }

  .cart-template .table.cart-items th,
  .cart-template .table.cart-items td {
    padding: 4px 0;
  }

  .cart-template .table.cart-items td.product-image {
    padding: 8px;
  }

  .cart-template .table.cart-items .product-image img {
    width: 45px;
    max-width: 45px;
    height: 45px;
  }

  .full-cart .cart table tbody tr td.item-remove {
    right: 14px;
  }

  .cart-template
    .table.cart-items
    .item-remove
    .item-link-remove
    .icon::before {
    width: 20px;
    height: 20px;
  }

  .cart-template
    .table.cart-items
    .quantity
    .item-quantity-change-decrement
    .icon::before,
  .cart-template
    .table.cart-items
    .quantity
    .item-quantity-change-increment
    .icon::before {
    width: 10px;
    height: 10px;
  }

  .full-cart .cart table tbody tr td.product-price {
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .cart-template .summary-totalizers.cart-totalizers {
    width: 100%;
    flex-direction: column;
    justify-content: unset;
    margin: 16px 0;
  }

  .cart-template .summary-totalizers.cart-totalizers .summary-coupon-wrap {
    margin-right: 0;
  }

  .cart-template .summary-totalizers.cart-totalizers .summary-coupon {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cart-template .coupon-form .coupon-fieldset > div {
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }

  .cart-template .coupon-form .coupon-fieldset .coupon-label label {
    text-align: left;
  }

  .cart-template
    .coupon-form
    .coupon-fieldset
    .coupon-fields
    span:nth-child(1)
    input {
    height: 40px;
    font-size: 16px;
  }

  .cart-template
    .coupon-form
    .coupon-fieldset
    .coupon-fields
    span:nth-child(1)
    input::placeholder {
    font-size: 14px;
  }

  .cart-template
    .coupon-form
    .coupon-fieldset
    .coupon-fields
    span:nth-child(1)
    button {
    height: 40px;
    font-size: 14px;
    background-color: #64c916;
    text-shadow: none;
  }

  .cart-template .cart-links-bottom {
    display: block;
  }

  .btn-place-order-wrapper,
  .link-choose-more-products-wrapper {
    display: block;
    width: 100%;
  }

  .body-cart
    .cart-template
    .summary-totalizers.cart-totalizers
    .accordion-group
    .monetary,
  .body-cart
    .cart-template
    .summary-totalizers.cart-totalizers
    .accordion-group
    td {
    font-size: 14px;
  }

  .link-choose-more-products-wrapper a,
  .btn-success {
    height: 40px;
    font-size: 14px;
    line-height: 2;
  }

  h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-order-form h1 {
    text-align: left;
    margin-bottom: 20px !important;
  }

  .client-pre-email-h label span {
    margin-bottom: 12px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    line-height: 1.4;
  }

  .client-pre-email-h label small {
    margin-bottom: 20px;
  }

  .client-pre-email #btn-client-pre-email {
    top: 6px;
  }
}

@media (max-width: 1279px) {
  .resultate-header .forefront .layout .search {
    width: 26%;
  }

  .resultate-header .forefront .layout .my-account {
    width: 22%;
  }

  .resultate-header .forefront .layout .my-cart {
    width: 19%;
  }

  .resultate-header .menu {
    background: #006838;
  }

  .resultate-header .menu .layout:before,
  .resultate-header .menu .layout:after {
    display: none;
  }

  .resultate-header .menu .layout ul {
    display: none;
  }

  .resultate-footer .footer-top .layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
