@charset "UTF-8";

.btn,
button,
input[type='submit'],
input[type='button'] {
  background-image: none;
  border: 1px solid;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Verdana', Arial, Helvetica, sans-serif;
  height: 46px;
  padding: 12px 12px;
  text-shadow: none;
  text-transform: uppercase; }
  .btn:active, .btn.active,
  button:active,
  button.active,
  input[type='submit']:active,
  input[type='submit'].active,
  input[type='button']:active,
  input[type='button'].active {
    background-image: none; }

.btn {
  background: #000;
  border-color: #000;
  color: #fff; }
  .btn:hover, .btn:focus {
    background: #383838;
    border-color: #383838;
    color: #fff; }
  .btn:active, .btn.active {
    background: #666666;
    border-color: #666666;
    color: #fff; }
  .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled].active,
  fieldset[disabled] .btn,
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .btn.focus,
  fieldset[disabled] .btn:active,
  fieldset[disabled] .btn.active {
    background: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff; }
  .btn.btn-go-to-payment {
    border-radius: 4px;
    font-weight: 700; }

.form-control,
select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8d7d5;
  border-radius: 0;
  box-sizing: border-box;
  color: #111111;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 30px;
  line-height: 1.1;
  padding: 4px 4px;
  width: 100%; }
  .form-control::-ms-expand,
  select::-ms-expand,
  textarea::-ms-expand,
  input[type='text']::-ms-expand,
  input[type='password']::-ms-expand,
  input[type='datetime']::-ms-expand,
  input[type='datetime-local']::-ms-expand,
  input[type='date']::-ms-expand,
  input[type='month']::-ms-expand,
  input[type='time']::-ms-expand,
  input[type='week']::-ms-expand,
  input[type='number']::-ms-expand,
  input[type='email']::-ms-expand,
  input[type='url']::-ms-expand,
  input[type='search']::-ms-expand,
  input[type='tel']::-ms-expand,
  input[type='color']::-ms-expand,
  .uneditable-input::-ms-expand {
    background-color: transparent;
    border: 0; }

select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%; }

