
/* source: <mash.boiler-io@1.0.134-beta.0> */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap);
* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  padding: 0 !important;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333;
  webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr,
acronym,
fieldset,
fieldset-img,
img,
table {
  border: 0 none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

menu,
ol,
ul {
  list-style: none;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}

a:hover {
  color: #333;
}

em {
  font-style: normal;
}

img {
  border: none;
  display: block;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input[type="button"] {
  cursor: pointer;
  border-radius: 0;
}

input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

label {
  font-size: 14px;
}

input[type="tel"],
input[type="text"],
select {
  min-height: 40px;
  vertical-align: middle;
  font-size: 14px;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;
  background: #aaa;
}

::-webkit-scrollbar-thumb {
  background: #aaa;
}

.crow {
  clear: both;
  float: none;
}

.crow:before {
  display: table;
  content: "";
}

.crow:after {
  clear: both;
  display: table;
  content: "";
}

.ChangeNumberOfPayments a {
  font-weight: 500;
  color: #0075ff;
  text-decoration: underline;
}

.step .select label,
.step .text label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
}

.vtex-omnishipping-1-x-shippingSectionTitle {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
}

.vtex-omnishipping-1-x-toggleActive {
  background: #000;
}

.vtex-omnishipping-1-x-dateLink {
  border-color: #000;
  color: #fff;
  background: #000 !important;
  font-size: 16px;
}

.vtex-omnishipping-1-x-addressSummaryActive .address-summary {
  background: #999 !important;
  color: #fff !important;
  border: none !important;
  padding-left: 10px;
  font-weight: 500;
  font-size: 14px;
}

.vtex-omnishipping-1-x-addressSummaryActive .address-summary a {
  color: #fff;
  text-decoration: underline;
}

.vtex-omnishipping-1-x-leanShippingTextLabelSingle,
.vtex-omnishipping-1-x-optionPrice {
  font-size: 14px;
}

.blue {
  color: #333 !important;
}

.product-image {
  background: 0 0 !important;
}

.onda-v1 .b--blue {
  border-color: #333;
}

.vtex-omnishipping-1-x-SummaryItemContent {
  font-size: 15px;
}

.vtex-omnishipping-1-x-SummaryItemContent
  .vtex-omnishipping-1-x-SummaryItemPrice {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.ext {
  clear: both;
  float: none;
}

.wrap {
  width: 100%;
  max-width: 1366px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

.line {
  clear: both;
  float: none;
}

.line:before,
.wrap:before {
  display: table;
  content: "";
}

.line:after,
.wrap:after {
  clear: both;
  display: table;
  content: "";
}

.i-icon {
  background-image: url(/arquivos/img-common.png);
  color: #fff;
  background-repeat: no-repeat;
  display: block !important;
  text-indent: -99999px;
  font-size: 0;
}

body .container.container-main {
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 0 !important;
}

body .container h1 {
  display: none !important;
}

.check-header {
  background: #fff;
  border-top: 4px solid #333;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px 2px;
  padding: 1.042vw 0;
}

.check-header .logo img,
.check-header .logo svg {
  display: block;
  margin: 20px auto;
}

.check-header .logo img {
  height: auto;
}

.check-footer {
  padding: 25px 0;
  margin-top: 40px;
  background: #212121;
}

.check-footer p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

body.load .btn-place-order-wrapper {
  height: 60px;
}

body.load .btn-place-order-wrapper a {
  display: none;
}

body.load .ext-frequencia button svg {
  fill: #2a5caa;
}

body.load .ext-frequencia button:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
}

.ProgressBar {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.ProgressBar .ProgressBar-Inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ProgressBar .ProgressBar-Inner > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ededf3;
  margin-right: 3px;
  width: 88px;
  height: 6px;
}

.ProgressBar .ProgressBar-Inner > div:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.ProgressBar .ProgressBar-Inner > div:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.ProgressBar .ProgressBar-Inner > div h3 {
  position: relative;
  top: 10px;
  color: #9d9fa2;
  font-size: 11px;
}

.ProgressBar .ProgressBar-Inner > div.active {
  background: #000;
}

.ProgressBar .ProgressBar-Inner > div.active h3 {
  color: #000;
}

.ext-modal {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.75);
}

.wrap-modal {
  display: table;
  height: 100%;
  width: 100%;
}

.wrap-modal .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}

.wrap-modal .dialog {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  padding: 25px;
}

.wrap-modal .close {
  position: absolute;
  color: #fff;
  background: #333;
  right: 10px;
  top: 10px;
  width: 30px;
  line-height: 30px;
  opacity: 1;
  font-family: sans-serif;
  text-align: center;
  font-size: 20px;
}

.wrap-modal .close:hover {
  color: #fff;
  border-color: #fff;
}

.jn-subscription .dialog {
  max-width: 420px;
}

.jn-subscription .dialog .ops {
  font-size: 40px;
  text-align: center;
  color: #333;
  margin-top: 20px;
  font-family: "Bebas Neue", cursive;
}

.jn-subscription .dialog .ops .fa {
  font-size: 30px;
}

.jn-subscription .dialog .txt {
  text-align: center;
  padding-top: 20px;
  color: #616161;
  font-size: 16px;
  max-width: 300px;
  margin: 0 auto;
  line-height: 1.2;
}

.jn-subscription .dialog .txt strong {
  font-weight: 600;
  color: #198942;
}

.jn-subscription .dialog .link {
  padding: 20px 0;
  text-align: center;
}

.jn-subscription .dialog .link a {
  font-weight: 600;
  text-decoration: underline;
  text-transform: lowercase;
  color: #333;
}

.a-1-month .item-attachment-name-label:after {
  content: ": Mensal";
}

.a-2-week .item-attachment-name-label:after {
  content: ": Quinzenal";
}

