body.carrito-page h2 {
  font-size: 24px;
  font-weight: 400;
  color: #282828;
  margin-top: 54px;
  margin-bottom: 54px;
}

body.carrito-page .card {
  height: 109px;
}

body.carrito-page .card-body h5 {
  color: #646464;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

body.carrito-page .card-body h3 {
  color: #282828;
  font-size: 18px;
}

body.carrito-page .card-body.cliente h3 {
  color: #00ffff;
}

body.carrito-page .fecha-carrito {
  margin-top: 39px;
  margin-bottom: 30px;
}

body.carrito-page .fecha-carrito h4 {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
}

body.carrito-page .vencido {
  width: 101px;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

body.carrito-page .actualizar {
  width: 228px;
  height: 40px;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
}

body.carrito-page .cart-list {
  border-top: #dadada 2px solid;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding-top: 10px;
}

body.carrito-page .articulo {
  font-weight: 700;
}

body.carrito-page .cart-product {
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  min-height: 75px;
}

body.carrito-page .cart-product p {
  margin: 0;
}

body.carrito-page .total {
  font-size: 16px;
}

body.carrito-page .unitario span {
  color: #0096ff;
  font-weight: 400;
}

body.carrito-page .agregar-articulo {
  background-color: #ffffff;
  min-height: 75px;
}

body.carrito-page .agregar {
  font-size: 12px;
  color: #282828;
  font-weight: 700;
  text-transform: uppercase;
}

body.carrito-page .bottom-card-grey {
  height: 180px;
  background-color: #dadada;
}

body.carrito-page .bottom-card-white {
  height: 180px;
  background-color: #ffffff;
}

body.carrito-page .stock {
  font-size: 11px;
  font-weight: 400;
}

.icon-chevron-circle-down {
  background-image: url("../images/carrito/icon-open-down.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.icon-sync {
  background-image: url("../images/carrito/icon-refresh.svg");
  width: 24px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.icon-circle {
  background-image: url("../images/carrito/icon-delete.svg");
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.icon-plus-circle {
  background-image: url("../images/carrito/icon-plus.svg");
  width: 33px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

#popEnvioModal .close {
  font-size: 2.5rem;
  position: absolute;
  z-index: 1;
  right: 10px;
  margin: 0;
  top: 0px;
}

#popEnvioModal .modal-header {
  display: block;
  position: relative;
  border-bottom: 0 none;
}

#popEnvioModal .modal-title {
  font-size: 23px;
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding-top: 32px;
  padding-bottom: 5px;
}

#popEnvioModal .modal-content {
  border-radius: 6px;
}

#popEnvioModal .deliverySelection {
  padding-left: 87px;
  padding-top: 30px;
}

#popEnvioModal .deliveryAddressAdd {
  padding-left: 87px;
  padding-right: 87px;
  padding-top: 7px;
}

#popEnvioModal .form-check {
  padding-bottom: 9px;
}

#popEnvioModal .form-check-label {
  padding-left: 8px;
}

#popEnvioModal .form-control {
  height: 48px;
  font-size: 12px;
  padding-left: 13px;
  padding-top: 7px;
}

#popEnvioModal .form-group {
  margin-bottom: 17px;
}

#popEnvioModal .btn.btn-link {
  text-align: center;
  display: block;
  width: 100%;
  color: #666;
  font-weight: bold;
  font-size: 11px;
}

#popEnvioModal .modal-footer {
  padding-top: 48px;
  font-size: 13px;
}

#popEnvioModal ul.benefits {
  padding-top: 6px;
}

#popEnvioModal ul.benefits li {
  font-size: 14px;
}

#popEnvioModal .btn-confirmar {
  font-size: 18px;
  padding-left: 27px;
  padding-right: 27px;
  height: 44px;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  #popEnvioModal .modal-dialog {
    max-width: 470px;
  }
}

@media (max-width: 767.98px) {
  body.carrito-page .card {
    height: initial;
  }
}
/*# sourceMappingURL=carrito.css.map */