.C2B_container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.C2B_row {
  width: 80%;
  min-width: 1010px;
  margin: 0 auto;
}

.C2B_product-name {
  color: #666666;
  margin-bottom: 10px;
  font-size: 13pt;
  font-weight: bold;
}

.C2B_product-name-popin {
  color: #666666;
  margin-bottom: 10px;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.C2B_button {
  margin: 0 auto;
  width: 97%;
  background-color: #95C53D;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  position: relative;
  padding: 15px 10px;
  cursor: pointer;
}

.C2BC_popin {
  display: none;
  background-color: #fff;
  max-width: 980px;
  min-height: 325px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 7px -1px #000;
  -moz-box-shadow: 0px 3px 7px -1px #000;
  -o-box-shadow: 0px 3px 7px -1px #000;
  box-shadow: 0px 3px 7px -1px #000;
  position: fixed;
  top: 15%;
  left: 50%;
  margin: 0 0 0 -50%;
  z-index: 100;
  overflow-y: none;
  max-height: 100%;
}

.C2BC_popin_under {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #000;
  display: none;
}

.C2BC_popin_header {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 10px;
  z-index: 1010;
}

.C2BC_popin_content {
  z-index: 101;
  background-color: #fff;
  position: relative;
  top: 10px;
  padding-top: 20px;
}

.C2BC_close {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 10px;
  color: #666666;
  font-size: 9pt;
}

.C2B_title {
  font-size: 1.5em;
  letter-spacing: 0.5px;
  line-height: 1em;
  font-weight: normal;
  color: #101010;
  padding-left: 9px;
  text-align: center;
}

.C2B_produits {
  margin: 5.5em auto -1em;
  padding-top: 10px;
  background-color: #fff;
  max-width: 736px;
  min-height: 370px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /*-webkit-box-shadow: 0px 1px 3px #000;
	-moz-box-shadow: 0px 1px 3px #000;
	-o-box-shadow: 0px 1px 3px #000;
	box-shadow: 0px 1px 3px #000;*/
}

.C2B_zindex_1 {
  z-index: 1;
}

.C2B_zindex_2 {
  z-index: 2;
}

.C2B_zindex_3 {
  z-index: 3;
}

.C2B_zindex_4 {
  z-index: 4;
}

.C2B_listProducts {
  list-style-type: none;
  text-align: center;
  padding-left: 8px;
}

.C2B_liProduct {
  display: inline-block;
  width: 175px;
  margin-right: 10px;
  position: relative;
}

.C2B_product {
  margin-top: 15px;
  padding: 5px 0px 0px 0px;
  height: 295px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.C2B_product img {
  cursor: pointer;
  margin: 0px 10px 0px 10px;
  padding-bottom: 10px;
  width: 165px;
  height: 165px;
}

.C2B_choose {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fed919;
  width: 100%;
  height: 50px;
  line-height: 12px;
  padding-top: 10px;
  text-align: center;
  color: #0052a1;
  font-size: 8pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.C2B_selectedProduct {}

.C2B_selectArrow {
  position: absolute;
  bottom: -30px;
  margin: 0 auto;
  height: 38px;
  line-height: 38px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.C2B_selectArrow img {
  width: 27px;
  height: 27px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 11px;
}

.C2B_selected {
  top: 20px;
}

.C2B_zoneWidget {
  width: 99%;
  height: 800px;
  display: none;
  overflow: hidden;
  padding: 0 14px;
  position: relative;
  float: left;
}

.C2B_imgPdt {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.C2B_imgPdt:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
