 /* files/checkout-custom.css */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");

 body, body *{
  box-sizing: border-box;
}

.body-cart{
  padding:0;
  position:relative;
}

.header-x{
  width: 100%;
  display:block;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

#cart-title, #orderform-title{
  font-family: "Open Sans";
  font-size: 32px;
  line-height: 28px;
  font-weight: 700;
  color: #087a97;
  text-transform: uppercase;
  padding: 29px 15px 0;
  margin-bottom: 48px;
}

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

footer{
  background-color: #5e5e5e;
}

footer > *{
  box-sizing: border-box;
}

.container-x{
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  width: 100%;
}

.footer__imgs{
  padding-top: 29px;
  border-bottom: 1px solid #7a7a7a;
  padding-bottom: 30px;
}

.footer__pagamento {
  float: left;
  display: block;
  width: 33.70166%;
}

.footer__imgs h5 {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}

.footer__pagamento {
  float: left;
  display: block;
  width: 33.70166%;
}
.footer__transporte {
  float: left;
  display: block;
  margin-right: 1.10497%;
  width: 24.17127%;
}
.footer__seguranca {
  float: left;
  display: block;
  margin-right: 1.10497%;
  width: 24.17127%;
}
.footer__imgs {
  padding-top: 29px;
  border-bottom: 1px solid #7a7a7a;
  padding-bottom: 30px;
}
/* line 154, ../assets/css/components/_footer.scss */
.footer__imgs h5 {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 163, ../assets/css/components/_footer.scss */
.footer__bottom ul {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  padding-top: 17px;
  padding-bottom: 13px;
  margin-left: 0;
}
/* line 169, ../assets/css/components/_footer.scss */
.footer__bottom ul li {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: inherit;
  font-weight: 400;
  color: #b0b0b0;
  position: relative;
  margin-right: 12px;
}
/* line 174, ../assets/css/components/_footer.scss */
.footer__bottom ul li strong {
  font-weight: 700;
}
/* line 177, ../assets/css/components/_footer.scss */
.footer__bottom ul li:after {
  content: '';
  width: 2px;
  height: 13px;
  background-color: #b0b0b0;
  float: right;
  margin-left: 9px;
  margin-top: 4px
}
/* line 186, ../assets/css/components/_footer.scss */
.footer__bottom ul li:last-child {
  margin-right: 0;
}
/* line 188, ../assets/css/components/_footer.scss */
.footer__bottom ul li:last-child:after {
  content: none;
}
/* line 194, ../assets/css/components/_footer.scss */
.footer__bottom > a {
  float: right;
  margin-top: 13px;
}

.header-x{
  border-bottom: 1px solid #087a97;
}

.header-x .container-x{
  padding-top: 22px;
  padding-bottom: 18px;
}

.btn:not(label):not(.link-delete):not(.dropdown-toggle), .btn-success{
  background-image: none;
  display: inline-block;
  padding: 0;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  background-color: #e4007d;
  border-radius: 5px;
  clear: both;
  padding: 10px 15px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 0;
  text-shadow: none;
}
.btn:not(label):not(.link-delete):not(.dropdown-toggle):hover, .btn-success:hover{
  color: #e4007d;
  background-color: #f7b3d8;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#cart-choose-more-products, .coupon-label {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #5e5e5e;
  cursor: pointer;
}
#cart-choose-more-products:hover, .coupon-label:hover {
  color: #e4007d;
}
#cart-coupon {
  width: 100%;
  display: block;
  height: 39px;
  border: 1px solid #e7e7e7;
  font-family: "Open Sans";
  font-size: 17px;
  line-height: 39px;
  font-weight: 400;
  color: #5e5e5e;
  padding: 0 16px;
  background-color: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 8px;
  box-shadow: none;
}
#cart-coupon:focus {
  border: 1px solid #e4007d;
}
.full-cart .summary-totalizers tbody .info{
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #5e5e5e;
  cursor: pointer;
}
.full-cart .summary-totalizers tbody .monetary{
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #087a97;
  cursor: pointer;
  vertical-align: middle;
}
.full-cart .summary-totalizers tfoot .info,
.order-info .general-info tfoot .info {
 text-align: right;
 font-family: "Open Sans";
 font-size: 25px;
 line-height: 27px;
 font-weight: 400;
 color: #087a97;
}
.full-cart .summary-totalizers tfoot .monetary,
.order-info .general-info tfoot .monetary{
  text-align: right;
  font-family: "Open Sans";
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
  color: #087a97;
}
.order-info .general-info tfoot .monetary{
  text-align: right;
}
.step, .cart, .totalizers {
  margin-bottom: 15px;
  padding: 0;
  border-radius: 0;
  }

  #payment-data >div {
  border: 3px solid #f4f4f4;
  }

  table.cart-items thead th{
  background-color: #2d8ea6;
  border-bottom: 0;
  border-right: 1px solid #429aaf;
  padding: 0;
  text-align: left;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding: 17px;
  }
  table.cart-items tbody tr{
  border-bottom: 1px solid #e5e5e5;
  }


  table.cart-items tbody tr td{
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #5e5e5e;
  border-right: 1px solid #e5e5e5;
  }
  table.cart-items tbody tr td a{
  color: #2d8ea6;
  font-weight: 600;
  }
  table.cart-items tbody tr td:last-child{
  border-right: 0;
  }
  .accordion-toggle .link-box-edit{
  top: 0px;
  right: -1px;
  top: -9px;
  right: 0px;
  background: #f4f4f4 !important;
  color: #e4007d !important;
  }

  .accordion-toggle .link-box-edit:focus {
  box-shadow: none;
  }

  .payment-security {
  display: none;
  }

  .payment-confirmation-wrap{
  padding: 0;
  background-color: transparent;
  position: relative;
  bottom: auto;
  height: auto;
  }

  .accordion-heading {
  background: #f4f4f4;
  padding: 10px 5px;
  }

  .accordion-heading .accordion-toggle {
  color: #087a97;
  }
  .box-info{
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #5e5e5e;
  }
  a{
  color: #087a97;
  }
  a:hover{
  color: #e4007d;
  }
  .client-profile-data input, .shipping-data input {
  height: auto !important;
  }
  .client-pre-email input {
  height: 54px !important;
  }
  .mini-cart .summary-template-holder, .mini-cart h2{
  background-color: transparent;
  display: block;
  }

  .mini-cart .link-cart {
  margin-right: 5px;
  }

  .cart-fixed > h2{
  padding-top: 10px;
  color: #087a97;
  background: #f4f4f4;
  padding: 13px 14px;
  margin-bottom: 0;
  }

  .mini-cart .summary-cart-template-holder {
  border: 3px solid #f4f4f4;
  }

  .mini-cart .item {
  border-top: none;
  }

  .mini-cart .summary-template-holder {
  border: 3px solid #f4f4f4;
  border-top: none;
  }

  .mini-cart .payment-submit-wrap {
  border: 3px solid #f4f4f4;
  border-top: none;
  padding: 10px 5px;
  }

  input#ship-street,
  input#ship-more-info,
  input#ship-city,
  p.ship-city.required.input.text,
  p.ship-state.required.input.text,
  input#ship-state,
  input#ship-name {
  width: 100%;
  }
  input#ship-postal-code {
  max-width: 100px;
  width: 100%;
  }

  .payment-group-item-text{
  padding: 0;
  padding: 6px 0;
  }

  #payment-group-adyenHostedPaymentGroup .payment-group-item-text {
  background-position: 110px 8px;
  }

  @media (max-width: 768px) {
  .payment-group-item-text {
    padding: 6px 38px;
  }
  }

  #payment-group-adyenHostedPaymentGroup .payment-group-item-text:after {
  position: relative;
  right: 16px;
  }

  @media (max-width: 768px) {
  #payment-group-creditCardPaymentGroup {
    padding: 2px;
    position: relative;
    top: 2px;
  }
}

