@charset "UTF-8";
/* checkout v6 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url(/arquivos/icomoon.ttf.css?v=4);
  src: url(/arquivos/icomoon.eot.css?v=4#iefix) format("embedded-opentype"), url(/arquivos/icomoon.woff.css?v=4) format("woff"); }

.header {
  height: 128px;
  background: #2b2b2b; }
  .header--container {
    height: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    justify-content: center; }
    .header--container .logo--link {
      cursor: pointer;
      position: relative; }
      .header--container .logo--link::before {
        display: block;
        content: '\e907';
        font-size: 43px;
        font-family: 'icomoon';
        font-style: normal;
        color: white; }
    .header--container .checkBar {
      position: relative;
      margin: 0 30px; }
      .header--container .checkBar_bar {
        display: block;
        left: 31px;
        right: 31px;
        height: 7px;
        position: absolute;
        top: 20px;
        box-shadow: none;
        background: #dfdfdf;
        z-index: 1; }
        .header--container .checkBar_bar_inner {
          display: block;
          height: 100%;
          background-color: #ec870e;
          transition: width 0.5s ease-out;
          width: 23%; }
      .header--container .checkBar_box {
        width: 100%;
        display: table;
        position: relative;
        z-index: 2;
        float: right; }
      .header--container .checkBar_item .barra {
        display: block;
        width: 34px;
        height: 34px;
        background: #dfdfdf;
        /* border: 2px solid #d7d7d7; */
        transition: background 0.5s ease-out;
        margin: 5px 0 0;
        border-radius: 22px; }
        .header--container .checkBar_item .barra::before {
          width: 100%;
          height: 100%;
          float: left;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: 'FontAwesome';
          speak: none;
          font-size: 15px;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #2b2b2b; }
      .header--container .checkBar_item .text {
        position: absolute;
        width: 90%;
        left: -9%;
        bottom: 0;
        font-weight: 500;
        text-align: left;
        color: #fff;
        top: 43px;
        font-size: 11px;
        font-weight: 600; }
      .header--container .checkBar_item_cart .barra::before {
        font-size: 20px;
        content: '\f07a'; }
      .header--container .checkBar_item_pgto .barra::before {
        content: '\f09d'; }
      .header--container .checkBar_item_finish .barra::before {
        /*content: "\e918";*/
        content: '\f046'; }
    .header--container .safety {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      color: white;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 14px;
      text-align: end; }
      .header--container .safety::before {
        content: '\f023';
        font-family: 'FontAwesome';
        font-size: 19px;
        margin-right: 8px; }

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #2b2b2b; }
  footer h3 {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px solid #ccc; }
  footer .safety-payments {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 50px; }
    footer .safety-payments .safety > div {
      display: flex;
      align-items: center; }
      footer .safety-payments .safety > div img {
        margin-left: 13px;
        height: 96px; }
      footer .safety-payments .safety > div a:first-of-type {
        align-self: flex-end; }
        footer .safety-payments .safety > div a:first-of-type::before {
          display: inline-flex;
          content: "";
          font-size: 96px;
          font-family: 'icomoon';
          font-style: normal;
          color: white; }
    footer .safety-payments .payments {
      margin-bottom: 6px; }
      footer .safety-payments .payments > div {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 9px;
        width: 150px;
        margin-top: 18px; }
        footer .safety-payments .payments > div span {
          text-align: center; }
      footer .safety-payments .payments #payment-visa::after {
        display: inline-flex;
        content: "";
        font-size: 31px;
        font-family: 'icomoon';
        font-style: normal;
        color: white; }
      footer .safety-payments .payments #payment-mastercard::after {
        display: inline-flex;
        content: "";
        font-size: 31px;
        font-family: 'icomoon';
        font-style: normal;
        color: white; }
      footer .safety-payments .payments #payment-dinners::after {
        display: inline-flex;
        content: "";
        font-size: 31px;
        font-family: 'icomoon';
        font-style: normal;
        color: white; }
      footer .safety-payments .payments #payment-amex::after {
        display: inline-flex;
        content: "";
        font-size: 31px;
        font-family: 'icomoon';
        font-style: normal;
        color: white; }
      footer .safety-payments .payments #payment-gwallet::after {
        display: inline-flex;
        content: "";
        font-size: 31px;
        font-family: 'icomoon';
        font-style: normal;
        color: white; }
      footer .safety-payments .payments #payment-applepay {
        display: flex;
        align-items: center;
        justify-content: center; }
        footer .safety-payments .payments #payment-applepay::after {
          display: inline-flex;
          content: "";
          font-size: 20px;
          font-family: 'icomoon';
          font-style: normal;
          color: white; }
      footer .safety-payments .payments #payment-paypal::after {
        display: inline-flex;
        content: "";
        font-size: 30px;
        font-family: 'icomoon';
        font-style: normal;
        color: white; }
  footer .rules {
    margin: 32px 0;
    color: white;
    text-align: center;
    font-size: 12px; }

