/* *******************************************************************
  ==== SUMMARY ====
  - BASE
******************************************************************* */

/* ===================================================================
  BASE
=================================================================== */

.wigi-en-magasin-content {
  box-sizing: border-box;
  padding: 5px 0;
}

.wigi-en-magasin-content-item {
  width: 100%;
  margin: 10px 0;
}

.wigi-en-magasin-content-item:first-of-type {
  margin-top: 0;
}

.wigi-en-magasin-content-item:last-of-type {
  margin-bottom: 0;
}

.wigi-en-magasin-label {
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: 2px underline solid #ff6f00;
  color: #ff6f00 !important;
}