.payment-group-item.active, .payment-group-item{
  background-image: none;
  display: inline-block;
  padding: 0;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  background-color: #e4007d;
  border-radius: 5px;
  clear: both;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 0;
  text-shadow: none;
  text-align: center;
  border: 0;
}

.payment-group-item{
  background-color: #b0b0b0;
  margin-bottom: 10px;
  /*background-image: none;*/
  margin-left: 0;
}
.payment-group-item:hover{
  color: white;
}
#payment-group-creditCardPaymentGroup .payment-group-item-text{
  background-image: none;
}

h1.title{
  font-family: "Open Sans";
  font-size: 32px;
  line-height: 28px;
  font-weight: 700;
  color: #087a97;
  text-transform: uppercase;
  padding-top: 23px;
  margin-bottom: 10px;
}

.orderplaced-alert-content h4{
  font-family: "Open Sans";
  font-weight: 700;
}
.alert p{
  font-family: "Open Sans";
  font-weight: 400;
}
.body-order-placed{
  padding-bottom: 0;
}
.order-title.lead {
  margin-bottom: 0;
  font-family: "Open Sans";
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  color: #087a97;
}
.order-title.lead span.muted{
  color: #087a97;
}
.orderid.section-info-title{
  margin-top: 0;
  margin-right: 30px;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #5e5e5e;
  text-transform: uppercase;
}
.section-info-title{
  margin: 0;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #e4007d;
  text-transform: uppercase;
}
.payment-method-info{
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #5e5e5e;
}
.total-info.general-info td{
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #5e5e5e;
  text-transform: uppercase;
  text-align: right;
}
.order-info .general-info tbody tr.Shipping td{
  padding-bottom: 10px;
}
.order-info .general-info tfoot tr{
  border-top: 1px solid #e5e5e5;
}
.order-info .general-info tfoot td{
  padding-top: 10px;
}

