@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?jbfdvc");
  src: url("../fonts/icomoon.eot?jbfdvc#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jbfdvc") format("truetype"), url("../fonts/icomoon.woff?jbfdvc") format("woff"), url("../fonts/icomoon.svg?jbfdvc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/** {
  box-sizing: border-box;
}


html,
body {
  font-family: 'Montserrat', sans-serif;
  font-size-adjust: u
  display: flex;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  justify-content: center;
  align-items: center;
}*/
/* TOOGLE */
[class^=icomoon-] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=icomoon-] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-pix-outline:before {
  content: "\e902";
  color: #fff;
}

.icomoon-pix:before {
  content: "\e900";
  color: #fff;
}

.icomoon-picpay:before {
  content: "\e901";
  color: #fff;
}

.checkout {
  padding-top: 30px;
}

.checkout-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 940px;
  background-color: rgb(251, 251, 251);
  margin-left: auto;
  margin-right: auto;
}
.checkout-panel input[type=radio] {
  display: inline-block;
}
.checkout-panel .input-fields {
  display: flex;
  justify-content: space-between;
}
.checkout-panel .input-fields label {
  display: block;
  margin-bottom: 10px;
  color: #b4b4b4;
}
.checkout-panel div[class*=column] {
  width: 382px;
}
.checkout-panel .dados-cartao-wrap input[type=text] {
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding-right: 40px;
  padding-left: 16px;
  color: rgba(46, 46, 46, 0.8);
  border: 1px solid rgb(225, 225, 225);
  border-radius: 4px;
  outline: none;
}
.checkout-panel .dados-cartao-wrap input[type=text]:focus {
  border-color: rgb(64, 115, 158);
}
.checkout-panel .dados-cartao-wrap input[type=password] {
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding-right: 40px;
  padding-left: 16px;
  color: rgba(46, 46, 46, 0.8);
  border: 1px solid rgb(225, 225, 225);
  border-radius: 4px;
  outline: none;
}
.checkout-panel .dados-cartao-wrap input[type=password]:focus {
  border-color: rgb(64, 115, 158);
}
.checkout-panel .dados-cartao-wrap select {
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding-right: 40px;
  padding-left: 16px;
  color: rgba(46, 46, 46, 0.8);
  border: 1px solid rgb(225, 225, 225);
  border-radius: 4px;
  outline: none;
}
.checkout-panel .dados-cartao-wrap select:focus {
  border-color: rgb(64, 115, 158);
}
.checkout-panel .btn-step {
  font-size: 16px;
  width: 163px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  letter-spacing: 1px;
  border: none;
  border-radius: 23px;
}
.checkout-panel .btn-step:focus {
  outline: none;
}
.checkout-panel .btn-step:hover {
  transform: scale(1.1);
}
.checkout-panel .warning {
  border-color: #1abc9c;
}

.checkout-panel-body {
  flex: 1;
}
.checkout-panel-body .checkout-item {
  margin-bottom: 10px;
}
.checkout-panel-body .checkout-item .item-title {
  padding-top: 20px;
  padding-left: 25px;
  color: #616c70;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
}
.checkout-panel-body .checkout-item .item-content {
  border: 1px solid #E6E4DF;
  padding: 20px;
}

.ambiente-seguro {
  color: #00b894;
  float: right;
  font-size: 12px;
  text-align: right;
  padding: 10px;
}

.continuar-comprando {
  padding: 10px;
  color: #40739e;
  text-decoration: underline;
}
.continuar-comprando a {
  font-size: 14px;
}

.title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
  color: #40739e;
}

.subtitle {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  color: #40739e;
  font-size: 20px;
}

.checkout-progress-bar {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}

.step {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 30px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #efefef;
}
.step:after {
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 22px;
  width: 225px;
  height: 6px;
  content: "";
  background-color: #efefef;
}
.step:before {
  color: #2e2e2e;
  position: absolute;
  top: 40px;
}
.step:last-child:after {
  content: none;
}
.step:nth-child(1):before {
  content: "Cart";
}
.step:nth-child(2):before {
  right: -40px;
  content: "Confirmation";
}
.step:nth-child(3):before {
  right: -30px;
  content: "Payment";
}
.step:nth-child(4):before {
  right: 0;
  content: "Finish";
}

.step.active {
  background-color: #1abc9c;
}
.step.active:after {
  background-color: #1abc9c;
}
.step.active:before {
  color: #1abc9c;
}
.step.active + .step {
  background-color: #1abc9c;
}
.step.active + .step:before {
  color: #1abc9c;
}

.payment-method {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}

.method {
  display: flex;
  flex-direction: column;
  width: 382px;
  height: 122px;
  padding-top: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: rgb(249, 249, 249);
  justify-content: center;
  align-items: center;
}

.card-logos {
  display: flex;
  width: 150px;
  justify-content: space-between;
  align-items: center;
}

.radio-input {
  margin-top: 20px;
}

.info {
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-top: 50px;
  opacity: 0.5;
  color: #2e2e2e;
}

.steps input {
  border: 1px solid rgb(225, 225, 225);
  color: rgba(46, 46, 46, 0.8);
}
.steps input:focus {
  border-color: rgb(64, 115, 158);
}
.steps select {
  border: 1px solid rgb(225, 225, 225);
  color: rgba(46, 46, 46, 0.8);
}
.steps select:focus {
  border-color: rgb(64, 115, 158);
}

#date {
  background: url(img/icons_calendar_black.png) no-repeat 95%;
}