label {
  color: #111111 !important; }

.checkout-container {
  padding-top: 14px;
  overflow: unset; }

.body-order-placed .orderplaced .container {
  background: #fff;
  margin-bottom: 60px;
  padding-bottom: 30px; }

.header-checkout .logo {
  margin-bottom: 16px;
  padding: 0 15px; }

.footer-checkout {
  background: #3d3e41;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 10px 10px 0;
  text-align: center; }

.body-cart,
.body-order-form,
.body-order-placed {
  background: #fff; }

.price.pull-right {
  color: #000000; }

.body-cart .step,
.body-cart .cart,
.body-cart .mini-cart,
.body-order-placed .step,
.body-order-placed .cart,
.body-order-placed .mini-cart {
  border: none; }

.body-cart .cart-items thead th,
.body-order-placed .cart-items thead th {
  border-bottom: 1px solid #d8d7d5;
  color: #000;
  padding: 7px 20px; }

.body-cart .cart-items tbody td,
.body-order-placed .cart-items tbody td {
  padding: 20px; }

.body-cart .cart-items .product-image img,
.body-order-placed .cart-items .product-image img {
  max-width: 105px;
  max-height: 105px;
  width: 105px;
  height: 105px; }

.body-cart .cart-items .product-item,
.body-order-placed .cart-items .product-item {
  border-bottom: 1px solid #d8d7d5;
  border-top: 1px solid #d8d7d5; }
  .body-cart .cart-items .product-item .product-service input[type='button'],
  .body-cart .cart-items .product-item .product-service input[type='submit'],
  .body-order-placed .cart-items .product-item .product-service input[type='button'],
  .body-order-placed .cart-items .product-item .product-service input[type='submit'] {
    font-family: Helvetica; }
  .body-cart .cart-items .product-item .product-service input.disabled,
  .body-cart .cart-items .product-item .product-service select.btn-mini.disabled,
  .body-order-placed .cart-items .product-item .product-service input.disabled,
  .body-order-placed .cart-items .product-item .product-service select.btn-mini.disabled {
    display: none; }
    .body-cart .cart-items .product-item .product-service input.disabled:hover,
    .body-cart .cart-items .product-item .product-service select.btn-mini.disabled:hover,
    .body-order-placed .cart-items .product-item .product-service input.disabled:hover,
    .body-order-placed .cart-items .product-item .product-service select.btn-mini.disabled:hover {
      background-color: unset; }
  .body-cart .cart-items .product-item .quantity,
  .body-order-placed .cart-items .product-item .quantity {
    /* Firefox */ }
    .body-cart .cart-items .product-item .quantity input::-webkit-outer-spin-button,
    .body-cart .cart-items .product-item .quantity input::-webkit-inner-spin-button,
    .body-order-placed .cart-items .product-item .quantity input::-webkit-outer-spin-button,
    .body-order-placed .cart-items .product-item .quantity input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .body-cart .cart-items .product-item .quantity input[type='number'],
    .body-order-placed .cart-items .product-item .quantity input[type='number'] {
      -moz-appearance: textfield; }

.body-cart .cart-items .product-service select,
.body-order-placed .cart-items .product-service select {
  background: #f5f5f5;
  border: 0;
  color: #000000;
  width: 100%;
  box-sizing: border-box;
  margin: 4px 0; }

.body-cart .cart-items .btn.bundle-item-add-button,
.body-order-placed .cart-items .btn.bundle-item-add-button {
  background-color: #cccccc;
  border: 0;
  border-radius: 4px;
  color: #000; }

.body-cart .totalizers,
.body-order-placed .totalizers {
  padding: 0; }
  .body-cart .totalizers table,
  .body-order-placed .totalizers table {
    border: 1px solid #d8d7d5; }

.body-cart .totalizers tfoot,
.body-cart .totals tfoot,
.body-order-placed .totalizers tfoot,
.body-order-placed .totals tfoot {
  background: #eeeeee; }

.body-cart .product-name a,
.body-order-placed .product-name a {
  color: #000;
  text-transform: uppercase; }

.body-cart .product-name .brand,
.body-order-placed .product-name .brand {
  display: block; }
  .body-cart .product-name .brand .brand-label,
  .body-cart .product-name .brand .brand-name,
  .body-order-placed .product-name .brand .brand-label,
  .body-order-placed .product-name .brand .brand-name {
    display: inline-block; }
  .body-cart .product-name .brand .brand-label::after,
  .body-order-placed .product-name .brand .brand-label::after {
    content: ':';
    margin-left: 2px; }

.body-cart .product-name .seller,
.body-order-placed .product-name .seller {
  display: none; }

.body-cart .product-name .clone-item,
.body-order-placed .product-name .clone-item {
  display: none; }

.body-cart .product-name .add-service-container a,
.body-order-placed .product-name .add-service-container a {
  background-color: #cccccc;
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  height: auto;
  color: #000000; }

.body-cart .quantity .item-quantity-change,
.body-order-placed .quantity .item-quantity-change {
  color: #8e9090;
  font-size: 20px; }

.body-cart .quantity input,
.body-order-placed .quantity input {
  border-color: #d8d7d5;
  border-radius: 0;
  font-size: 12px;
  height: 30px;
  padding: 0 0;
  width: 30px; }

.body-cart .best-price,
.body-cart .quantity-price,
.body-cart .monetary,
.body-order-placed .best-price,
.body-order-placed .quantity-price,
.body-order-placed .monetary {
  color: #000000;
  width: auto; }
  .body-cart .best-price span,
  .body-cart .quantity-price span,
  .body-cart .monetary span,
  .body-order-placed .best-price span,
  .body-order-placed .quantity-price span,
  .body-order-placed .monetary span {
    width: 100%; }
  .body-cart .best-price .quantity-price,
  .body-cart .quantity-price .quantity-price,
  .body-cart .monetary .quantity-price,
  .body-order-placed .best-price .quantity-price,
  .body-order-placed .quantity-price .quantity-price,
  .body-order-placed .monetary .quantity-price {
    padding: 0; }

.body-cart .old-product-price-label,
.body-cart .old-product-price,
.body-order-placed .old-product-price-label,
.body-order-placed .old-product-price {
  color: #8e9090;
  font-size: 12px;
  font-weight: inherit;
  text-decoration: none; }

.body-cart .summary-totalizers tr,
.body-cart .totals tr,
.body-cart .Items tr,
.body-cart .Shipping tr,
.body-order-placed .summary-totalizers tr,
.body-order-placed .totals tr,
.body-order-placed .Items tr,
.body-order-placed .Shipping tr {
  border: 1px solid #d8d7d5; }

.body-cart .summary-totalizers .info,
.body-cart .totals .info,
.body-cart .Items .info,
.body-cart .Shipping .info,
.body-order-placed .summary-totalizers .info,
.body-order-placed .totals .info,
.body-order-placed .Items .info,
.body-order-placed .Shipping .info {
  color: #000;
  float: left;
  font-size: 12px;
  padding: 20px 18px;
  text-align: left; }

.body-cart .summary-totalizers .monetary,
.body-cart .totals .monetary,
.body-cart .Items .monetary,
.body-cart .Shipping .monetary,
.body-order-placed .summary-totalizers .monetary,
.body-order-placed .totals .monetary,
.body-order-placed .Items .monetary,
.body-order-placed .Shipping .monetary {
  color: #000000;
  font-family: 'Helvetica-Bold';
  font-size: 12px;
  padding: 20px 18px;
  text-align: right; }

.body-cart .summary-totalizers .postal-code-service,
.body-cart .totals .postal-code-service,
.body-cart .Items .postal-code-service,
.body-cart .Shipping .postal-code-service,
.body-order-placed .summary-totalizers .postal-code-service,
.body-order-placed .totals .postal-code-service,
.body-order-placed .Items .postal-code-service,
.body-order-placed .Shipping .postal-code-service {
  font-size: 12px; }

.body-cart .summary-totalizers .empty,
.body-cart .totals .empty,
.body-cart .Items .empty,
.body-cart .Shipping .empty,
.body-order-placed .summary-totalizers .empty,
.body-order-placed .totals .empty,
.body-order-placed .Items .empty,
.body-order-placed .Shipping .empty {
  display: none; }

.body-cart #cart-shipping-calculate,
.body-order-placed #cart-shipping-calculate {
  background: #000;
  border-radius: 4px;
  color: #fff;
  height: 30px; }
  .body-cart #cart-shipping-calculate:hover,
  .body-order-placed #cart-shipping-calculate:hover {
    opacity: 0.8; }

.body-cart .srp-delivery-header span,
.body-order-placed .srp-delivery-header span {
  font-size: 12px; }

.body-cart .srp-delivery-header .srp-address-title,
.body-order-placed .srp-delivery-header .srp-address-title {
  color: #000000;
  font-size: 12px; }

.body-cart .srp-delivery-select-container,
.body-order-placed .srp-delivery-select-container {
  border: 1px solid #d8d7d5;
  border-radius: 0; }

.summary .summary-coupon {
  margin: 10px 20px;
  text-align: left; }
  .summary .summary-coupon .coupon-data a {
    color: #333; }
    .summary .summary-coupon .coupon-data a:hover, .summary .summary-coupon .coupon-data a:active {
      text-decoration: underline; }
  .summary .summary-coupon .coupon-label {
    display: inline-block;
    margin: 10px 10px 0 0; }
    .summary .summary-coupon .coupon-label label {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px; }
  .summary .summary-coupon .coupon-fields {
    display: inline-block; }
    .summary .summary-coupon .coupon-fields #cart-coupon-add {
      background: #000;
      background-image: none;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      color: #fff;
      height: 30px;
      text-shadow: none;
      padding: 0 14px; }
  .summary .summary-coupon .coupon-value {
    border-radius: 0;
    box-sizing: border-box;
    font-size: 12px;
    height: 30px;
    width: auto;
    padding: 0 4px; }

.link-choose-more-products,
.link-choose-more-products:hover {
  color: #8e9090; }

#cart-print {
  background-color: #dedede;
  border: 0;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 16px;
  height: 30px;
  line-height: 30px; }

#cart-to-orderform,
#cart-choose-products,
#order-continue-shopping {
  background: #ffb700;
  background-image: none;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #000000;
  display: inline-block;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 4px 12px;
  text-shadow: none;
  text-transform: uppercase; }
  #cart-to-orderform:hover, #cart-to-orderform:active,
  #cart-choose-products:hover,
  #cart-choose-products:active,
  #order-continue-shopping:hover,
  #order-continue-shopping:active {
    opacity: 0.8; }

.btn-place-order {
  font-family: 'Helvetica-Bold';
  padding: 8px 16px !important;
  background: #feba02 !important;
  border-radius: 4px !important;
  color: #000000; }
  .btn-place-order:hover {
    color: #ffffff !important;
    background-color: #000000 !important; }

#cart-choose-products {
  padding: 12px 34px; }

#order-continue-shopping {
  padding: 12px 30px; }

.mini-cart tfoot .monetary {
  color: #000000;
  font-size: 14px; }

fieldset.payment-discounts {
  position: relative; }
  fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-flex,
  fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-pep,
  fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-emb {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding-top: 10px; }
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-flex div:nth-child(1) .number,
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-flex div:nth-child(1) .muted,
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-pep div:nth-child(1) .number,
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-pep div:nth-child(1) .muted,
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-emb div:nth-child(1) .number,
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-emb div:nth-child(1) .muted {
      text-align: left;
      font-family: 'Helvetica-Bold';
      color: #000000;
      font-size: 14px; }
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-flex div:nth-child(1) .number,
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-pep div:nth-child(1) .number,
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-emb div:nth-child(1) .number {
      color: #5cb85c; }
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-flex:last-child,
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-pep:last-child,
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-emb:last-child {
      border: 0; }
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-flex .gift-card-provider,
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-pep .gift-card-provider,
    fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-emb .gift-card-provider {
      font-size: 0;
      color: #fff;
      line-height: 1.2;
      margin: 0; }
      fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-flex .gift-card-provider:before,
      fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-pep .gift-card-provider:before,
      fieldset.payment-discounts .gift-card-provider-group.gift-card-provider-group-emb .gift-card-provider:before {
        display: block;
        font-size: 14px;
        color: #000; }
  fieldset.payment-discounts .gift-card-provider-group-pep .gift-card-provider:before {
    content: 'Puntos PEP'; }
  fieldset.payment-discounts .gift-card-provider-group-emb .gift-card-provider:before {
    content: 'Puntos Embajador'; }
  fieldset.payment-discounts .gift-card-provider-group-flex .gift-card-provider:before {
    content: 'Puntos Flex'; }
  fieldset.payment-discounts #btn-add-gift-card {
    height: 28px;
    padding: 0 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }

.body-cart .product-service .hidden {
  display: none !important; }

.body-cart .product-service select {
  height: 36px;
  padding: 2px 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  background-color: #eeeeee;
  color: #000000;
  border: 0;
  margin-top: 5px; }

.body-cart .product-service .bundle-item-add-button {
  font-family: 'Helvetica-Bold';
  background-color: #feba02;
  margin-top: 5px;
  border: 0;
  border-radius: 4px;
  color: #000000; }
  .body-cart .product-service .bundle-item-add-button:hover {
    background: #000000;
    color: #ffffff; }

.body-cart .product-price .best-price .new-product-price-label {
  font-size: 0; }
  .body-cart .product-price .best-price .new-product-price-label:before {
    font-size: 13px;
    content: 'A'; }

.body-order-form .step,
.body-order-form .totalizers {
  border: 1px solid #d8d7d5;
  border-radius: 0;
  padding: 20px 15px; }

.body-order-form .accordion-heading span,
.body-order-form .mini-cart h2 {
  color: #000;
  font-family: 'Verdana', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-transform: none; }

.body-order-form .box-step .link.link-gift-card {
  display: none !important; }

.body-order-form .payment-discoints-table td {
  padding: 0; }

.body-order-form .box-info {
  color: #000000;
  font-size: 12px;
  line-height: 1.2; }
  .body-order-form .box-info a {
    color: #000000; }
  .body-order-form .box-info .shipping-options p {
    color: #000000;
    font-weight: inherit;
    margin-bottom: 10px; }
  .body-order-form .box-info .link-change-shipping {
    font-size: 12px; }

.body-order-form .badge {
  font-weight: inherit; }

.body-order-form .link-box-edit {
  background: none;
  border: none;
  border-radius: 0;
  color: #000000;
  font-size: 22px;
  right: 0;
  top: 0; }

.body-order-form .icon-user,
.body-order-form .icon-home,
.body-order-form .icon-credit-card,
.body-order-form .payment-security {
  display: none; }

.body-order-form #ship-postal-code {
  max-width: 100%;
  width: 120px; }

.body-order-form .ship-more-info {
  clear: both;
  float: left; }

.body-order-form .address-item {
  border-color: #ccc; }
  .body-order-form .address-item.active, .body-order-form .address-item:active {
    background: none;
    border-color: #000000;
    border-radius: 4px;
    box-shadow: initial;
    color: #000; }
    .body-order-form .address-item.active label, .body-order-form .address-item:active label {
      font-size: 0.8rem; }

.body-order-form .payment-confirmation-wrap {
  background: none;
  padding: 0; }
  .body-order-form .payment-confirmation-wrap .btn {
    background-color: #feba02;
    border: 0;
    border-radius: 4px;
    color: #000000;
    font-family: 'Helvetica-Bold'; }

.body-order-form .payment-submit-wrap {
  margin-bottom: 0; }

.body-order-form .steps-view,
.body-order-form .gift-card-section,
.body-order-form .payment-discounts-alert {
  background: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 12px;
  width: 72%; }

.body-order-form .gift-card-section {
  margin-left: 28%; }

.body-order-form .steps-view h5 {
  font-family: 'Verdana', Arial, Helvetica, sans-serif; }

.body-order-form .gift-card-provider-group-bradesco:after,
.body-order-form .payment-select-bank,
.body-order-form .payment-value-value {
  font-weight: inherit; }

.body-order-form .payment-group {
  width: 28%;
  /*#payment-group-custom203PaymentGroupPaymentGroup {
      display: none;
    }*/ }
  .body-order-form .payment-group-list-btn {
    width: 100%; }
  .body-order-form .payment-group-item {
    background: #ffffff;
    border: 1px solid #d8d7d5;
    border-radius: 0;
    box-sizing: border-box;
    color: #000; }
    .body-order-form .payment-group-item.active, .body-order-form .payment-group-item:active, .body-order-form .payment-group-item:hover {
      border-color: #ccc;
      border-right: 0;
      color: #000;
      text-decoration: none; }
  .body-order-form .payment-group-item-text {
    font-size: 12px; }

.body-order-form .vtex-omnishipping-1-x-buttonEditAddress,
.body-order-form .vtex-omnishipping-1-x-buttonCreateAddress,
.body-order-form .vtex-omnishipping-1-x-backToAddressList {
  background-color: #eeeeee;
  color: #000000;
  border: 0; }
  .body-order-form .vtex-omnishipping-1-x-buttonEditAddress:hover,
  .body-order-form .vtex-omnishipping-1-x-buttonCreateAddress:hover,
  .body-order-form .vtex-omnishipping-1-x-backToAddressList:hover {
    background-color: #000000;
    color: #ffffff; }

.body-order-form .vtex-omnishipping-1-x-summaryChange {
  padding: 10px;
  border-color: #dddddd;
  background-color: #f7f7f7; }

.body-order-form .vtex-omnishipping-1-x-active {
  border: 0; }

.body-order-form .vtex-omnishipping-1-x-address .ship-number {
  display: inline-block;
  margin: 0 0 10px 0;
  width: 48%; }
  .body-order-form .vtex-omnishipping-1-x-address .ship-number input {
    width: 100%; }

.body-order-form .vtex-omnishipping-1-x-address .ship-complement {
  display: inline-block;
  width: 48%;
  margin: 0 0 10px 10px; }
  .body-order-form .vtex-omnishipping-1-x-address .ship-complement input {
    width: 100%; }

.body-order-form #shipping-data label {
  font-size: 12px; }

.body-order-form #shipping-data p#shp-unavailable-delivery-available-pickup span {
  font-size: 0; }
  .body-order-form #shipping-data p#shp-unavailable-delivery-available-pickup span:before {
    font-size: 0.9rem;
    content: 'Los artículos siguientes no se encuentran disponibles para entrega al domicilio señalado. Usted puede recogerlos en alguna de nuestras sucursales.'; }

.body-order-form #shipping-data button.button-unavailable-delivery-pickup span {
  font-size: 0; }
  .body-order-form #shipping-data button.button-unavailable-delivery-pickup span:before {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    text-justify: center;
    content: 'Recoger artículos'; }

.body-order-form #shipping-data div.shp-product-items.vtex-omnishipping-1-x-productItems div.vtex-omnishipping-1-x-item {
  max-height: 100%; }

.body-order-form #shipping-data div.shp-product-items.vtex-omnishipping-1-x-productItems img {
  max-height: 90%;
  max-width: 90%; }

.body-order-form .client-profile-data .invalid-field-alert {
  display: block;
  border: 2px solid #ff0000;
  border-radius: 4px;
  margin: 6px 12px;
  padding: 6px;
  background-color: rgba(255, 0, 0, 0.05);
  margin-bottom: 14px; }

.body-order-form .client-profile-data h5.corporate-title {
  font-size: 0; }
  .body-order-form .client-profile-data h5.corporate-title:before {
    font-size: 1rem;
    font-family: Helvetica;
    font-weight: normal;
    content: 'Datos de Facturación'; }

.body-order-form .client-profile-data #go-to-shipping {
  font-weight: 700;
  border-radius: 4px;
  padding: 12px 20px; }

.body-order-form .client-profile-data p.newsletter {
  margin-bottom: 14px; }

.step.accordion-group {
  border-radius: 4px; }

.cart-template.mini-cart .cart-fixed {
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 6px;
  height: unset !important; }
  .cart-template.mini-cart .cart-fixed h2 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center; }
  .cart-template.mini-cart .cart-fixed p#go-to-cart-button {
    font-size: 1rem;
    margin-right: 4px; }
  .cart-template.mini-cart .cart-fixed div.summary-template-holder div.summary-totalizers {
    border-radius: 4px; }

#datos-facturacion-container {
  border: 1px solid #cecece;
  border-radius: 4px;
  padding: 20px 15px;
  margin-bottom: 15px; }
  #datos-facturacion-container .datos-facturacion-header {
    font-size: 1.2rem;
    color: #000;
    font-family: 'Verdana', Arial, Helvetica, sans-serif;
    line-height: 1.2;
    text-transform: none;
    margin-right: 10px; }
  #datos-facturacion-container #incluir-datos-facturacion,
  #datos-facturacion-container #no-incluir-datos-facturacion {
    font-size: 0.9rem;
    font-family: 'Verdana', Arial, Helvetica, sans-serif;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    padding: 12px 20px;
    height: 20px;
    margin-top: 10px; }
  #datos-facturacion-container .datos-facturacion-info-box {
    margin: 12px 0; }
    #datos-facturacion-container .datos-facturacion-info-box label {
      cursor: default;
      user-select: none; }
    #datos-facturacion-container .datos-facturacion-info-box .factura-field {
      display: block;
      margin: 5px 0; }
    #datos-facturacion-container .datos-facturacion-info-box .half-width {
      display: inline-block;
      width: 49.5%; }
    #datos-facturacion-container .datos-facturacion-info-box .select-tipo-factura span {
      margin-right: 10px; }
      #datos-facturacion-container .datos-facturacion-info-box .select-tipo-factura span label {
        display: inline-block;
        margin-right: 6px; }
      #datos-facturacion-container .datos-facturacion-info-box .select-tipo-factura span input {
        display: inline-block;
        margin: 0; }
    #datos-facturacion-container .datos-facturacion-info-box #go-to-shipping,
    #datos-facturacion-container .datos-facturacion-info-box #validar-datos-facturacion {
      font-weight: 700;
      border-radius: 4px;
      padding: 12px 20px; }
    #datos-facturacion-container .datos-facturacion-info-box #validar-datos-facturacion,
    #datos-facturacion-container .datos-facturacion-info-box #editar-datos-facturacion {
      height: 20px;
      margin-top: 10px;
      border-radius: 4px; }
    #datos-facturacion-container .datos-facturacion-info-box #editar-datos-facturacion {
      background: #111;
      padding: 4px 10px; }
      #datos-facturacion-container .datos-facturacion-info-box #editar-datos-facturacion:hover {
        background: #3d3e41; }