.order-info .payment-info .payments {
  /* display: none; */
}

.order-info .general-info tbody td.monetary{
  font-weight: 700;
  color: #5e5e5e;
}

.total-info .section-info-title{
  display: none;
}
.main{
  padding: 0 16px;
}

@media screen and (max-width: 1024px) {
  .footer__imgs > div{
  width: 100%;
  margin-bottom: 20px
  }
  body{
  padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom > a{
  margin-top: 0;
  margin-bottom: 10px;
  float: none;
  display: block;
  }
  .footer__bottom{
  padding-bottom: 20px;
  }
  .myorders-list .ordergroup{
  margin-top: 0;
  }
  .order-details .items{
  width: 100%;
  overflow-x: scroll;
  }
}
.shipping-selected-sla-estimate{
  font-size: 10px;
}
.shipping-selected-sla-estimate:before{
  content: '(';
}
.shipping-selected-sla-estimate:after{
  content: ')';
}
.full-cart .postal-code-for-sla i{
  display: none;
}

#cart-choose-more-products{
  background-image: none;
  display: inline-block;
  padding: 0;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  background-color: #b0b0b0;
  border-radius: 5px;
  clear: both;
  padding: 10px 15px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 0;
  text-shadow: none;
}
#cart-choose-more-products:hover{
  color: white;
  text-decoration: none;
  background-color: #5e5e5e;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
span.link-choose-more-products-wrapper {
  float: left;
}
.mini-cart .table tfoot td{
  text-align: right;
  font-family: "Open Sans";
  font-size: 25px;
  line-height: 27px;
  font-weight: 400;
  color: #087a97;
}
.mini-cart .table tfoot td.monetary{
  text-align: right;
  font-family: "Open Sans";
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
  white-space: nowrap;
  color: #087a97;
}
.totalizers-list tr{
  border-bottom: 1px solid #f4f4f4;
}
.totalizers-list tr td.info {
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #5e5e5e;
}
.totalizers-list tr td.monetary{
  color: #087a97;
}
  .client-notice{
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #5e5e5e;
  }
  .table.cart-items tbody tr td{
  vertical-align: middle;
  }
  .table.cart-items tbody tr td a{
  padding-top: 5px
  }
  .table.cart-items tbody tr td a.item-quantity-change-decrement {
  padding: 5px 5px 0 0;
  }

  #select_lojas_holder{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 200px;
  background-color: white;
  box-shadow: black;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.55);
  z-index: 99999999;
  }

  #select_lojas_holder .container{
  width: 100%;
  padding: 20px 16px;
  }

  #select_lojas_holder .container .fechar_lojas{
  position: absolute;
  top: 5px;
  right: 11px;
  font-family: "Open Sans";
  font-size: 12px;
  color: #4f4f4f;
  cursor: pointer;
  }

  #select_lojas_holder .container .fechar_lojas:hover{
  text-decoration: underline;
  }

  #select_lojas_holder .container .submit_holder{
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 15px;
  }

  #select_lojas_holder .container .submit_holder button{
  background-image: none;
  display: inline-block;
  padding: 0;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  background-color: #e4007d;
  border-radius: 5px;
  clear: both;
  padding: 10px 15px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 0;
  text-shadow: none;
  }

  #select_lojas_holder select{
   display: block;
   clear: both;
   margin-bottom: 10px;
 }

 #select_lojas_holder h3{
   font-size: 14px;
   font-weight: bold;
   margin-top: 0;
   padding: 4px 6px;
   text-align: right;
   color: #087a97;
   margin-bottom: 0;
   border-radius: 0;
   border-radius: 0;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   text-transform: uppercase;
   padding-left: 0;
   padding-bottom: 5px;
   border-bottom: 1px solid #e5e5e5;
   margin-bottom: 15px;
 }
 #payment-group-promissoryPaymentGroup .payment-group-item-text{
   font-size: 0;
 }

 #payment-group-promissoryPaymentGroup .payment-group-item-text:after{
   content: 'Transf. Banc\00E1 ria';
   font-size: 12px;
 }

 #payment-group-adyenHostedPaymentGroup .payment-group-item-text{
   font-size: 0;
 }

 #payment-group-adyenHostedPaymentGroup .payment-group-item-text:after{
   content: 'Multibanco';
   font-size: 12px;
 }

 .csstransforms.csstransitions.opacity .vtex-front-messages-placeholder.vtex-front-messages-placeholder-opened{
   border: none;
   padding-top: 40px;
   padding-bottom: 40px;
   padding-left: 16px;
   background-color: white;
   border-bottom: 5px solid #2d8ea6;
   top: 50%;
   transform: translateY(-50%);
   position: absolute;
 }

 .box-installments option:disabled,
 .box-installments option[disabled="disabled"]{
   display:none;
 }

 .card-installments option:disabled,
 .card-installments option[disabled="disabled"] {
  display: none;
}