.a1-week .item-attachment-name-label:after {
  content: ": Semanal";
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.vtex-Warning + .cart-links .btn-place-order-wrapper {
  display: none !important;
}

.vtex-Warning + .cart-links .btn-place-order-warning {
  display: block !important;
}

.vtex-Warning + .cart-links .btn-place-order-warning a {
  width: 100%;
  padding: 0;
  line-height: 60px;
  color: #999;
  border-radius: 6px;
  box-shadow: none;
  border: none;
  text-shadow: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  font-size: 30px;
  background: #ddd;
  display: block;
  text-decoration: none !important;
}

.vtex-Warning + .payment-confirmation-wrap .btn-success {
  display: none !important;
}

.vtex-Warning + .payment-confirmation-wrap .btn-warning {
  display: block !important;
  font-size: 25px;
  padding: 20px 0;
  border-radius: 6px;
  border: none;
  text-shadow: none;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
  background: #ddd;
  color: #999;
  cursor: default;
  width: 100%;
}

body.body-cart .cart {
  border: none;
  padding: 0 !important;
}

body.body-cart .add-item-attachment-container {
  /*display: none !important*/
}

body.body-cart .summary-template-holder .summary .shipping {
  width: 170px;
}

body.body-cart .full-cart .summary-totalizers .monetary .shipping-form-inline {
  min-width: 125px;
}

body.body-cart .coupon-column {
  display: none;
}

body.body-cart .summary-totalizers .coupon-column {
  display: block;
}

body.body-cart .cart-more-options {
  margin-left: 0;
}

body.body-cart .cart-items thead th {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
  color: #616161;
}

body.body-cart .cart-items thead th.product-price {
  display: none;
}

body.body-cart .cart-items thead tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

body.body-cart .cart-items tbody td {
  padding: 16px 10px;
  font-size: 13px;
  line-height: 1.3;
}

body.body-cart .cart-items tbody td.quantity-price {
  font-weight: 600;
  font-size: 14px;
}

body.body-cart .cart-items tbody td.product-price {
  display: none;
}

body.body-cart .cart-items tbody tr {
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
  border-top: none !important;
}

body.body-cart .cart-items .product-price,
body.body-cart .cart-items .quantity-price {
  text-align: left;
}

body.body-cart .cart-items .product-image img {
  width: 38px;
  max-width: 38px;
  height: auto;
  border: 1px solid #eee;
}

body.body-cart .cart-items .product-name a {
  font-size: 13px;
  font-weight: 500;
  color: #212121;
}

body.body-cart .cart-items .quantity {
  min-width: 140px;
}

body.body-cart .cart-items .quantity input {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  box-shadow: none;
  background-color: #fff;
  padding: 0;
  height: 32px;
  min-height: 32px;
  width: 32px !important;
  margin: 0;
  display: inline-block;
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

body.body-cart .cart-items .quantity .item-quantity-change {
  line-height: 32px;
  padding: 0;
  height: 32px;
  display: inline-block;
  background: #fff;
  width: 30px;
  font-size: 14px;
  box-shadow: none;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  border: 1px solid #ddd;
}

body.body-cart .cart-items .quantity .item-quantity-change:hover {
  background: #eee;
}

body.body-cart
  .cart-items
  .quantity
  .item-quantity-change.item-quantity-change-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
  right: -8px;
}

body.body-cart
  .cart-items
  .quantity
  .item-quantity-change.item-quantity-change-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
  left: -8px;
}

body.body-cart .cart-items .quantity .icon-plus-sign:before {
  content: "\f067";
  color: #999;
}

body.body-cart .cart-items .quantity .icon-minus-sign:before {
  content: "\f068";
  color: #999;
}

body.body-cart .cart-items .item-link-remove {
  color: #000;
  padding: 0;
  text-align: center;
  width: 22px;
  line-height: 22px;
  display: inline-block;
}

body.body-cart #shipping-preview-container #deliver-at-text,
body.body-cart #shipping-preview-container .srp-items.f5 {
  font-size: 13px;
}

body.body-cart #shipping-preview-container #deliver-at-text a,
body.body-cart #shipping-preview-container .srp-items.f5 a {
  font-size: 13px;
  color: #212121 !important;
}

body.body-cart #shipping-preview-container #deliver-at-text a:after,
body.body-cart #shipping-preview-container .srp-items.f5 a:after {
  content: "Alterar";
  text-decoration: underline;
  font-weight: 600;
  margin-left: 15px;
}

body.body-cart #shipping-preview-container .onda-v1 .mt4 {
  margin-top: 0;
}

body.body-cart #shipping-preview-container h2.srp-main-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #333;
  padding: 10px 0 10px;
}

body.body-cart #shipping-preview-container .srp-description {
  font-size: 15px;
  color: #616161;
  font-weight: 600;
}

body.body-cart #shipping-preview-container .srp-delivery-heade {
  font-size: 15px;
  color: #616161;
}

body.body-cart #shipping-preview-container .srp-delivery-heade span {
  font-size: 14px;
}

body.body-cart #shipping-preview-container #shipping-calculate-link {
  background: #333 !important;
  color: #fff !important;
  border: none;
  height: 50px;
  padding: 0;
  width: 120px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}

body.body-cart .srp-icon-radio-selected path {
  fill: #000 !important;
}

body.body-cart .vtex-shipping-preview-0-x-postalCodeForgotten {
  margin-top: 0;
}

body.body-cart .vtex-shipping-preview-0-x-pc .ship-postalCode {
  width: 240px;
}

body.body-cart .vtex-shipping-preview-0-x-pc .ship-postalCode #ship-postalCode {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  background: #fff;
  height: 40px;
  vertical-align: middle;
  padding-right: 20px;
  width: 170px;
}

body.body-cart .vtex-shipping-preview-0-x-pc .ship-postalCode label {
  display: block;
  color: #616161;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 8px;
  font-weight: 600;
}

body.body-cart .vtex-shipping-preview-0-x-pc .ship-postalCode label:before {
  content: "Digite seu ";
}

body.body-cart .vtex-shipping-preview-0-x-pc .ship-postalCode small {
  display: block;
  padding-top: 4px;
}

body.body-cart .vtex-shipping-preview-0-x-pc .ship-postalCode small a {
  text-decoration: underline;
}

body.body-cart .vtex-shipping-preview-0-x-pc .ship-postalCode .help {
  position: absolute;
  bottom: -24px;
}

body.body-cart .vtex-shipping-preview-0-x-pc #cart-shipping-calculate {
  position: absolute;
  right: 0;
  color: #fff;
  border: none;
  text-transform: uppercase;
  background: #000 !important;
  box-shadow: none !important;
  height: 40px;
  border-radius: 0 4px 4px 0;
  text-shadow: none;
  font-size: 13px;
  vertical-align: middle;
  bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

body.body-cart .full-cart .summary-totalizers {
  border: 1px solid #ddd;
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  padding: 0;
  border-bottom: none;
  border-radius: 0;
  width: 36%;
  max-width: 480px;
  background: #f5f5f5;
}

body.body-cart .full-cart .summary-totalizers .accordion-group {
  border-top: 1px solid #ddd;
  border-radius: 0;
}

body.body-cart .full-cart .summary-totalizers tr {
  border-bottom: 1px solid #ddd;
}

