* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

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

body, span, button, .btn {
  font-family: 'Helvetica', sans-serif !important;
}

p {
  margin: 0;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.custom-container {
  width: 80%;
  margin: 0 auto;
  
  @media (max-width: 768px) {
    width: 90%;
  }
}

.container-cart {
  margin: 30px auto;
}

/********** Checkout Body ************/


@media (max-width: 480px) {
  .coupon-column {
    position: relative;
  }
}

.summary-coupon {
  margin-left: 0 !important;
}

.cart-template-holder {
  margin: 10px 0 15px 0;
}

.checkout-container {
  padding: 0 15px;
}

.container-cart, .container-order-form {
  margin: 40px auto;
  padding: 0px 15px;
}

.container-cart  #cart-title, #orderform-title{
  color: #000;
  font-size: 32px;    
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.container .cart {
  border: 0;
  margin-bottom: 50px;
}

.container .cart  .table td {
  padding: 10px 10px;
  border: 0;
  border-left: 1px solid #eee;
  font-size: 14px;
}

@media (max-width: 768px) {
  .container .cart  .table td {
    border-left: 0;
  }
  
  .container .cart  .table td.item-remove {
    position: absolute;
    top: 0;
    right: 10px;
    width: 24px;
  }
  
  .cart table tbody tr td.quantity {
    width: 110px !important;
  }
  
  .cart table tbody tr td.quantity input {
    margin: 0 5px !important;
    width: 50% !important;
  }
}

.container .cart  .table tr td:first-child {
  border-left: 0px;
}

.container .cart table thead {
  
}

th {
  color: #545454;
}

.container .cart table tbody tr {
  border: solid 1px #000 !important;
}

.container .cart table tbody tr .product-name a {
  color: #545454;
  font-weight: 600;
}

.container .cart table tbody tr .product-name a:hover {
  color: #CF0068;
  text-decoration: none;
}

.container .cart table tbody tr .product-name .brand,
.container .cart table tbody tr .product-name .seller {
  display: none !important;
}

.container .cart table tbody tr .quantity a {
  color: #bfbfbf;
}

.container .cart table tbody tr .quantity a:hover {
  color: #7A1214;
}

.quantity input {
  width: 70px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
}

.icon-minus-sign::before {
  content: "\f068" !important;
}

.icon-plus-sign::before {
  content: "\f067" !important;
}

.container .cart-totalizers .coupon-fieldset .coupon-data {
  display: none !important;
}

.container .cart-totalizers .coupon-fieldset > div {
  display: block !important;
  text-align: left;
}

.totalizers-list .quantity-price .monetary {
  width: 160px;
  font-size: 14px;
}

.summary-totalizers {
  border: solid 1px #000;
  border-radius: 0;
  padding: 15px 5px 5px;
}

.full-cart .summary-totalizers .info {
  background: #7A1214;
  border-right: solid 1px lightgray;
  font-size: 14px;
  color: #fff;
}

.full-cart .summary-totalizers .monetary {
  font-size: 14px;
}

.full-cart .summary-totalizers .coupon-fields .info{
  background: none;  
}

.full-cart .summary-totalizers .coupon-fields .info > span{
  background: #7A1214;
  font-size: 14px;
  padding: 5px 10px;
}

.empty-cart-title {
  color: #7A1214;
}

.empty-cart-content {
  padding: 30px 0;
}

@media (max-width: 480px) {
  .empty-cart-title {
    font-size: 18px;
  }
}

.cart-totalizers .table tfoot .monetary, .cart-totalizers .table tfoot .info {
  font-weight: 700;
  font-size: 14px;
  color: #545454;
}

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

.link-choose-more-products {
  color: gray;
  background: transparent;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .link-choose-more-products {
    position: relative;
    display: inline-block;
  }
}

.coupon-label label {
  color: #545454;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}

input.coupon-value {
  width: 60%;
  height: 40px;
}

/*#is-corporate-client,
#not-corporate-client{
display: none;
}*/

.shipping-date{
  display: none;
}

#payment-group-creditControlPaymentGroup .payment-group-item-text {
  background-image: url('../img/ico-boleto.png');
  font-size: 0px;
}

#payment-group-creditControlPaymentGroup .payment-group-item-text:after{
  content: "Boleto Faturado";
  font-size: 12px;
}

.cart-totalizers {
  border: solid 1px black !imoportant; 
}

.container .cart-totalizers .coupon-fieldset .coupon-fields .btn,
#cart-shipping-calculate {
  padding: 5px 10px 5px;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  cursor: pointer;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  background: #7A1214;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  letter-spacing: 0.5px;
  border-radius: 10px;
  height: 40px;
}