ul.dropdown-menu.shipping-sla-options {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  box-shadow: none;
  right: -20px;
}

.full-cart .summary-totalizers {
  width: 67%;
}

a.btn.btn-mini.btn-default.dropdown-toggle.shipping-sla-button {
  display: none;
}

.full-cart .summary-totalizers li a {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.payment-confirmation-modal-body .payment-confirmation-message {
  font-size: 0;
  color: transparent;
}

.payment-confirmation-modal-body .payment-confirmation-message:before {
  content: "Estamos a concluir a sua encomenda";
  font-size: 18px;
  color: white;
}

.promissoryPaymentGroup h3,
.custom201PaymentGroupPaymentGroup h3,
.promissoryPaymentGroup .payment-description,
.custom201PaymentGroupPaymentGroup .payment-description {
  display: block;
  font-size:0;
  margin-bottom: 10px;
}

.promissoryPaymentGroup h3:before,
.custom201PaymentGroupPaymentGroup h3:before {
  content: 'Titular: ';
  font-size: 13px;
  font-weight: bold;
  color: #e4007d;
}
.promissoryPaymentGroup h3:after,
.custom201PaymentGroupPaymentGroup h3:after {
  content: 'Medicalshop, Unipessoal, Lda';
  font-size: 13px;
  font-weight: normal;
}
.promissoryPaymentGroup .payment-description:before,
.custom201PaymentGroupPaymentGroup .payment-description:before {
  content: 'IBAN: ';
  font-size: 13px;
  font-weight: bold;
  color: #087a97;
}
.promissoryPaymentGroup .payment-description:after,
.custom201PaymentGroupPaymentGroup .payment-description:after {
  content: 'PT50 0045 1432 4025 6506 5273 1';
  font-size: 13px;
  font-weight: normal;
}

fieldset.box-payment-group2.box-payment-option.adyenHostedPaymentGroup h3 {
  display: block;
  font-size:0;
  margin-bottom: 10px;
}
fieldset.box-payment-group2.box-payment-option.adyenHostedPaymentGroup h3:before {
  content: 'Pague a sua compra online atrav\00E9 s do sistema Multibanco.';
  font-size: 13px;
  font-weight: normal;
  display:block;
  margin-bottom: 10px;
  line-height: 15px;
}
fieldset.box-payment-group2.box-payment-option.adyenHostedPaymentGroup h3:after {
  content: 'Ap\00F3 s submiss\00E3 o da encomenda, ser\00E1  gerado uma entidade e refer\00EA ncia para proceder ao pagamento do montante total desta encomenda.';
  font-size: 13px;
  font-weight: normal;
  display:block;
  margin-bottom: 10px;
  line-height: 15px;
}
fieldset.box-payment-group2.box-payment-option.adyenHostedPaymentGroup p.payment-description {
  display: block;
  font-size:0;
  margin-bottom: 10px;
}
fieldset.box-payment-group2.box-payment-option.adyenHostedPaymentGroup p.payment-description:before {
  content: 'Obrigado por preferir a Medical Shop.';
  font-size: 13px;
  font-weight: normal;
  display:block;
  margin-bottom: 10px;
  line-height: 15px;
}

fieldset.box-payment-group2.box-payment-option.adyenHostedPaymentGroup p.sight span {
  display: block;
}

.card-installments option:first-of-type {
  font-size: 0;

}

#payment-data .gift-card-section{
  float: right;
}

#payment-data .gift-card-provider-default label{
  display: block;
  padding-bottom: 10px;
}

#payment-data .gift-card-provider-default .payment-discounts-cod{
    line-height: 40px;
  min-height: 40px;
}