body.body-cart .full-cart .summary-totalizers th {
  font-size: 13px;
}

body.body-cart .full-cart .summary-totalizers td {
  font-size: 13px;
}

body.body-cart .full-cart .summary-totalizers td.empty,
body.body-cart .full-cart .summary-totalizers td.space {
  display: none;
}

body.body-cart .full-cart .summary-totalizers .accordion-inner:before {
  content: "Resumo da compra";
  padding: 10px 15px;
  display: block;
  font-weight: 600;
  font-size: 14px;
}

body.body-cart .full-cart .summary-totalizers .info {
  text-align: left;
  padding: 6px 0 6px 15px;
}

body.body-cart .full-cart .summary-totalizers .monetary {
  text-align: left;
  font-weight: 600;
  padding: 6px 15px 6px 0;
  color: #000;
}

body.body-cart .full-cart .summary-totalizers tfoot tr {
  border: none;
}

body.body-cart .full-cart .summary-totalizers tfoot td.info {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 15px;
}

body.body-cart .full-cart .summary-totalizers tfoot td.monetary {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 15px;
  color: #000;
}

body.body-cart .summary-shipping .shipping-fields {
  position: relative;
  padding: 0 40px 0 0;
  box-sizing: border-box;
  width: 100%;
  clear: both;
}

body.body-cart .summary-shipping input.postal-code {
  border-radius: 0;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 40px;
  box-shadow: none;
  max-width: 100%;
}

body.body-cart .summary-shipping #cart-shipping-calculate {
  position: absolute;
  right: 0;
  top: 0;
}

body.body-cart .summary-shipping .postal-code-service a,
body.body-cart .summary-shipping .shipping-calculate-link {
  text-decoration: underline;
  color: #333;
  font-weight: 600;
}

body.body-cart .summary-shipping .postal-code-service a {
  font-size: 11px;
}

body.body-cart .summary-shipping .loading-inline {
  position: absolute;
  right: 50px;
  margin: 0;
  top: 16px;
}

body.body-cart .summary-shipping span.error {
  clear: both;
  padding: 5px 0 0;
  font-size: 11px;
}

body.body-cart .summary-shipping #cart-shipping-calculate {
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 0;
  background: #ddd;
  border: none;
  text-transform: uppercase;
  color: #000;
  width: 40px;
  height: 40px;
  outline: 0;
}

body.body-cart .summary-shipping #cart-shipping-calculate:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: 18px;
  line-height: 40px;
  top: 0;
}

body.body-cart .coupon-column div {
  display: block !important;
}

body.body-cart .coupon-label {
  margin: 0;
}

body.body-cart .coupon-label label {
  text-align: left;
  font-size: 0;
  color: #fff;
  display: block;
}

body.body-cart .coupon-label label:before {
  content: "Tem cupom de desconto?";
  color: #333;
  font-weight: 600;
  font-size: 14px;
}

body.body-cart .summary-coupon {
  padding: 10px 15px 5px;
  border-bottom: none;
  margin: 0 !important;
}

body.body-cart .summary-coupon .coupon-data {
  float: none;
}

body.body-cart .coupon-fields {
  overflow: hidden;
  position: relative;
}

body.body-cart .coupon-fields .info {
  padding: 0 !important;
}

body.body-cart .coupon-fields .info span {
  display: block;
  text-align: left;
  padding: 10px 30px 10px 10px;
  background: #f9f9f9;
}

body.body-cart .coupon-fields .info .delete {
  position: absolute;
  right: 0;
  top: 0;
}

body.body-cart .coupon-fields .info .delete a {
  font-size: 0;
  color: #f9f9f9;
  position: relative;
  width: 33px;
  display: block;
}

body.body-cart .coupon-fields .info .delete a:after {
  content: "\000D7";
  line-height: 33px;
  width: 100%;
  color: #000;
  display: block;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  font-family: sans-serif;
}

body.body-cart .coupon-fields .coupon-value {
  border-radius: 4px 0 0 4px;
  border: 1px solid #ddd;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  height: 40px;
  vertical-align: middle;
  width: 180px;
  box-shadow: none;
  font-size: 16px;
}

body.body-cart .coupon-fields #cart-coupon-add {
  float: left;
  position: relative;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0 4px 4px 0;
  font-size: 0;
  background: #000;
  border: none;
  text-transform: uppercase;
  color: #fff;
  width: 40px;
  height: 40px;
  outline: 0;
}

body.body-cart .coupon-fields #cart-coupon-add:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  right: 20px;
  font-size: 18px;
  color: #fff;
}

body.body-cart .clone-item-sep,
body.body-cart .clone-item.btn,
body.body-cart .item-attachments-head,
body.body-cart .link-coupon-add,
body.body-cart .product-name .brand-label,
body.body-cart .product-name .brand-name,
body.body-cart .product-name .seller,
body.body-cart td.shipping-date,
body.body-cart th.shipping-date {
  display: none !important;
}

body.body-cart .item-attachments-content .item-attachments-remove {
  display: none;
}

body.body-cart .item-attachments-content td {
  padding: 0 10px !important;
}

body.body-cart .item-attachments-content td .item-attachment-name-label {
  font-size: 15px;
  position: relative;
  color: #f0f0f0;
  padding: 8px 0 4px;
  display: block;
  color: #616161;
  font-weight: 600;
}

body.body-cart .item-attachments-content td .item-attachment-value {
  display: inline-block;
  font-weight: 600;
  /*display: none !important*/
}

body.body-cart .pull-right.cart-links {
  margin: 0;
  background: #ddd;
  box-sizing: border-box;
  padding: 5px 15px 15px;
  border: 1px solid #ddd;
  border-top: none;
  background: #f5f5f5;
  position: relative;
  top: -2px;
  float: right;
  max-width: 480px;
  width: 36%;
  box-sizing: border-box;
}

body.body-cart .link-choose-more-products-wrapper {
  display: block;
  float: none;
  text-align: left;
}

body.body-cart a.link-choose-more-products {
  margin: 0;
  color: #000;
  line-height: 1;
  font-size: 13px;
  display: inline-block;
  position: relative;
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #666;
  text-decoration: underline;
}

body.body-cart a.link-choose-more-products:before {
  content: "\f060";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  margin-top: -8px;
}

body.body-cart .btn-place-order-wrapper {
  float: none;
  display: block;
}