.btn-place-order-wrapper .btn,
#go-to-shipping,
#btn-go-to-payment,
#payment-data-submit,
#cart-choose-products {
  padding: 10px 50px 10px;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  cursor: pointer;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background: #7A1214;
  color: #fff;
  text-shadow: none;
  border-radius: 5px;
}

h2.srp-main-title, .accordion-toggle-active {
  margin-top: 10px !important;
  color: #7A1214 !important;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: bold !important;
}

.ship-postalCode {
  width: calc(100% - 14px) !important;
}

.ship-postalCode #ship-postalCode {
  width: 100% !important;
  height: 40px !important;
  max-width: 100% !important;
}

#cart-shipping-calculate {
  padding: 13px 10px 11px;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  cursor: pointer;
  border: 0;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background: #7A1214;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  height: auto;
  letter-spacing: 0.5px;
}

#shipping-calculate-link.shp-open-options {
  padding: 10px 25px 10px;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  cursor: pointer;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  background: #7A1214;
  color: #fff;
  text-shadow: none;
}

@media (max-width: 768px) {
  .step, .cart, .totalizers {
    border: 0;
  }
}

p.text {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.step .text label, .step .select label {
  font-size: 14px;
}

.step .text input {
  height: 35px;
  width:  calc(100% - 14px);
}

span.error {
  font-size: 10px;
}

a {
  color: #3e4095;
}

.vtex-omnishipping-1-x-addressSummaryActive .address-summary {
  font-size: 12px;
}

.steps-view, .gift-card-section {
  background: #FFF;
}

.PaymentInstallments select {
  width: 100%;
  margin-top: 10px;
}

.FormFieldLabel {
  width: 100% !important;
  margin-top: 5px;
}

#creditCardpayment-card-0Name,
#creditCardpayment-card-1Name {
  width: calc(100% - 14px);
  height: 35px;
}

.payment-card-due-month.text,
.payment-card-due-year.text {
  width: auto; 
}

p.PaymentCardHolderName {
  margin-top: 10px;
}

.PaymentCardValue input {
  height: 30px;
}
.PaymentInstallments select,
.PaymentCardNumber input,
input#payment-billing-address-postalCode-0,
input#payment-billing-address-street-0,
input#payment-billing-address-number-0,
input#payment-billing-address-complement-0,
input#payment-billing-address-neighborhood-0,
input#payment-billing-address-city-0,
select#payment-billing-address-state-0,
input#payment-billing-address-postalCode-1,
input#payment-billing-address-street-1,
input#payment-billing-address-number-1,
input#payment-billing-address-complement-1,
input#payment-billing-address-neighborhood-1,
input#payment-billing-address-city-1,
select#payment-billing-address-state-1 {
  height: 35px;
  width: calc(100% - 14px);
  max-width: none;
}

.PaymentLabel .payment-label-0-card,
.PaymentLabel .payment-label-1-card {
  font-weight: bold;
  font-size: 20px;
}

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

.onda-v1 .blue {
  color: #3e4095;
}

.srp-icon-radio-selected path {
  fill: #3e4095;
}

.vtex-pickup-points-modal-3-x-modalDetailsBackLnk {
  color: #3e4095 !important;
  outline: none;
}

.vtex-pickup-points-modal-3-x-modalDetailsBackLnk path {
  fill: #3e4095 !important;
}

.vtex-pickup-points-modal-3-x-primary {
  background: #3e4095 !important;
  border: 1px solid #3e4095 !important;
  color: #fff !important;
}

.vtex-pickup-points-modal-3-x-primary:hover {
  background: #DF8D30 !important;
  border-color: #DF8D30 !important;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(223, 141, 48, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(223, 141, 48,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(223, 141, 48, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(223, 141, 48, 0.6);
}

.srp-delivery-select-container::after {
  content:"Ver mais";
  display: block;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  text-decoration: underline;
}


p.submit {
  text-align: center;
}

.mini-cart {
  text-shadow: none !important;
}

.mini-cart h2 {
  background: transparent;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7A1214;
}

.mini-cart .summary-template-holder {
  background: transparent;
}

.mini-cart .info {
  width: 100%;
}

.mini-cart .table > tbody > tr > td.info, .table > tfoot > tr > td.info {
  background-color: #7A1214;
}

.mini-cart .table td, .cart-totalizers .table tfoot .info {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  padding: 10px 5px;
}

.mini-cart .table td.monetary {
  color: #545454;
  font-weight: 700;
}

#orderform-minicart-to-cart {
  color: gray;
  font-size: 11px;
  font-weight: 500;
}

.mini-cart .table > tbody > tr > td {
  border: none !important;
}

.mini-cart .table > tfoot > tr > td {
  border-top: none !important;
}

.totalizers-list tr {
  border-bottom: solid 1px #545454;
}


/******** Footer **********/

section.newsletter {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  text-align: center; }
section.newsletter p {
  font-size: 16px;
  padding: 10px 0; }