#payment-data .payment-discounts-list h5{
  padding-top: 10px;
  padding-bottom: 0;
}

#payment-data .payment-discounts-list table{
  width: 100%;
}

input[type="text"], select, 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 {
  min-height: 36px;
}

.quantity input {
  min-height: 27px;
  width: 40px;
}


@media (min-width: 980px) {
  .full-cart .summary-totalizers {
    width: 60%;
  } 
}

.full-cart .summary-totalizers .empty {
  display: none;
}

.full-cart .summary-totalizers tfoot .monetary, .order-info .general-info tfoot .monetary {
  width: 50%;
}

/*//////*/

#vtexIdContainer .vtexIdUI input[type="text"],
#vtexIdContainer .vtexIdUI input[type="password"],
#vtexIdContainer .vtexIdUI input[type="email"] {
  border: #bdbdbd solid;
  border-width: 1px;
  transition: border .2s ease-out;
  box-shadow: 0 2px 1px 0 #c4c4c4 inset;
  font-size: 14px;
  color: #757575;
  padding: 0 15px;
  border-radius: 0;
  width: 100%;
  min-height: 30px;
  line-height: 49px;
  height: 49px
}

#vtexIdContainer .vtexIdUI input[type="text"]:focus,
#vtexIdContainer .vtexIdUI input[type="password"]:focus,
#vtexIdContainer .vtexIdUI input[type="email"]:focus {
  box-shadow: 0;
  border-color: #e4007d;
  color: #333;
  outline: none
}

#vtexIdContainer .vtexIdUI input[type="text"].error,
#vtexIdContainer .vtexIdUI input[type="password"].error,
#vtexIdContainer .vtexIdUI input[type="email"].error {
  border-color: #c34e4c
}

#vtexIdContainer .vtexIdUI input[type="text"]:disabled,
#vtexIdContainer .vtexIdUI input[type="password"]:disabled,
#vtexIdContainer .vtexIdUI input[type="email"]:disabled,
#vtexIdContainer .vtexIdUI input[type="text"].disabled,
#vtexIdContainer .vtexIdUI input[type="password"].disabled,
#vtexIdContainer .vtexIdUI input[type="email"].disabled {
  background: #e0e0e0;
  border: #bdbdbd solid;
  border-width: 1px;
  color: #bdbdbd
}

#vtexIdContainer .vtexIdUI h4 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: 200;
  line-height: 20px;
  font-size: 16px
}

#vtexIdContainer .modal-body,
#vtexIdContainer .modal-footer {
  background: transparent;
  padding-top: 0
}

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

#vtexIdContainer .modal-body {
  padding: 5px;
  padding-top: 0
}

#vtexIdContainer .modal-header {
  text-align: center
}

#vtexIdContainer .modal-header:before {
  content: "";
  background-image: url(/arquivos/spritesheet.png);
  background-position: 0 0;
  width: 175px;
  height: 43px;
  display: block;
  margin: 0 auto;
}

#vtexIdContainer .modal-header .close {
  background: transparent;
  font-size: 0;
  border-radius: 0;
  padding: 0;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: auto;
  right: 0
}

#vtexIdContainer .modal-header .close:before {
  content: "Ã¯Ââ€”";
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-rendering: optimizelegibility;
  width: 1em;
  font-family: 'FontAwesome';
  color: #333;
  font-size: 20px
}

#vtexIdContainer .modal-header .close:hover:before {
  color: #c34e4c
}

#vtexIdContainer a {
  color: #333
}

#vtexIdContainer a:hover {
  color: #404040
}

#vtexIdContainer a:active,
#vtexIdContainer a:focus,
#vtexIdContainer a:visited {
  color: #4d4d4d
}

#vtexIdContainer .btn-success {
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  transition: all .2s ease-out;
  font-size: 12px;
  color: #fff;
  background: #e4007d;
  border-bottom: 4px #e4007d solid;
  border-top: 2px #e4007d solid;
  height: 35px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 10px;
  font-weight: normal
}

#vtexIdContainer .btn-success:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  text-shadow: none
}

#vtexIdContainer .btn-success:focus,
#vtexIdContainer .btn-success:active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  text-shadow: none
}

#vtexIdContainer .btn-success:disabled,
#vtexIdContainer .btn-success.disabled {
  cursor: no-drop;
  opacity: .7;
  filter: alpha(opacity=70)
}

#vtexIdContainer .btn-success:hover,
#vtexIdContainer .btn-success:focus {
  color: #fff;
  border-top-color: #ff0990;
  background: #ff0990
}