body.body-cart .btn-place-order-wrapper .btn-success {
  width: 100%;
  padding: 0;
  line-height: 50px;
  color: #fff;
  border-radius: 6px;
  box-shadow: none;
  border: none;
  text-shadow: none;
  text-align: center;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  background: #000;
}

body.body-cart .btn-place-order-wrapper .btn-success:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  right: 14px;
}

body.body-cart .btn-place-order-wrapper .btn-success:hover {
  background: #000;
}

body.body-cart .empty-cart-content {
  text-align: center;
  padding: 120px 0 60px;
  border: 1px solid #f8f8f8;
  background: #fff;
  position: relative;
  margin-top: 30px;
}

body.body-cart .empty-cart-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 85px;
  height: 104px;
  background: url(/arquivos/icon-empty.png) no-repeat;
  top: 0;
  left: 50%;
  margin-left: -42.5px;
}

body.body-cart .empty-cart-content .empty-cart-title {
  font-size: 0;
  color: #fff;
  font-weight: 600;
}
/*
body.body-cart .empty-cart-content .empty-cart-title:before {
    content: "OPS..! ";
    color: #212121;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}
*/
body.body-cart .empty-cart-content .empty-cart-title:after {
  content: "Sua sacola está vazia";
  color: #333;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

body.body-cart .empty-cart-content .empty-cart-message p {
  line-height: 1.2;
  font-weight: 600;
  font-size: 16px;
  padding: 0 20px 20px;
  color: #616161;
  max-width: 600px;
  margin: 0 auto;
}

body.body-cart .empty-cart-content .empty-cart-links {
  padding-top: 0;
  text-align: center;
}

body.body-cart .empty-cart-content .empty-cart-links a {
  display: inline-block;
  padding: 2px;
  color: #ef404a;
  text-transform: lowercase;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  text-shadow: none;
  height: auto;
  background: 0 0;
  box-shadow: none;
  border: none;
}

.FormFieldLabel {
  color: #212121;
}

body.body-order-form .client-pre-email {
  border: none;
}

body.body-order-form .client-pre-email .link-cart {
  float: none;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px;
}

body.body-order-form .client-pre-email .link-cart a {
  color: #333;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  padding: 0 0 0 20px;
  line-height: 18px;
  position: relative;
}

body.body-order-form .client-pre-email .link-cart a:before {
  content: "\f104";
  font-size: 18px;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
}

body.body-order-form .client-pre-email h3 {
  line-height: 1.4;
  margin-top: 30px;
}

body.body-order-form .client-pre-email h3 span {
  display: block;
  padding: 0 0 5px;
  color: #333;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

body.body-order-form .client-pre-email h3 small {
  display: block;
  padding: 5px 0 20px;
  font-weight: 600;
  font-size: 17px;
  color: #999;
}

body.body-order-form .client-pre-email span.error {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  left: 6px;
  padding: 0 2px;
  background: #fff;
}

body.body-order-form .client-pre-email input {
  border-radius: 4px;
  box-shadow: none !important;
  border-color: #bbb;
}

body.body-order-form .client-pre-email input.error {
  border-color: #333;
}

body.body-order-form .client-pre-email .btn-success {
  border-radius: 4px;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  background: #000;
}

body.body-order-form .client-pre-email .btn-success:hover {
  background: #000;
}

body.body-order-form .client-pre-email .emailInfo {
  border: none;
  background: #f5f5f5;
  text-align: center;
}

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

body.body-order-form .client-pre-email .emailInfo h3 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

body.body-order-form .client-pre-email .emailInfo .icon-ok {
  color: #000;
}

body.body-order-form .client-pre-email .emailInfo li {
  font-size: 13px;
}

body.body-order-form #ship-complement {
  max-width: 162px;
}

body.body-order-form .step {
  border: 1px solid #ddd;
  border-radius: 4px;
}

body.body-order-form .step .box-info {
  font-size: 16px;
}

body.body-order-form .step .btn-success {
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  margin: 12px 0 0;
  padding: 11px 0;
  border-radius: 6px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  background: #000;
}

body.body-order-form .step .btn-success:hover {
  background: #000;
}

body.body-order-form .step input[type="email"],
body.body-order-form .step input[type="number"],
body.body-order-form .step input[type="password"],
body.body-order-form .step input[type="tel"],
body.body-order-form .step input[type="text"] {
  height: 38px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: none;
  padding: 0 3px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
}

body.body-order-form .step #client-email {
  width: 100%;
  max-width: 284px;
}

body.body-order-form .step.shipping-data svg path {
  fill: #000;
}

body.body-order-form .step.shipping-data .vtex-omnishipping-1-x-address label {
  height: 20px;
}

body.body-order-form .step.shipping-data .ship-complement label {
  max-width: 12ch;
  overflow: hidden;
  line-height: 1.5;
}

body.body-order-form .step.shipping-data .input.ship-receiverName {
  clear: both;
  padding-top: 10px;
}

body.body-order-form .step.shipping-data input {
  margin-top: 2px;
}

body.body-order-form
  .step.shipping-data
  .vtex-omnishipping-1-x-leanShippingOptionActive {
  background: #f9f9f9;
}

body.body-order-form .step .link.pf-pj {
  margin: 10px 0 15px;
  text-decoration: underline;
}

body.body-order-form .accordion-heading i.icon-credit-card,
body.body-order-form .accordion-heading i.icon-home,
body.body-order-form .accordion-heading i.icon-user {
  margin: 0 10px 0 0;
  font-size: 16px;
}

body.body-order-form .accordion-heading .accordion-toggle {
  font-size: 14px !important;
  font-weight: 600;
  text-transform: uppercase;
}

body.body-order-form .accordion-heading .accordion-toggle .link-box-edit {
  right: 0;
  top: 0;
  box-shadow: none;
  border: none;
  background: #f5f5f5;
  color: #999;
  font-size: 18px;
  opacity: 1;
  height: 22px;
  border-radius: 4px;
}

body.body-order-form .FormFieldLabel {
  color: #212121;
}

body.body-order-form .client-profile-data .client-notice {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding-bottom: 10px;
  line-height: 1.2;
}

body.body-order-form .client-profile-data .client-profile-email {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0 0;
  color: #000;
}

body.body-order-form .client-profile-data .client-profile-email a {
  color: #0075ff;
  text-decoration: underline !important;
}

body.body-order-form .client-profile-data .client-profile-summary {
  font-size: 14px;
  line-height: 1.4;
}

body.body-order-form .client-profile-data span.error {
  font-size: 12px;
}

body.body-order-form .client-profile-data .client-last-name label {
  color: #fff;
  letter-spacing: -6px;
}