.vtexIdUI .btn-success {
  background: none #202020 !important; }

.vtexIdUI #vtexIdUI-facebook {
  background: none #405689 !important; }

.vtexIdUI #vtexIdUI-google-plus {
  background: none #a66457 !important;
  color: #fff !important; }

.vtexIdUI .btn {
  border-radius: 0px !important;
  font-family: 'Work Sans' !important;
  letter-spacing: 0px !important;
  font-size: 16px !important;
  border: none !important;
  font-weight: 500 !important;
  text-shadow: none !important;
  min-height: 38px !important;
  text-transform: inherit; }

.vtexIdUI #loginWithUserAndPasswordBtn {
  background: none #f4f4f4 !important;
  color: #202020 !important; }

.vtexIdUI .btn i {
  display: none; }

.body-cart {
  background: #fff; }

.body-cart .btn-success {
  background-color: #ef7e00;
  background-image: none; }

.payment-letsencrypt::before {
  content: '';
  background: url("/arquivos/dana-lest-encrypt.png") no-repeat center 0px;
  width: 129px;
  background-size: 100%;
  display: inline-block;
  margin: 0px;
  vertical-align: top;
  height: 33px;
  margin: -9px 0px 0px 10px; }

.body-cart .btn-success:hover,
.body-cart .btn-success:focus,
.body-cart .btn-success:active {
  background-color: #333333; }

.empty-cart-content {
  text-align: center; }

.body-checkout-confirmation .b--light-silver {
  background-color: #333333;
  background-image: none;
  color: #fff; }

.body-checkout-confirmation .b--light-silver:hover,
.body-checkout-confirmation .b--light-silver:focus,
.body-checkout-confirmation .b--light-silver:active {
  background-color: #454545;
  color: #fff; }

.item-component.hide,
.link.link-gift-card {
  display: none !important; }

.link-coupon-add {
  text-decoration: underline; }

a {
  color: #333; }

.checkout-header {
  display: none; }

.top-interaction > .container > .row {
  margin: 0px; }

.body-checkout-confirmation header .checkBar_bar .checkBar_bar_inner {
  display: block;
  height: 100%;
  background-color: #6eadb5;
  transition: width 0.5s ease-out;
  width: 100%; }

.body-order-form header .checkBar_bar .checkBar_bar_inner {
  width: 78%; }

.body-order-placed header .checkBar_bar .checkBar_bar_inner {
  width: 100%; }

header .checkBar_box .checkBar_item.checkBar_item_cart .text {
  left: -4%; }

header .checkBar_box .checkBar_item.checkBar_item_identf .text {
  left: -12%; }

header .checkBar_box .checkBar_item.checkBar_item_pgto .text {
  left: -7%; }

header .checkBar_box .checkBar_item.checkBar_item_finish .text {
  left: inherit;
  right: -57px; }

.body-order-form header .checkBar_item.checkBar_item_identf .barra,
.body-order-placed header .checkBar_box .checkBar_item.checkBar_item_finish .barra,
.body-order-placed header .checkBar_box .checkBar_item.checkBar_item_pgto .barra,
.body-checkout-confirmation header .checkBar_box .checkBar_item.checkBar_item_pgto .barra,
header .checkBar_box .checkBar_item.checkBar_item_cart .barra {
  border-color: #fff;
  background: #ec870e; }

.body-order-form header .checkBar_box .checkBar_item.checkBar_item_identf .barra::before,
.body-order-form header .checkBar_box .checkBar_item.checkBar_item_pgto .barra::before {
  color: #000; }

.body-checkout-confirmation header .checkBar_box .checkBar_item.checkBar_item_finish .barra,
.step-email header .checkBar_box .checkBar_item.checkBar_item_identification .barra,
.step-payment header .checkBar_box .checkBar_item.checkBar_item_identification .barra,
.step-payment header .checkBar_box .checkBar_item.checkBar_item_pgto .barra {
  border-color: #fff;
  background: #646464; }

.body-checkout-confirmation header .checkBar_box .checkBar_item.checkBar_item_finish .barra {
  background: #ec870e; }

.body-order-form header .checkBar_box .checkBar_item.checkBar_item_cart .barra,
.body-order-form header .checkBar_box .checkBar_item.checkBar_item_pgto .barra {
  background: #ec870e; }

.step-email header .checkBar_box .checkBar_item.checkBar_item_cart .text,
.step-payment header .checkBar_box .checkBar_item.checkBar_item_cart .text,
header .checkBar_box .checkBar_item.checkBar_item_cart .text {
  color: #fff; }

header .checkBar_box .checkBar_item.checkBar_item_cart .text {
  color: #fff; }

.cart-more-options.span7 {
  margin: 0px 0px 10px 0px; }

header .checkBar_box .checkBar_item {
  display: block;
  position: relative;
  padding-bottom: 25px;
  /*width: 33%;
     */
  width: calc(50% - 17px);
  float: left; }

header .checkBar_box .checkBar_item.checkBar_item_finish {
  width: 17px; }

header .checkBar_box .checkBar_item.checkBar_item_finish .text {
  width: 102px; }

.body-cart,
body,
.www-marquinhom-com-br.body-cart,
.marquinhom-vtexcommercestable-com-br.body-cart {
  font-family: 'Work Sans', sans-serif !important; }

a#orderform-to-cart {
  font-size: 0px; }

.payment-group {
  width: calc(100% - 455px); }

.payment-group-list-btn {
  width: 93%; }

.payment-group-item {
  width: 100%; }

/*#payment-data-submit::after {
    content: "Concluir Compra";
    font-size: 16px;
}*/
a#cart-to-orderform::before {
  content: 'Continuar';
  font-size: 18px; }

a#cart-to-orderform {
  font-size: 0; }

/*button.btn.btn-large span {
    font-size: 0px;
}*/
.body-cart {
  background: #fff !important;
  padding-bottom: 0 !important; }

.step,
.cart,
.totalizers {
  border: 1px solid #ececec; }

.table.cart-items thead th {
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #ccc; }

.seller.muted {
  font-weight: 400; }

.cart-links.cart-links-bottom {
  width: 100%; }

.cart-links.cart-links-bottom .link-choose-more-products-wrapper {
  float: left; }

.cart-links.cart-links-bottom .btn-place-order-wrapper {
  float: right; }

.table.cart-items > tbody {
  border-bottom: 1px solid #ccc; }

#cart-choose-more-products {
  font-size: 0;
  background-color: #fff !important;
  background-image: none;
  color: #000;
  border-radius: 0;
  text-transform: uppercase;
  height: 18px;
  border: 1px solid #000;
  padding: 18px 63px 16px 77px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  float: left;
  margin: 0px 0px 0px 0px;
  text-decoration: none; }
  #cart-choose-more-products:hover::before {
    text-decoration: underline; }
  #cart-choose-more-products::before {
    content: 'voltar';
    font-size: 15px;
    text-decoration: none; }

.muted {
  color: #000; }

.icon.icon-minus-sign {
  font-size: 0px;
  font-size: 0px;
  width: 25px;
  display: inline-block;
  margin: 4px 0px 0px 0px;
  vertical-align: top;
  height: 25px;
  cursor: pointer;
  background: #454545;
  border-radius: 20px; }

.icon.icon-minus-sign::before {
  content: '-';
  font-size: 28px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  float: left;
  width: 100%;
  font-weight: bold;
  margin: -3px 0px 0px 0px; }

.icon.icon-plus-sign {
  font-size: 0px;
  font-size: 0px;
  width: 25px;
  display: inline-block;
  margin: 4px 0px 0px 0px;
  vertical-align: top;
  height: 25px;
  cursor: pointer;
  background: #454545;
  border-radius: 20px; }

.icon.icon-plus-sign::before {
  content: '+';
  font-size: 17px;
  color: #fff;
  line-height: 29px;
  text-align: center;
  float: left;
  width: 100%;
  font-weight: bold;
  margin: -2px 0px 0px 0px;
  font-family: 'Work Sans'; }

.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px; }
  .quantity input {
    transition: all 0.4s ease-in-out;
    margin: 0 5px;
    text-align: center;
    width: 25px;
    height: 26px;
    border: 1px solid #ccc;
    border-radius: 0px;
    border-top: 2px solid #ccc; }

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

.client-pre-email .btn-success {
  background-color: #ef7e00 !important;
  background-image: none;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  height: 18px;
  border-bottom: 2px solid #df5a11;
  padding: 17px 20px 31px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center; }

.body-cart .btn-success {
  background-color: #27ae60 !important;
  background-image: none;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  height: 18px;
  border-bottom: 2px solid #27ae60;
  padding: 18px 57px 16px 68px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center; }

.body-cart .btn-success:hover,
.body-cart .btn-success:focus,
.body-cart .btn-success:active {
  opacity: 0.9; }

.body-cart a {
  color: #333333; }

.full-cart .totalizers tfoot td {
  font-size: 17px; }

.empty-cart-content {
  text-align: left !important; }

.empty-cart-content h2 {
  font-weight: 300;
  color: #464646; }

#cart-title,
#orderform-title,
.body-checkout-confirmation h1 {
  margin-top: 50px;
  position: relative;
  text-align: center;
  font-size: 25px;
  padding-bottom: 8px;
  margin-bottom: 60px;
  color: #000 !important;
  text-align: center !important;
  text-transform: uppercase;
  font-weight: bold; }

#cart-title {
  font-size: 0px !important; }

#cart-title:before {
  content: 'Sacola de compras' !important;
  text-align: left;
  display: block;
  overflow: hidden;
  width: 100%;
  color: #000 !important;
  position: absolute;
  text-align: center !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px !important; }

#cart-title:after,
#orderform-title:after,
.body-checkout-confirmation h1:after {
  content: '';
  height: 1px;
  width: 80px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin: 0px 0px 0px -40px;
  background: #000; }

h2.empty-cart-title:before {
  content: 'Seu carrinho está vazio.' !important;
  font-size: 31.5px; }

.Discounts .monetary,
.new-product-price,
.new-product-price-label {
  color: red; }

h2.empty-cart-title {
  font-size: 0px;
  text-align: center; }

.empty-cart-message,
.empty-cart-links {
  text-align: center; }

.container {
  width: 1200px; }

.container-cart {
  min-height: 610px; }

.checkout-header {
  height: 123px;
  background: #fff;
  vertical-align: middle;
  line-height: 100px; }

.checkout-footer {
  min-height: 135px;
  padding: 30px 0;
  background: #333333;
  color: #a68cb3;
  font-size: 12px; }

.checkout-footer h1 {
  margin-top: 0;
  font-weight: 300;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 10px; }

.checkout-footer p {
  margin-bottom: 25px;
  margin-top: 10px; }

#compraSegura {
  text-align: right;
  clear: both;
  display: block;
  line-height: 30px;
  padding: 15px 0;
  color: #909090; }

#compraSegura i {
  color: #f1bf38;
  font-size: 19px;
  margin-right: 8px;
  vertical-align: -2px; }

.mini-cart .table tfoot td {
  color: #000; }

.btn-success {
  background-color: #27ae60 !important;
  background-image: none;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  border-bottom: 2px solid #27ae60;
  padding: 18px 15px 16px 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  font-size: 16px; }

#payment-data-submit i {
  font-size: 20px;
  margin: 0px 5px 0px 0px; }

.body-checkout-confirmation #app-container {
  margin-bottom: 40px; }

.body-checkout-confirmation header .checkBar_box .checkBar_item.checkBar_item_cart .barra::before,
.body-checkout-confirmation header .checkBar_box .checkBar_item.checkBar_item_pgto .barra::before,
.body-checkout-confirmation
header
.checkBar_box
.checkBar_item.checkBar_item_finish
.barra::before {
  color: #fff; }

.body-checkout-confirmation header .checkBar_box .checkBar_item .barra {
  background: #ec870e; }

.summary-template-holder .summary .coupon {
  position: relative;
  z-index: 9; }

.body-checkout-confirmation .b--light-silver:hover,
.body-checkout-confirmation .b--light-silver:focus,
.body-checkout-confirmation .b--light-silver:active {
  background-color: #000; }

@media screen and (max-width: 1270px) {
      .header--container {
        max-width: calc(100% - 50px);
        margin-left: 25px;
        margin-right: 25px; } }

@media screen and (max-width: 1024px) {
    .header {
      height: 200px;
      margin: 0 -12px; }
      .header--container {
        display: flex;
        flex-direction: column; }
        .header--container .logo--link::before {
          font-size: 60px; }
        .header--container .checkBar {
          width: 100%;
          margin-top: 32px; }
        .header--container .safety {
          display: none; }
    footer {
      margin: 0 -12px;
      padding: 0 24px; }
      footer .safety-payments {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr; } }

@media only screen and (max-width: 480px) {
  .vtexIdUI .modal-header .close {
    right: 10px !important;
    top: 10px !important; } }

@media screen and (max-width: 454px) {
  header .checkBar_bar {
    left: 3%;
    right: 3%; }
  header .checkBar_box .checkBar_item:nth-child(4) .text {
    left: auto;
    text-align: right;
    right: 0; }
  header .checkBar_box .checkBar_item .text {
    font-size: 10px; } }

@media (min-width: 1200px) {
  body {
    padding-top: 0px !important; } }

@media (max-width: 768px) {
  .checkout-header {
    margin: 0 -20px;
    padding: 0 40px; }
  .checkout-footer {
    margin: 0 -20px;
    padding: 30px 40px; } }

@media (max-width: 480px) {
  .container-cart {
    min-height: 400px; } }

@media screen and (max-width: 1200px) {
  body .container {
    width: 100%; }
  body .container.container-main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 25px; } }

@media screen and (max-width: 767px) {
  .summary-template-holder .summary .coupon {
    width: 99%;
    text-align: right;
    float: left; }
  .summary-template-holder .summary .shipping {
    float: right;
    width: 97%;
    text-align: right; }
  .body-checkout-confirmation header {
    margin: 0px -20px; }
  #footer-01-03,
  #footer-01-04 {
    width: 100%;
    margin: 20px 0px 0px 0px; }
  .full-cart .cart table tbody tr td.quantity {
    width: 112px; }
  #cart-choose-more-products {
    width: 99%;
    padding-left: 0px;
    padding-right: 0px; }
  .cart-links.cart-links-bottom .link-choose-more-products-wrapper {
    float: left;
    width: 100%; }
  .cart-links.cart-links-bottom .btn-place-order-wrapper {
    width: 100%; }
  .payment-group {
    width: inherit; }
  h2.empty-cart-title {
    text-align: center; }
  .empty-cart-message {
    text-align: center; }
  .empty-cart-links #cart-choose-products {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    width: 90%; }
  .full-cart .cart-links-bottom .btn-success {
    padding: 18px 0px 16px 0px; } }

/*# sourceMappingURL=checkout6-custom.css.map */


footer .safety-payments > .safety > div > a {
	display: flex;
}

footer .safety-payments > .safety > div > a:first-child {
	padding-top: 7px;
	align-self: flex-start;
}

footer .safety-payments > .safety > div > a:first-child::before {
	font-size: 46px !important;
}

footer .safety-payments > .safety > div > a img {
	height: 38px;
}