.vm-retour {
  position: relative;
  z-index: 3;
}
.vm-retour div.vm-error {
  display: none;
}
.vm-retour div.vm-error.on-error {
  display: block;
  margin: 30px 0;
}
.vm-retour div.vm-error .alert {
  display: none;
}
.vm-retour div.vm-error .alert.show {
  display: block;
}
.vm-retour div.vm-loading {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.6);
}
.vm-retour div.vm-loading.show {
  display: flex;
}
.vm-retour div.vm-loading i.fa {
  font-size: 100px;
  display: block;
  color: var(--primary);
}
.vm-retour .response {
  margin: 30px 0;
}
.vm-retour .response .vm-order {
  margin-bottom: 15px;
}
.vm-retour .response .vm-order h4 {
  font-size: 24px;
}
.vm-retour .response .vm-order h5 {
  font-size: 18px;
}
.vm-retour .response .vm-address {
  margin: 15px 0;
}
.vm-retour .response .vm-product-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: -20px;
}
.vm-retour .response .vm-product-container .vm-product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 20px 0 0;
}

/*# sourceMappingURL=vm.retour.css.map */