body.body-order-form .client-profile-data .client-last-name label:before {
  content: "Sobrenome";
  color: #333;
  letter-spacing: normal;
}

body.body-order-form .client-profile-data label {
  line-height: 1.2;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

body.body-order-form .client-profile-data label.newsletter-label {
  padding-left: 0;
  margin-top: 0;
}

body.body-order-form
  .client-profile-data
  label.newsletter-label
  .newsletter-text {
  font-size: 15px;
  text-transform: none;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  line-height: 1.2;
}

body.body-order-form
  .client-profile-data
  label.newsletter-label
  .newsletter-text:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #ccc;
  top: 50%;
  margin-top: -9px;
}

body.body-order-form
  .client-profile-data
  label.newsletter-label
  #opt-in-newsletter {
  display: none;
}

body.body-order-form
  .client-profile-data
  label.newsletter-label
  #opt-in-newsletter:checked
  + .newsletter-text:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  height: 12px;
  width: 12px;
  top: 50%;
  background: #212121;
  border-radius: 3px;
  margin-top: -6px;
}

body.body-order-form .shipping-data .address-item {
  color: #444;
}

body.body-order-form .shipping-data .address-edit a,
body.body-order-form .shipping-data .create a,
body.body-order-form .shipping-data .link-change-shipping {
  border: none;
  padding: 10px 8px;
  border-radius: 4px;
  background: #999;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-decoration: none !important;
}

body.body-order-form .shipping-data .address-edit a:hover,
body.body-order-form .shipping-data .create a:hover,
body.body-order-form .shipping-data .link-change-shipping:hover {
  background: #666;
}

body.body-order-form .shipping-data .shipping-options p {
  font-weight: 600;
  color: #333;
}

body.body-order-form .shipping-data .delivery-shipping-options h4 .pull-left {
  font-weight: 600;
}

body.body-order-form
  .shipping-data
  .label-vertical-group:hover
  .icon-circle-blank,
body.body-order-form .shipping-data .shipping-data .icon-ok-circle {
  color: #333;
}

body.body-order-form .payment-group {
  width: 35%;
  box-sizing: border-box;
  margin-top: 0;
}

body.body-order-form .steps-view {
  width: 60%;
  box-sizing: border-box;
  min-height: 265px;
  border-radius: 0;
}

body.body-order-form .payment-group-list-btn {
  width: auto;
}

body.body-order-form .payment-group-item {
  margin-left: 0;
  border-radius: 6px;
  box-sizing: border-box;
}

body.body-order-form .payment-group-item .payment-group-item-text {
  font-size: 14px;
  font-weight: 600;
  color: #212121;
}

body.body-order-form .payment-group-item.active {
  background: #f4f4f4;
  color: #000;
}

body.body-order-form .payment-group-item.active .payment-group-item-text {
  color: #000;
}

body.body-order-form .cart-fixed {
  width: auto !important;
  position: relative !important;
  height: auto !important;
  background: #f8f8f8;
  min-height: 300px;
}

body.body-order-form .mini-cart h2 {
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  padding: 10px 15px 20px;
  text-align: left;
  border: none;
  background: #f8f8f8;
  border-radius: 0;
  text-shadow: none;
}

body.body-order-form .mini-cart .info {
  color: #666;
}

body.body-order-form .mini-cart .link-cart {
  float: none;
  position: absolute;
  top: 26px;
  padding: 0 10px;
  left: 5px;
}

body.body-order-form .mini-cart .link-cart a {
  font-size: 13px;
  color: #999;
  text-decoration: underline;
}

body.body-order-form .mini-cart .cart-items {
  margin: 16px 0 0;
}

body.body-order-form .mini-cart .cart {
  padding: 0 15px;
}

body.body-order-form .mini-cart .item {
  margin: 0;
  padding: 10px 10px;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  text-shadow: none;
  font-size: 14px;
}

body.body-order-form .mini-cart .item .description {
  font-size: 13px;
}

body.body-order-form .mini-cart strong {
  font-weight: 600;
}

body.body-order-form .mini-cart .quantity {
  top: 8px;
}

body.body-order-form .mini-cart .summary-template-holder {
  border: none;
  border-radius: 0;
  background: #f8f8f8;
}

body.body-order-form .mini-cart .table td.monetary {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

body.body-order-form .mini-cart .service-list {
  width: 100%;
}

body.body-order-form .mini-cart .info {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}

body.body-order-form .summary-totalizers {
  padding: 0 15px;
}

body.body-order-form .summary-totalizers tr {
  border-top: 1px solid #e9e9e9;
}

body.body-order-form .summary-totalizers td {
  padding: 8px 10px;
}

body.body-order-form .payment-confirmation-wrap {
  border-radius: 0 3px 3px 0;
  background: #fff;
}

body.body-order-form .payment-confirmation-wrap .btn-success {
  font-size: 20px;
  padding: 20px 0;
  border-radius: 6px;
  border: none;
  text-shadow: none;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  background: #000;
}

body.body-order-form .payment-confirmation-wrap .btn-success:hover {
  background: #000;
}

body.body-order-form .vtex-omnishipping-1-x-deliveryChannelsToggle {
  background: #000;
  border-color: #000;
}

.body-checkout-confirmation .cconf-bank-invoice-data__embedded,
.body-checkout-confirmation .cconf-bank-invoice-data__embedded + .c-muted-1 {
  display: none !important;
}

.body-checkout-confirmation .vtex-text-copy__button {
  background: #333;
  color: #fff;
}

.body-checkout-confirmation .cconf-bank-invoice-data__print .link {
  background: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border-color: #000;
  font-weight: 600;
}

.body-checkout-confirmation .ProgressBar .ProgressBar-Inner > div.Step-1 {
  background: #ededf3 !important;
}

.body-checkout-confirmation .ProgressBar .ProgressBar-Inner > div.Step-1 h3 {
  color: #9d9fa2 !important;
}

.body-checkout-confirmation .ProgressBar .ProgressBar-Inner > div.Step-4 {
  background: #000 !important;
}

.body-checkout-confirmation .ProgressBar .ProgressBar-Inner > div.Step-4 h3 {
  color: #000 !important;
}

.body-checkout-confirmation #app-container,
.body-checkout-confirmation #app-top {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.body-checkout-confirmation #app-top {
  padding: 30px 10px 0 !important;
}

.body-checkout-confirmation #app-container {
  padding: 30px 10px 60px !important;
}

.body-checkout-confirmation .fw6 {
  font-weight: 600;
}