section.newsletter input {
  border-radius: 42px;
  font-style: italic;
  padding: 5px 10px;
  margin: 10px 0;
  text-align: center;
  width: 30%; }
@media (max-width: 512px) {
  section.newsletter input {
    width: 80%; } }
section.newsletter .btn-newsletter-submit {
  background: none;
  color: #fff;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0; }

p.newsletter {
  display: flex;
  align-items: center;
}

p.newsletter .checkbox {
  padding-left: 0 !important;
}

p.newsletter #opt-in-newsletter {
  float: none;
  margin: 0 !important;
  position: relative !important;
}

.pitchbar {
  background-color: #000; }
.pitchbar .container {
  display: flex;
  align-items: center;
  min-height: 80px; }
.pitchbar .container .box-item {
  text-align: center; }
.pitchbar .container .box-item p {
  color: #fff; }
.pitchbar .container .box-item p:nth-child(1) {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 3.4px;
  line-height: 1.7;
  text-transform: uppercase; }

.bottom-pitchbar {
  border-top: solid 1px #c6c6c6;
  padding: 50px 0; }
.bottom-pitchbar .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 80px; }
.bottom-pitchbar .row .box-item {
  text-align: center; }
.bottom-pitchbar .row .box-item p {
  color: #000; }
.bottom-pitchbar .row .box-item p:nth-child(1) {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 3.4px;
  line-height: 1.7;
  text-transform: uppercase; }
.bottom-pitchbar .row .box-item p:nth-child(2) {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase; }

footer.site-footer {
  background: #f0f0f0; }
footer.site-footer .social {
  text-align: center; }
footer.site-footer .social p {
  font-size: 16px;
  padding: 24px 0; }
footer.site-footer .social .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px auto 24px;
  width: 15%; }
footer.site-footer .social .links img {
  width: 40px; }
@media (max-width: 512px) {
  footer.site-footer .social .links {
    width: 50%; }
  footer.site-footer .social .links img {
    width: 55px; } }
footer.site-footer .footer-main {
  background-color: #000;
  padding: 50px 0; }
footer.site-footer .footer-main p,
footer.site-footer .footer-main li,
footer.site-footer .footer-main a {
  color: #fff; }
footer.site-footer .footer-main .logo {
  display: flex;
  align-items: center;
  min-height: 120px; }
footer.site-footer .footer-main .column-title {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 15px; }
footer.site-footer .footer-main .mobile-list li {
  line-height: 1.7; }
footer.site-footer .footer-main .security img {
  width: 95px; }
@media (max-width: 512px) {
  footer.site-footer .footer-main {
    padding: 0; }
  footer.site-footer .footer-main .mob-link-menu {
    border-bottom: solid 1px #fff;
    padding: 25px 0;
    position: relative; }
  footer.site-footer .footer-main .mob-link-menu .column-title {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.7px;
    padding-bottom: 0;
    text-transform: uppercase; }
  footer.site-footer .footer-main .mob-link-menu .column-title:after {
    content: "+";
    font-size: 30px;
    font-weight: 300;
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 20px;
    color: #fff; }
  footer.site-footer .footer-main .mob-link-menu .mobile-list {
    display: none;
    padding-top: 10px; }
  footer.site-footer .footer-main .mobile-address {
    padding: 50px 0 !important; }
  footer.site-footer .footer-main .mobile-address p:nth-child(1) {
    font-size: 16px;
    padding-bottom: 10px; }
  footer.site-footer .footer-main .mobile-address p:nth-child(2) {
    font-size: 16px;
    line-height: 1.5; }
  footer.site-footer .footer-main .footer-infos,
  footer.site-footer .footer-main .seals {
    text-align: center; }
  footer.site-footer .footer-main .footer-infos div,
  footer.site-footer .footer-main .seals div {
    padding: 20px 0; }
  footer.site-footer .footer-main .footer-infos .security img,
  footer.site-footer .footer-main .seals .security img {
    width: 100px; } }

.copy-right {
  background: #fff;
  padding: 20px 0 !important; }
.copy-right p {
  font-size: 14px;
  color: #000; }
.copy-right .devs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 0;
  margin-bottom: 0; }
@media (max-width: 512px) {
  .copy-right {
    padding-top: 16px;
    text-align: center; }
  .copy-right p {
    display: none; } }

.box-client-info-pj{
  display: none !important;
}

a#show-gift-card-group {
  font-size: 0;
}

a#show-gift-card-group:after{
  content: 'Vale Compra';
  font-size: 14px;
}

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

p.payment-discounts-options label:after {
  content: 'Vale Compra';
  font-size: 14px;
}

.payment-methods img {
  max-width: 42px;
  height: auto;
  padding: 2px 0;
}