#vtexIdContainer .btn-success:active {
  color: #fff;
  border-top-color: #c00069;
  background: #d50075
}

#vtexIdContainer .btn-success:disabled,
#vtexIdContainer .btn-success.disabled {
  border-top-color: #727272;
  border-bottom-color: #727272;
  background: #727272
}

#vtexIdContainer .btn-success#classicLoginBtn:after,
#vtexIdContainer .btn-success#sendAccessKeyBtn:after {
  content: "Ã¯â‚¬Â£";
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-rendering: optimizelegibility;
  width: 1em;
  font-family: 'FontAwesome';
  margin-left: 2px
}

@media (max-width: 768px) {
  span.btn-place-order-wrapper {
  width: 100%;
  float: left;
  }

  .full-cart .cart-links-bottom .btn-success {
  width: 100%;
  padding: 20px !important;
  }

  .cart-links-bottom {
  padding: 0 15px 70px;
  position: relative;
  }

  #cart-choose-more-products {
  width: 100%;
  text-align: center;
  }

  span.link-choose-more-products-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 15px;
  }
}

#vtexIdContainer .vtexIdUI-back-link {
  margin-top: 10px;
  border-radius: 6px
}

#vtexIdContainer .vtexIdUI {
  background: #fff;
  border-radius: 0;
  border: #bdbdbd solid;
  border-width: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  width: 315px
}

#vtexIdContainer .vtexIdUI li {
  margin-bottom: 9px
}

#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn {
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  transition: all .2s ease-out;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  background: #e4007d;
  border-bottom: 4px #e4007d solid;
  border-top: 2px #e4007d solid;
  height: 35px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  padding-left: 21px;
  padding-right: 13px;
  text-transform: none;
  text-align: left;
  font-size: 0 !important
}

#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  text-shadow: none
}

#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn:focus,
#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn:active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  text-shadow: none
}

#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn:disabled,
#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn.disabled {
  cursor: no-drop;
  opacity: .7;
  filter: alpha(opacity=70)
}

#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn:hover,
#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn:focus {
  color: #fff;
  border-top-color: #ff0990;
  background: #ff0990
}

#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn:active {
  color: #fff;
  border-top-color: #c00069;
  background: #d50075
}

#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn:disabled,
#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn.disabled {
  border-top-color: #727272;
  border-bottom-color: #727272;
  background: #727272
}

#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn:after {
  content: "\f0e0";
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-rendering: optimizelegibility;
  width: 1em;
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 4px;
  margin-left: 11px;
  line-height: 1;
  position: relative;
  top: 2px
}

#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn:before {
  content: "Receber chave de acesso por e-mail";
  color: #fff;
  font-size: 12px !important
}

#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn:after {
  float: right;
  margin-right: -2px
}

#vtexIdContainer .vtexIdUI #loginWithAccessKeyBtn .vtexid-icon-mail {
  display: none
}

#vtexIdContainer .vtexIdUI #vtexIdUI-facebook {
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  transition: all .2s ease-out;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  background: #475f96;
  border-bottom: 4px #475f96 solid;
  border-top: 2px #475f96 solid;
  height: 35px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  padding-left: 21px;
  padding-right: 13px
}

#vtexIdContainer .vtexIdUI #vtexIdUI-facebook:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  text-shadow: none
}

#vtexIdContainer .vtexIdUI #vtexIdUI-facebook:focus,
#vtexIdContainer .vtexIdUI #vtexIdUI-facebook:active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  text-shadow: none
}

#vtexIdContainer .vtexIdUI #vtexIdUI-facebook:disabled,
#vtexIdContainer .vtexIdUI #vtexIdUI-facebook.disabled {
  cursor: no-drop;
  opacity: .7;
  filter: alpha(opacity=70)
}

#vtexIdContainer .vtexIdUI #vtexIdUI-facebook:hover,
#vtexIdContainer .vtexIdUI #vtexIdUI-facebook:focus {
  color: #fff;
  border-top-color: #536fae;
  background: #536fae
}

#vtexIdContainer .vtexIdUI #vtexIdUI-facebook:active {
  color: #fff;
  border-top-color: #3c507e;
  background: #42588c
}

#vtexIdContainer .vtexIdUI #vtexIdUI-facebook:disabled,
#vtexIdContainer .vtexIdUI #vtexIdUI-facebook.disabled {
  border-top-color: #6f6f6f;
  border-bottom-color: #6f6f6f;
  background: #6f6f6f
}

#vtexIdContainer .vtexIdUI #vtexIdUI-facebook:after {
  content: "\f082";
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-rendering: optimizelegibility;
  width: 1em;
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 4px;
  margin-left: 11px;
  line-height: 1;
  position: relative;
  top: 2px
}