.body-checkout-confirmation .tracked {
  letter-spacing: normal;
}

.body-checkout-confirmation .cconf-alert {
  border-radius: 6px;
  border: none;
  background: #f5f5f5;
  border: none;
  box-shadow: none;
}

.body-checkout-confirmation .cconf-alert .dark-green {
  color: #000;
}

.body-checkout-confirmation .cconf-alert strong {
  font-weight: 600;
}

.body-checkout-confirmation .black-80 {
  color: #777;
}

.body-checkout-confirmation .table th {
  font-weight: 600;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}

.body-checkout-confirmation h2.lh-copy {
  color: #333;
}

.body-checkout-confirmation .ph3-ns {
  padding: 0;
  width: auto;
}

.body-checkout-confirmation h1.f2.black-70 {
  display: none;
}

.body-checkout-confirmation .tracked-mega {
  letter-spacing: normal;
}

.body-checkout-confirmation .cconf-address .tracked-mega,
.body-checkout-confirmation .cconf-payment .tracked-mega,
.body-checkout-confirmation .cconf-summary .tracked-mega {
  font-weight: 600;
  color: #333;
}

.body-checkout-confirmation .cconf-address .shadow-00,
.body-checkout-confirmation .cconf-payment .shadow-00,
.body-checkout-confirmation .cconf-summary .shadow-00 {
  box-shadow: none;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.body-checkout-confirmation .fw7 {
  font-weight: 600;
}

.body-checkout-confirmation .cconf-continue-button,
.body-checkout-confirmation .cconf-myorders-button {
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #333 !important;
  border: none;
  border-radius: 4px;
  width: auto;
  letter-spacing: normal;
  font-family: "Montserrat", sans-serif;
  padding: 15px 18px;
}

.body-checkout-confirmation .cconf-product-table thead tr {
  border-bottom: 2px solid #8b8f92;
}

.body-checkout-confirmation .cconf-product-table tbody tr {
  border-top: none;
  border-bottom: 1px solid #e0dbd7;
}

.body-checkout-confirmation .cconf-product-table tbody td {
  padding: 20px 10px;
  font-size: 15px;
}

@media (max-width: 979px) {
  body.body-order-form .row-fluid .mini-cart,
  body.body-order-form .row-fluid .orderform-template-holder {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

body #vtexIdContainer {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99999999;
}

body.login {
  background: #000;
}

body .vtexIdUI {
  box-shadow: -5px 12px 24px rgba(0, 0, 0, 0.2) !important;
  border: none !important;
  border-radius: 0 !important;
}

body .vtexIdUI a {
  color: #999;
}

body .vtexIdUI h4 {
  text-align: center;
}

body .vtexIdUI .modal-header {
  background: 0 0;
  border: none;
  padding: 30px 25px 25px;
}

body .vtexIdUI .vtexIdUI-heading {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 600;
  color: #616161;
}

body .vtexIdUI .vtexIdUI-heading:before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  width: 106px;
  height: 52px;
  background: url(/arquivos/logo-login.png);
}

body .vtexIdUI .vtexIdUI-heading h4 {
  text-align: center;
}

body .vtexIdUI .modal-body {
  padding: 0 25px 25px;
}

body .vtexIdUI .modal-body .btn {
  border-radius: 3px;
  box-shadow: none !important;
  border: none !important;
  font-size: 14px;
  outline: 0;
  text-shadow: none !important;
  text-align: center !important;
  padding: 12px 0;
  position: relative;
  font-weight: 600;
  text-align: center !important;
  overflow: visible;
}

body .vtexIdUI .modal-body .btn#loginWithAccessKeyBtn {
  background: #000 !important;
  color: #fff !important;
  height: 55px;
  padding: 0 5px;
}

body .vtexIdUI .modal-body .btn#loginWithAccessKeyBtn span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}

body .vtexIdUI .modal-body .btn#loginWithAccessKeyBtn span:before {
  content: "";
  display: block;
  width: 27px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: url(/arquivos/chave-login2.png) no-repeat;
}

body .vtexIdUI .modal-body .btn#loginWithUserAndPasswordBtn {
  margin-top: 45px;
  position: relative;
  background: #eee !important;
  height: 55px;
}

body .vtexIdUI .modal-body .btn#loginWithUserAndPasswordBtn:before {
  content: "ou";
  display: block;
  position: absolute;
  top: -28px;
  left: 50%;
  text-align: center;
  width: 36px;
  font-weight: 600;
  margin-left: -18px;
  background: #fff;
  z-index: 2;
  color: #616161;
}

body .vtexIdUI .modal-body .btn#loginWithUserAndPasswordBtn:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  width: 100%;
  top: -22px;
  position: absolute;
  z-index: 1;
  background: #616161;
}

body .vtexIdUI .modal-body .btn#vtexIdUI-facebook,
body .vtexIdUI .modal-body .btn#vtexIdUI-google-plus {
  margin-bottom: 30px;
  height: 40px;
  font-size: 11px;
  padding-left: 38px;
  position: relative;
}

body .vtexIdUI .modal-body .btn#vtexIdUI-facebook:before,
body .vtexIdUI .modal-body .btn#vtexIdUI-google-plus:before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 2px;
  left: 1px;
  top: 1px;
}

body .vtexIdUI .modal-body .btn#vtexIdUI-facebook {
  background: #455c92 !important;
}

body .vtexIdUI .modal-body .btn#vtexIdUI-facebook:before {
  background: #fff url(/arquivos/login-facebook.png) no-repeat center;
}

body .vtexIdUI .modal-body .btn#vtexIdUI-google-plus {
  background: #e65d40 !important;
}

body .vtexIdUI .modal-body .btn#vtexIdUI-google-plus:before {
  background: #fff url(/arquivos/login-google-2.png) no-repeat center;
}

body .vtexIdUI .btn-large {
  padding: 12px 18px;
}

body .vtexIdUI .vtexIdUI-providers-list:before {
  display: table;
  content: "";
}

body .vtexIdUI .vtexIdUI-providers-list:after {
  clear: both;
  display: table;
  content: "";
}

body .vtexIdUI .vtexIdUI-providers-list p {
  color: #fff !important;
  display: inline;
}

body .vtexIdUI .vtexIdUI-providers-list li {
  width: 100%;
  clear: both;
}

body .vtexIdUI .vtexIdUI-providers-list li.ng-scope {
  clear: none;
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-right: 6px;
}

body .vtexIdUI .vtexIdUI-providers-list li.ng-scope + .ng-scope {
  padding: 0 0 0 6px;
}