#cardholder {
  background: url(img/icons_person_black.png) no-repeat 95%;
}

#cardnumber {
  background: url(img/icons_card_black.png) no-repeat 95%;
}

#verification {
  background: url(img/icons_lock_black.png) no-repeat 95%;
}

.small-inputs {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.small-inputs div {
  width: 182px;
}

.panel-footer {
  display: flex;
  width: 100%;
  height: 96px;
  padding: 0 80px;
  background-color: rgb(239, 239, 239);
  justify-content: space-between;
  align-items: center;
}

.btn-card {
  font-size: 16px;
  width: 163px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  letter-spacing: 1px;
  border: none;
  border-radius: 23px;
  color: #fff;
  background: #1abc9c;
  width: 100%;
}

.back-btn {
  color: #1abc9c;
  background: #fff;
}

.next-btn {
  color: #fff;
  background: #1abc9c;
}

.btn-step[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.blue-border {
  border: 1px solid rgb(110, 178, 251);
}

.entrega-opt {
  text-align: center;
  background-color: rgba(64, 115, 158, 0.7);
  border-radius: 5px;
  height: 150px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  cursor: pointer;
  transition: ease 0.4s;
}
.entrega-opt:hover {
  background-color: rgb(64, 115, 158);
  transition: ease 0.4s;
}
.entrega-opt i {
  color: #fff;
  font-size: 4em;
}
.entrega-opt p {
  font-size: 14px;
  color: #fff;
  padding: 25px 0 0;
}

.forma-pgto-wrp {
  padding: 15px;
}

.forma-pgto {
  text-align: center;
  background-color: rgba(64, 115, 158, 0.7);
  border-radius: 5px;
  height: 150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  cursor: pointer;
  transition: ease 0.4s;
}
.forma-pgto:hover {
  background-color: rgb(64, 115, 158);
  transition: ease 0.4s;
}
.forma-pgto i {
  color: #fff;
  font-size: 3.5em;
}
.forma-pgto i.icomoon-picpay {
  color: #fff;
  font-size: 3em;
}
.forma-pgto p {
  font-size: 16px;
  color: #fff;
  padding: 25px 0 0;
}

input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

label.switch {
  cursor: pointer;
  text-indent: -9999px;
  width: 80px;
  height: 44px;
  background: grey;
  border-radius: 22px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
label.switch:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 18px;
  transition: 0.3s;
}
label.switch:active:after {
  width: 60px;
}

input:checked + label {
  background: rgb(64, 115, 158);
}
input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.pedido-total {
  font-size: 14px;
  text-align: right;
  margin: 0;
  line-height: 18px;
  width: 250px;
  float: right;
}
.pedido-total tr {
  border-bottom: 1px dotted #dfe6e9;
  padding: 10px 0;
}
.pedido-total tr td {
  padding: 5px 0;
}
.pedido-total .subtotal {
  color: grey;
}
.pedido-total .desconto {
  color: rgb(64, 115, 158);
}
.pedido-total .entrega {
  color: #ff6b6b;
}
.pedido-total .resgate {
  color: rgb(64, 115, 158);
}
.pedido-total .total {
  color: #10ac84;
  font-weight: 500;
  font-size: 16px;
}
.pedido-total .troco {
  color: grey;
}
.pedido-total span {
  color: #576574;
}

.edit-endereco {
  margin-right: 50px;
}

@media (max-width: 768px) {
  .checkout-panel {
    width: 100%;
  }
  .checkout-panel-body {
    padding: 5px 20px 30px 20px;
  }
  .panel-footer {
    padding: 0 20px;
  }
  .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .continuar-comprando {
    font-size: 10px;
    padding: 0 0 0 5px;
  }
  .ambiente-seguro {
    padding: 0 5px 0 0;
  }
  .entrega-opt {
    height: auto;
    width: 100%;
    padding: 15px 10px;
  }
  .entrega-opt i {
    font-size: 3em;
  }
  .entrega-opt p {
    font-size: 12px;
    padding: 10px 0 0;
  }
  .forma-pgto-wrp {
    padding: 10px;
  }
  .forma-pgto {
    height: auto;
    padding: 15px 10px;
  }
  .forma-pgto i {
    color: #fff;
    font-size: 3.5em;
  }
  .forma-pgto i.icomoon-picpay {
    color: #fff;
    font-size: 3em;
  }
  .forma-pgto p {
    font-size: 14px;
    padding: 10px 0 0;
  }
  .edit-endereco {
    margin-right: 15px;
  }
}
.btn-frete-option {
  border: 1px solid rgb(225, 225, 225);
  padding: 15px;
  margin: 10px;
  text-align: center;
  position: relative;
}
.btn-frete-option img {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}
.btn-frete-option .free-delivery {
  color: rgb(26, 188, 156);
  font-weight: bold;
}
@media (min-width: 992px) {
  .btn-frete-option.col-xs-6 {
    width: 47.4%;
  }
}
@media (min-width: 992px) {
  .btn-frete-option.col-md-3 {
    width: 22.4%;
  }
}
.btn-frete-option.opt-selected {
  border: 1px solid rgb(26, 188, 156);
  background-color: rgba(26, 188, 156, 0.07);
}
.btn-frete-option.opt-selected .fa {
  position: absolute;
  right: 10px;
  top: 10px;
  color: rgb(26, 188, 156);
  font-size: 20px;
}

@media (max-width: 450px) {
  .checkout-panel .btn-step {
    width: 150px;
  }
}