#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus {
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  transition: all .2s ease-out;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  background: #ea4335;
  border-bottom: 4px #ea4335 solid;
  border-top: 2px #ea4335 solid;
  height: 35px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  padding-left: 21px;
  padding-right: 13px
}

#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  text-shadow: none
}

#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus:focus,
#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus:active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  text-shadow: none
}

#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus:disabled,
#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus.disabled {
  cursor: no-drop;
  opacity: .7;
  filter: alpha(opacity=70)
}

#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus:hover,
#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus:focus {
  color: #fff;
  border-top-color: #ed6155;
  background: #ed6155
}

#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus:active {
  color: #fff;
  border-top-color: #e42718;
  background: #e93627
}

#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus:disabled,
#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus.disabled {
  border-top-color: #909090;
  border-bottom-color: #909090;
  background: #909090
}

#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus:after {
  content: "\f0d5";
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-rendering: optimizelegibility;
  width: 1em;
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 4px;
  margin-left: 11px;
  line-height: 1;
  position: relative;
  top: 2px
}

#vtexIdContainer .vtexIdUI #loginWithUserAndPasswordBtn {
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  transition: all .2s ease-out;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  background: #087a97;
  border-bottom: 4px #087a97 solid;
  border-top: 2px #087a97 solid;
  height: 35px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  padding-left: 21px;
  padding-right: 13px;
  text-shadow: none !important;
  text-transform: none;
  text-align: left
}

#vtexIdContainer .vtexIdUI #loginWithUserAndPasswordBtn:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  text-shadow: none
}

#vtexIdContainer .vtexIdUI #loginWithUserAndPasswordBtn:focus,
#vtexIdContainer .vtexIdUI #loginWithUserAndPasswordBtn:active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  text-shadow: none
}

#vtexIdContainer .vtexIdUI #loginWithUserAndPasswordBtn:disabled,
#vtexIdContainer .vtexIdUI #loginWithUserAndPasswordBtn.disabled {
  cursor: no-drop;
  opacity: .7;
  filter: alpha(opacity=70)
}

#vtexIdContainer .vtexIdUI #loginWithUserAndPasswordBtn:hover,
#vtexIdContainer .vtexIdUI #loginWithUserAndPasswordBtn:focus {
  color: #fff;
  border-top-color: #0a95b9;
  background: #0a95b9
}

#vtexIdContainer .vtexIdUI #loginWithUserAndPasswordBtn:active {
  color: #fff;
  border-top-color: #065f75;
  background: #076e88
}

#vtexIdContainer .vtexIdUI #loginWithUserAndPasswordBtn:disabled,
#vtexIdContainer .vtexIdUI #loginWithUserAndPasswordBtn.disabled {
  border-top-color: #505050;
  border-bottom-color: #505050;
  background: #505050
}

#vtexIdContainer .vtexIdUI #loginWithUserAndPasswordBtn:after {
  content: "\f084";
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-rendering: optimizelegibility;
  width: 1em;
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 4px;
  margin-left: 11px;
  line-height: 1;
  position: relative;
  top: 2px
}

#vtexIdContainer .vtexIdUI #loginWithUserAndPasswordBtn:after {
  float: right;
  margin-right: -2px;
  top: 5px
}

#vtexIdContainer .vtexIdUI #sendKeyEmailByPass,
#vtexIdContainer .vtexIdUI #vtexIdUI-facebook,
#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus,
#vtexIdContainer .vtexIdUI #sendKeyEmailByPass.vtexIdUI-others-send-email {
  text-align: left;
  text-transform: none
}

#vtexIdContainer .vtexIdUI #sendKeyEmailByPass i,
#vtexIdContainer .vtexIdUI #vtexIdUI-facebook i,
#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus i,
#vtexIdContainer .vtexIdUI #sendKeyEmailByPass.vtexIdUI-others-send-email i {
  display: none
}

#vtexIdContainer .vtexIdUI #sendKeyEmailByPass:after,
#vtexIdContainer .vtexIdUI #vtexIdUI-facebook:after,
#vtexIdContainer .vtexIdUI #vtexIdUI-google-plus:after,
#vtexIdContainer .vtexIdUI #sendKeyEmailByPass.vtexIdUI-others-send-email:after {
  position: absolute;
  top: 5px;
  right: 7px
}

#vtexIdContainer .vtexIdUI-providers-list {
  padding-top: 11%;
  position: relative
}

#vtexIdContainer .vtexIdUI-providers-list li[ng-show="auth.showClassicAuthentication"] {
  position: absolute;
  top: 0;
  width: 100%
}