body .vtexIdUI .vtexIdUI-providers-list li .btn {
  text-align: left;
  line-height: 1;
}

body .vtexIdUI .vtexIdUI-providers-list .vtexIdUI-send-email i {
  display: none !important;
}

body .vtexIdUI .vtexIdUI-providers-i {
  display: none !important;
}

body .vtexIdUI input[type="email"],
body .vtexIdUI input[type="password"],
body .vtexIdUI input[type="text"] {
  border-radius: 4px !important;
  box-shadow: none !important;
  background: #fff;
  border: 1px solid #e6e6e6 !important;
  font-size: 13px !important;
  padding-left: 20px;
  min-height: 45px;
}

body .vtexIdUI input[type="email"]#access-code,
body .vtexIdUI input[type="password"]#access-code,
body .vtexIdUI input[type="text"]#access-code {
  padding: 0;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 22px !important;
  letter-spacing: 3px;
}

body .vtexIdUI .modal-header .close {
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  font-size: 30px;
  width: 30px;
  line-height: 30px;
  color: #333;
  background: #fff !important;
  position: absolute;
  right: 6px;
  top: 6px;
  font-family: sans-serif;
  font-weight: 400;
}

body .vtexIdUI .modal-footer {
  background: #fff;
  box-shadow: none;
  padding: 14px 45px 20px;
  border-color: #eee;
}

body .vtexIdUI .modal-footer .vtexIdUI-back-link {
  float: left;
  width: 40%;
  text-align: center;
  color: #000 !important;
}

body .vtexIdUI .modal-footer .btn-success {
  float: right;
  width: 60%;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  border: none;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-radius: 4px;
  text-shadow: none;
  font-size: 16px;
  padding: 15px 0;
  font-family: "Montserrat", sans-serif;
}

body .vtexIdUI .muted {
  text-transform: uppercase;
  padding-bottom: 8px;
  color: #333 !important;
}

body .vtexIdUI .vtexIdUI-header.row-fluid {
  display: none !important;
}

body .vtexid-icon-lock {
  display: none !important;
}

body .vtexIdUI .vtexIdUI-auth-code .btn {
  height: auto;
}

@media (max-width: 480px) {
  body .vtexIdUI {
    width: 96%;
    margin-left: 0;
    top: 2%;
    font-size: 14px;
    left: 2%;
  }
}

@media (max-width: 374px) {
  body .vtexIdUI .vtexIdUI-providers-list li.ng-scope {
    float: none;
    clear: both;
    width: 100%;
    padding: 0 !important;
  }
  body .vtexIdUI .vtexIdUI-providers-list li.ng-scope button {
    margin-bottom: 0 !important;
  }
  body .vtexIdUI .modal-body .btn#loginWithAccessKeyBtn span {
    padding: 0;
  }
  body .vtexIdUI .modal-body .btn#loginWithAccessKeyBtn span:before {
    display: none;
  }
}

.vtexid-icon-lock {
  display: none !important;
}

@media only screen and (max-width: 1366px) {
  body .container.container-main {
    max-width: 87.083vw;
  }
}

@media only screen and (max-width: 1023px) {
  body.body-order-form #ship-complement {
    max-width: 140px;
  }
  body .container.container-main {
    max-width: inherit;
  }
}

@media only screen and (max-width: 767px) {
  body.body-order-form .steps-view {
    width: auto;
  }
  body.body-cart .full-cart .pull-right.cart-links,
  body.body-cart .full-cart .summary-totalizers {
    float: none;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    max-width: inherit;
  }
  body.body-cart .full-cart .summary-totalizers .accordion-group {
    padding: 10px 10px 0;
  }
  body.body-cart #shipping-preview-container {
    max-width: inherit;
    padding-bottom: 30px;
    text-align: center;
    clear: both;
    float: none;
  }
  body.body-cart #shipping-preview-container .srp-description {
    max-width: inherit;
  }
  body.body-cart #shipping-preview-container .onda-v1 .mt4 {
    margin-top: 0;
  }
  body.body-order-form .client-pre-email h3 span {
    font-size: 12px;
    line-height: 1.2;
    max-width: 270px;
    margin: 0 auto;
  }
  body.body-order-form .input.ship-complement {
    float: none;
    clear: both;
    width: 100%;
    padding-top: 10px;
  }
  body.body-order-form .input.ship-complement input {
    max-width: inherit !important;
  }
  body.body-order-form .input-small + span.error,
  body.body-order-form .payment-group {
    width: auto;
  }
  body.body-order-form .step {
    padding: 10px;
  }
  body.body-order-form .step input[type="email"],
  body.body-order-form .step input[type="number"],
  body.body-order-form .step input[type="password"],
  body.body-order-form .step input[type="tel"],
  body.body-order-form .step input[type="text"] {
    box-sizing: border-box;
  }
  body.body-order-form .step.client-profile-data input[type="email"],
  body.body-order-form .step.client-profile-data input[type="number"],
  body.body-order-form .step.client-profile-data input[type="password"],
  body.body-order-form .step.client-profile-data input[type="tel"],
  body.body-order-form .step.client-profile-data input[type="text"] {
    width: 100% !important;
  }
  .body-checkout-confirmation .cconf-continue-button,
  .body-checkout-confirmation .cconf-myorders-button {
    float: none;
    clear: both;
    margin: 4px 0;
    width: 100%;
  }
}

@media only screen and (max-width: 490px) {
  .full-cart
    .cart
    table
    tbody
    tr.item-attachments-content
    .item-attachments-item-fields {
    margin: 0;
    padding-left: 66px !important;
  }
  body.body-cart .item-attachments-content .item-attachment {
    padding: 0 0 15px;
  }
  body.body-cart .item-attachments-content .item-attachment:after {
    top: -2px;
  }
  .ProgressBar .ProgressBar-Inner > div h3 {
    font-size: 12px;
  }
  .check-header .logo img,
  .check-header .logo svg {
    width: 114px;
    height: 70px;
  }
  body.body-cart .full-cart .cart table tbody tr td.quantity-price {
    display: inline-block !important;
    width: auto;
    font-size: 14px;
  }
  body.body-cart .full-cart .cart table tbody tr td.quantity {
    margin-left: 50px;
  }
  body.body-cart .full-cart .cart table tbody tr td.product-image {
    left: 10px;
    padding: 0;
    top: 10px;
  }
  body.body-cart .full-cart .cart table tbody tr td.item-remove {
    right: 10px;
  }
  body.body-cart .full-cart .cart table tbody tr td.product-price {
    padding: 9px 0;
  }
  body.body-cart .full-cart .summary-totalizers .accordion-group {
    padding: 0;
  }
  body.body-cart .cart-items tbody tr {
    border: none;
    padding: 10px;
  }
}

