/**
 *  Tous droits réservés NDKDESIGN
 *
 *  @author Hendrik Masson <postmaster@ndk-design.fr>
 *  @copyright Copyright 2013 - 2014 Hendrik Masson
 *  @license   Tous droits réservés
*/
:root {
  --dluo-label-color: #dce5f6;
  --dluo-text-color: #333;
}
#dlcdluo {
  text-align: center;
}

.dlc-dluo-product {
  text-align: center;
  padding: 1rem;
}
.price-label p {
  color: var(--dluo-text-color);
  text-align: center;
}

.dlc-dluo-product .price-label {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  background: var(--white);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-image: none;
  padding: 1rem;
  min-width: 270px;
  margin-bottom: 15px;
  border: 1px solid;
  border-radius: 1rem;
}

.small_notice {
  font-size: 11px;
  padding: 0;
  margin: 0;
}

.lt_number_row {
  border-top: 1px solid;
}

.dlc,
.dluo,
.lot_number {
  font-weight: bold;
  font-family: Courier;
  font-size: 16px;
  margin-bottom: 5px;
}

#dlcdluo h4 {
  margin-bottom: 12px;
}

.dlcdluo-light .dlc,
.dlcdluo-light .dluo,
.dlcdluo-light .lot_number {
  font-weight: bold;
  font-family: Courier;
  font-size: 0.8em;
  margin-bottom: 0px;
}

.dlcdluo-light .price-label {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  background: var(--dluo-label-color) 57;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-image: none;
  padding: 0.5em;
  min-width: 0;
  margin-bottom: 0;
  width: 100%;
  border-radius: 3px;
  border: 1px solid var(--dluo-label-color);
  margin: 0.5em 0;
}