div.orderform-template div.orderform-template-holder h3.client-pre-email-h {
  margin-bottom: 24px; }

div.orderform-template div.orderform-template-holder #client-pre-email {
  border-radius: 4px; }

div.orderform-template div.orderform-template-holder #btn-client-pre-email {
  position: unset;
  height: auto;
  margin-top: 24px;
  border-radius: 4px; }

section#vtex-callcenter__toolbar {
  display: none; }

p.ship-receiverName label {
  display: inline-block; }

button.btn-ask-for-geolocation-cta {
  border-radius: 4px; }

.btn-ask-for-geolocation-cta {
  border-radius: 4px; }

.vtex-shipping-preview-0-x-postalCodeForgotten button#cart-shipping-calculate {
  margin-top: 6px; }

.vtex-pickup-points-modal-3-x-closeButton.pkpmodal-close {
  width: 38px;
  height: 38px; }

.vtex-pickup-points-modal-3-x-searchAloneTitle {
  font-size: 0 !important; }
  .vtex-pickup-points-modal-3-x-searchAloneTitle:before {
    font-size: 1.6rem;
    content: 'Buscar Puntos de Recogida'; }

.vtex-pickup-points-modal-3-x-searchAloneSubtitle {
  font-size: 0 !important; }
  .vtex-pickup-points-modal-3-x-searchAloneSubtitle:before {
    font-size: 1.1rem;
    content: 'Por favor ingrese una dirección'; }