.PaymentCardCVV label {
  width: 90px;
}

footer {
  border-top: 1px #000 solid;
  margin-top: 50px;
}

.rodape {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.rodape > div {
  width: 33.3%;
  padding: 35px 0;
}

.rodape > div svg {
  margin-right: 10px;
}

.rodape > div:nth-child(1) {
  text-align: left;
}

.rodape > div:nth-child(2) {
  text-align: center;
}

.rodape > div:nth-child(3) {
  text-align: right;
}

.rodape > div:nth-child(3) svg {
  margin-right: 0;
  margin-top: 20px;
}

.rodape > div:nth-child(1) svg:last-child {
  display: inline-block;
  margin-bottom: -8px;
}

.rodape > div img.ico_elo {
  display: inline-block;
  width: 45px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.rodape > div img.ico_hipercard {
  display: inline-block;
  width: 45px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.rodape > div img.ico_pic-pay {
  display: inline-block;
  width: 45px;
  margin-right: 10px;
  margin-top: 10px;
}

.rodape > div img.ico_ame-digital {
  display: inline-block;
  width: 45px;
  margin-right: 10px;
  margin-top: 10px;
}

.rodape > div img.ico_pix {
  display: inline-block;
  width: 45px;
  margin-right: 10px;
  margin-top: 10px;
}

.rodape > div p {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}

.rodape-final {
  width: 100%;
  background: #000;
}

.rodape-final > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rodape-final > div > div {
  width: 50%;
}

.rodape-final > div > div:nth-child(1) {
  width: 80%;
}

.rodape-final > div > div:nth-child(2) {
  width: 20%;
  text-align: right;
}

.rodape-final p {
  color: #fff;
  font-size: 10px;
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  .rodape {
    flex-direction: column;
  }

  .rodape > div:nth-child(1) {
    padding: 30px;
    box-sizing: border-box;
  }

  .fretes > div {
    font-size: 10px;
  }
  .rodape > div {
    width: 100%;
    text-align: center !important;
  }
  .price-fixed > div {
    padding: 0 15px !important;
  }

  .rodape-final {
    padding: 15px 0;
  }

  .rodape-final > div {
    flex-direction: column;
    text-align: center !important;
  }

  .rodape-final p {
    margin: 20px 0;
  }
}

.totalizers-list > .Shipping {
  display: table-row !important;
}

.body-cart .totalizers-list > .Shipping,
#cart-print {
  display: none !important;
}

.add-item-attachment.btn.btn-mini {
  background: url("/arquivos/quero-assinar1.png") no-repeat center center;
  width: 135px;
  height: 20px;
  font-size: 0 !important;
  border: 0;
  padding: 0;
  margin-top: 10px;
}

.content-shipping.container.container-main {
  min-height: auto;
}

.content-shipping {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.content-shipping .shipping-text {
  display: block;
  width: 100%;
  padding: 4px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  margin-top: 7px;
  color: #000;
  text-align: left;
}

.content-shipping .shipping-text .highlight {
  color: #24b26d;
  font-weight: bold;
  text-transform: uppercase;
}

.content-shipping .shipping-bar {
  display: block;
  width: 25%;
  background: #dddddd;
}

.content-shipping .shipping-bar .shipping-bar--bar {
  background: linear-gradient(
    90.06deg,
    #0f9d58 49.95%,
    rgba(15, 157, 88, 0) 93.8%
  );
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 6px;
  display: block;
  position: relative;
  transition: 0.3s;
}

.content-shipping .shipping-bar .shipping-bar--bar::after {
  content: url(/arquivos/icon-freight-truck.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content-shipping .shipping-bar .shipping-bar--bar.freeShipping {
  background: #24b26d;
}

.content-shipping .shipping-bar .shipping-bar--bar.freeShipping::after {
  content: url(/arquivos/icon-free-shipping.svg);
}

/* cliente pediu pra tirar o icone */
.content-shipping .shipping-bar .shipping-bar--bar::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .content-shipping .shipping-bar {
    width: 100%;
  }

  .content-shipping .shipping-text {
    text-align: center;
  }
}

.logo-m3 {
  width: 33px;
  display: initial;
  height: 100%;
  margin-top: -16px;
}

/* Checkout vale presente */
.gift-card-section {
  margin-bottom: 5px;
  margin-left: auto;
  padding: 15px;
  width: 60%;
  box-sizing: border-box;
}

#btn-add-gift-card {
  margin-top: 8px;
}

@media screen and (max-width: 979px) {
  .payment-data .gift-card-section {
    width: 60%;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .payment-data .gift-card-section {
    width: 100%;
  }
}

/* Changing payment order */
.link-payment-discounts-cod {
  font-size: 0;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0.7;
  transition: ease 0.2s;
  text-decoration: none;

  &::before {
    content: "Adicionar vale-troca";
  font-size: 14px;
  font-weight: 600;
  color: #212121;
  }

  &::after {
    content: url('/arquivos/vale-troca-icon.png');
  height: 24px;
  margin-left: auto;
  }

  &:hover {
    opacity: 1;
    color: #000;
    text-decoration: none;
  }
}

.link-gift-card {
    left: 0;
    position: relative;
    margin: 0;
    border: 2px solid rgb(244, 244, 244);
    border-image: initial;
    border-right: none;
    display: block;
    /* margin-left: 5px; */
    width: 35%;
    padding: 0px 18px 0px 8px;
    border-radius: 5px 0px 0px 5px;
    transition: all 0.2s ease-in-out 0s;
    height: 46px;
    box-sizing: border-box;
}

.payment-discounts-options label {
  font-size: 0 !important;

  &::before {
    content: "Vale-troca";
    font-size: 15px;
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  .form-step.box-new {
    display: flex;
    flex-direction: column;

    .payment-group {
      /* order: 1; */
      width: 100%;
    }

    .link.link-gift-card {
      /* order: 2; */
      margin: 0;
      left: 0;
      /* padding: 0 0 16px 12px; */
      width: 100%;
      border-right: 2px solid rgb(244, 244, 244);
    }

    .gift-card-section.form-step.box-default {
      /* order: 3; */
      margin-top: 0;
    }

    .steps-view {
      /* order: 4; */
    }
  }
}
