.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  width: 600px;
  height: auto;
  z-index: 9999;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.md-modal .md-content {
  background: #FFF;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
}

.md-modal .md-content .md-success {
  color: #339900;
  font-size: 1.5em;
  text-align: center;
  padding: 20px 0;
}

.md-show, .md-show ~ #md-overlay {
  visibility: visible;
}

.md-show ~ #md-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: rgba(0, 0, 0,0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.md-effect .md-content {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.md-effect.md-show .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#divProductPopup h3 {
  margin: 0;
  font-size: 1.6em;
  font-weight: 300;
  color: #1d1d1b;
  padding-bottom: 10px !important;
  font-weight: bold;
  border-bottom: 1px #ccc solid;
}

#divProductPopup p.price{
  color: #71c40f;
  font-size: 20px;
}
#divProductPopup p.price2{
  color: #71c40f;
}
#divProductPopup #ppPanier {
  padding: 20px;
}

#divProductPopup #ppPanier #tpNext {
  overflow: hidden;
}

#divProductPopup #ppPanier #tpNext a.submit {
  float: right;
}

#divProductPopup #ppPanier #tpNext #tpCont
{
  float: left;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  padding: 3px 13px;
}

#divProductPopup  td {
  padding:12px;
  font-weight:bold;
  font-size:12px;
  font-weight: 300;
}

#divProductPopup  td:last-child {
  width: 90px;
}

#divProductPopup td div.titre {
  font-weight: 600;
  padding-bottom: 5px;
}

#divProductPopup #ppCross {
  overflow: hidden;
  border-top: 1px #ccc solid;
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0;
}

#divProductPopup #ppCross #pcTitre {
  margin-left: 15px;
  font-size: 1.3em;
  margin-bottom: 30px;
  font-weight: bold;
}

#divProductPopup #ppCross #pcLiens a{
  width: 124px;
  text-align: center;
  float: left;
  font-size: 12px;
  margin-left: 23px;
  display: block;
}
#divProductPopup #ppCross #pcLiens a:first-child{
  margin-left: 0px !important;
}
#divProductPopup #ppCross #pcLiens a img{
  border: 1px #ccc solid;
}

@media (max-width:736px) {
  .md-show{visibility: hidden;}
  .md-show ~ #md-overlay{visibility: hidden;}
}
