@charset "utf-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Main store content container */
.wraptout {
	margin: 20px auto; 
	width: 1124px; 
}
.wrapgauche {
	float: left;
  margin: 0;
  padding: 0;
	width:732px; 
}

.noircitywarecontent {
  color: #CCC;
  background-color: #000;
/*  width: 732px;*/
  padding: 0;
  margin-top: 8px;
  margin-right: 34px;
  margin-left: 37px;
}

/* Store item name */
.itemname {
  color: red;
  font-size: 18px;
  line-height: 23px;
  font-family: Oswald, sans-serif !important;
  padding-top: 2px;
  padding-bottom: 2px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

/* Store item description */
.itemdescription {
  font-family: Oswald, sans-serif !important;
  color: #FFF;
  padding-top: 0;
  padding-bottom: 8px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

/* Price styles */
.pricegris {
  color: #CCC;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 18px;
  line-height: 23px;
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* Layout classes */
.itemfloat {
  float: left;
  width: 277px;
	margin: 0 80px 0 0; 
}

.floatcol2 {
  float: left;
  width: 301px;
}

/* Image container */
.gauchebas {
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
}

/* Divider line */
.clear-line-bdr {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  clear: both;
  border-style: none none dotted;
  border-bottom-width: 1px;
  border-bottom-color: #3B3B3B;
  color: #333;
}

/* Spacing utilities */
.padtop12 {
  margin: 0;
  padding: 12px 0 0;
}

.padbottom12 {
  padding: 0 0 4px;
}


