@charset "UTF-8";
body {
  padding: 0;
}

.container.container-main.container-cart,
#app-top,
#app-container {
  padding: 0 10px !important;
}

#orderform-title,
#orderform-sac-title,
#cart-title {
  border-bottom: 1px solid #e63a3b;
  position: relative;
  color: #000;
  padding: 1rem 0 0;
  font-size: 20px;
  font-weight: bold;
}

#orderform-title:after,
#orderform-sac-title:after,
#cart-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  border-bottom: 2px solid #e63a3b;
}

.custom-price-normal,
.custom-price-new,
.custom-price-new strong {
  display: block;
}

.srp-icon-arrow-down {
  height: 16px;
  width: 16px;
}

body svg {
  height: auto;
  width: auto;
}

.full-cart .summary-totalizers tfoot .monetary {
  font-weight: bold;
  color: #53a11e;
  padding: 5px;
  white-space: nowrap;
}

.collapse::after {
  display: none;
}

/* Botões */
.link-coupon-add {
  color: #53a11e;
  border: 1px solid #53a11e;
  padding: 0.4rem 0.7rem;
}

.link-coupon-add:hover {
  color: #fff;
  text-decoration: none;
  background-color: #53a11e;
}

.btn-success {
  background: #53a11e;
  border-radius: 0;
  border: none;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.7rem 2rem;
}

.btn-success:hover {
  background: #528503;
}

#go-to-cart-button {
  padding: 0.5rem;
}

#orderform-minicart-to-cart {
  color: #000;
  font-size: 12px;
  border: 1px solid #000;
  padding: 0.2rem 0.5rem;
}

#orderform-minicart-to-cart:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

/* Shipping - Cart */
.srp-delivery-header::after {
  content: "Verifique a disponibilidade de montagem para seu CEP nas opções abaixo:";
  display: block;
  background: #f6f6f6;
  padding: 0.5rem;
}

.srp-pickup-info #deliver-at-text a::after {
  content: "(+) Adicionar montagem";
  font-size: 0.9em;
  display: block;
  border: 2px solid #e3e4e6;
  padding: 0.2rem 0.5rem;
  color: #979899;
  margin: 0.5rem 0;
  border-radius: 5px;
}

.srp-pickup-info #deliver-at-text a:hover::after {
  border: 2px solid #555;
  color: #555;
}

.srp-delivery-current-many__description:after {
  content: "";
  height: 5px;
  width: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin: -0.3rem 0 0 0.5rem;
}

/* Shipping - Payment */
#change-pickup-button::after {
  content: "Adicionar montagem";
  font-size: 13px;
  display: block;
}

/* Giftcard - Payment */
.gift-card-section .payment-discounts-list {
  text-align: center;
  padding-top: 0.5rem;
}

.gift-card-section .payment-discounts-list table {
  width: 100%;
}

.gift-card-section .payment-discounts-list table .code {
  background: #fff;
  padding: 0.3rem 0;
  border: 1px dashed #53a11e;
  color: #53a11e;
}

.gift-card-section .payment-discounts-list table .number {
  font-size: 16px;
  font-weight: bold;
  color: #53a11e;
}

.gift-card-section .payment-discounts-list table #remove-gift-card {
  color: #e63a3b;
  text-decoration: underline;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #orderform-title,
#orderform-sac-title,
#cart-title {
    font-size: 20px;
  }
}
.header-checkout {
  background-color: #000;
  overflow: hidden;
  text-align: center;
}

.header-checkout-logo {
  display: inline-block;
  margin: 0 auto;
  padding: 17px 0;
  vertical-align: middle;
}

.logo-svg {
  width: 230px;
  max-width: 80%;
  fill: #fff;
}

.footer-middle {
  border: 0 none !important;
}

.footer-box.w-38 {
  float: none !important;
}

body .footer-box {
  display: inline-block;
  height: auto;
}

.footer-box ul {
  margin: 0;
}

body .footer-seals {
  background: none;
}

.footer-seals li {
  display: inline-block;
  margin: 0 0.5rem;
}

.footer-paymentMethods ul li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .footer-seals {
    margin-bottom: 37px;
    text-align: center;
  }

  .footer-box:last-child {
    border: 0 none;
  }
}


.product-name .brand-name,
  .product-name .seller {
    display: none !important;
  }