/*AJUSTE DOS TEXTOS*/

h4.vtexIdUI-heading span {
  font-size: 0;
}
h4.vtexIdUI-heading span:before {
  content: 'Use uma das opÃ§Ãµes para confirmar a sua identidade';
  font-size: 16px;
}
button#loginWithUserAndPasswordBtn span {
  font-size: 0;
}
button#loginWithUserAndPasswordBtn span:before {
  content: 'Insira os seus dados de Login';
  font-size: 12px;
}

label.control-label[for="inputEmail"] span {
  font-size: 0;
  line-height: 5px;
}
label.control-label[for="inputEmail"] span:before {
  content: 'Email';
  font-size: 12px;
}
label.control-label[for="inputPassword"] span {
  font-size: 0;
  line-height: 5px;
}
label.control-label[for="inputPassword"] span:before {
  content: 'Password';
  font-size: 12px;
}
label.control-label[for="inputPassword"] a {
  font-size: 0;
  line-height: 20px;
  display: block;
}
label.control-label[for="inputPassword"] a:before {
  content: 'Recuperar password';
  font-size: 12px;
}
.control-group.vtexIdUI-classic-login-control a[data-i18n="vtexid.forgotPswdHelper"] {
  font-size: 0;
  line-height: 20px;
  display: block;
}
.control-group.vtexIdUI-classic-login-control a[data-i18n="vtexid.forgotPswdHelper"]:before {
  content: 'N\00E3 o tem conta? Registe-se aqui';
  font-size: 12px;
}
span[data-i18n="vtexid.getEmailTitle"] {
  font-size: 0;
  line-height: 20px;
  display: block;
}
span[data-i18n="vtexid.getEmailTitle"]:before {
  content: 'Insira o seu email';
  font-size: 16px;
}
.vtexIdUI .vtexIdUI-user {
  margin: 10px 0 0 0;
}

.vtexIdUI .vtexIdUI-user .vtexIdUI-user-email {
  width: 100%;
}
a#order-continue-shopping {
  font-size: 0;
  line-height: 1
}
a#order-continue-shopping:before {
  content: 'Voltar ao Website';
  font-size: 16px;
}

h4.orderplaced-successfully,
span.email-pre,
span.email-pos{
  font-size: 0;
  line-height: 1;
}
h4.orderplaced-successfully:before {content: 'Sua encomenda foi realizada com sucesso.';font-size: 18px;}
span.email-pre:before {content: 'Em breve ir\00E1  receber um email no endere\00E7 o';font-size: 13px;}
span.email-pos:before {content: 'todos os detalhes da encomenda.';font-size: 13px;}

span[data-i18n="order.paymentData.paidInCash"] {
  font-size: 0;
}
span[data-i18n="order.paymentData.paidInCash"]:before {content: 'Pronto Pagamento';font-size: 14px;}
h1#cart-title:before {
  content: 'O ';
}
h2.empty-cart-title {
  text-transform: lowercase;
}
h2.empty-cart-title:before {
  content: 'O ';
  text-transform: uppercase;
}
p[data-i18n="cart.emptyMessage"] {
  font-size: 0;
}
p[data-i18n="cart.emptyMessage"]:before {
  content: 'Para continuar a comprar, navegue atrav\00E9 s do menu do website ou pesquise pelo produto desejado.';
  font-size: 14px;
}

[data-i18n="clientProfileData.preemail"] {
  font-size: 0;
}
[data-i18n="clientProfileData.preemail"]:before {
  content: 'Para concluir a encomenda, insira o seu e-mail.';
  font-size: 30px;
  display: block;
  width: 100%;
  margin-bottom: 10px
}

.default-modal {
  background: #fff;
  color: #087a97;
  
}

.default-modal button.btn.btn-large.masked-info-button {
  position: absolute;
  right: 0;
  top: 20px;
}

.default-modal .masked-info-security {
  margin: 0 10px;
  float: left;
  position: absolute;
  right: -10px;
  bottom: 0px;
}

.modal-body.default-modal-body.masked-info-modal-body {
  overflow: hidden;
}
.mini-cart .summary-cart-template-holder {
  overflow: auto;
}

.mini-cart .cart {
  height: 100%;
  max-height: none;
  overflow: initial;
}

.mini-cart .summary-cart-template-holder {
  max-height: 200px;
}

@media (max-width: 490px) {
  .full-cart .cart table tbody tr td.product-name,
  .full-cart .cart table tbody tr td.product-price,
  .full-cart .cart table tbody tr + tr {
    border: none;
  }
}