.vtex-pickup-points-modal-3-x-askGeolocationBtn,
.vtex-pickup-points-modal-3-x-askGeolocationBtnPostalCode {
  display: none !important; }

.vtex-pickup-points-modal-3-x-pkpmodal.pkpmodal {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background: #ffffff; }

.pkpmodal-postal-code {
  width: 50%; }
  .pkpmodal-postal-code p.ship-postalCode label {
    display: inline-block;
    margin: 12px; }
  .pkpmodal-postal-code p.ship-postalCode #ship-postalCode {
    height: 30px;
    display: inline-block;
    margin: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #cccccc;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: #000000;
    margin-right: 16px; }
  .pkpmodal-postal-code p.ship-postalCode small {
    clear: both;
    display: inline-block;
    float: right;
    margin: 5px 48px 0 0; }
    .pkpmodal-postal-code p.ship-postalCode small a {
      color: #444444; }
  .pkpmodal-postal-code p.ship-postalCode span.help.error {
    text-align: center; }

.totalizers-list tr.srp-summary-result {
  display: none !important; }

.totalizers-shipping-address {
  margin-top: 14px;
  text-align: end; }

a[href='#/cards/new'] {
  display: none; }

.PaymentCardCVV span.error {
  margin-left: 0; }

.verification-checkboxes .privacy-policy,
.verification-checkboxes .terms-and-conditions {
  padding: 8px 4px; }
  .verification-checkboxes .privacy-policy input[type='checkbox'],
  .verification-checkboxes .terms-and-conditions input[type='checkbox'] {
    margin: 0; }
  .verification-checkboxes .privacy-policy label,
  .verification-checkboxes .terms-and-conditions label {
    display: inline-block; }
  @media (min-width: 1200px) {
  body {
    color: #333333;
    font-family: 'Verdana', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    padding-top: 20px; }
  .container {
    width: 1170px; }
  .container-cart,
  .container-order-form {
    margin-bottom: 60px;
    padding: 20px 40px 40px;
    width: 1170px; }
  .container .logo {
    display: block;
    margin: 10px 0;
    width: 160px; }
  h1,
  h2,
  h3,
  #cart-title {
    color: #333;
    font-size: 36px; }
    h1.empty-cart-title,
    h2.empty-cart-title,
    h3.empty-cart-title,
    #cart-title.empty-cart-title {
      font-family: 'Verdana', Arial, Helvetica, sans-serif; }
    h1.client-pre-email-h,
    h2.client-pre-email-h,
    h3.client-pre-email-h,
    #cart-title.client-pre-email-h {
      margin: 21px auto 0; }
  -cart,
  -order-form {
    background: #fff;
    margin-bottom: 60px;
    padding: 20px 40px 40px; } }

	@media (max-width: 490px) {
        .body-cart .cart-items .product-image img,
        .body-order-placed .cart-items .product-image img {
          max-width: 45px;
          max-height: 45px;
          width: 45px;
          height: 45px; 
      }
	}

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