.EcommerceAccountCreationForm {
    display: none;
}




/* ecommerce cart */

.main .cart {
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
	margin:15px;
}
.main .checkout {
	font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}
.main .checkout .total {
	font-weight: 600;
    font-size: 20px;
}

.main .row.product {
    padding: 15px;
    border-left: 3px solid #eee;
    border-right: 3px solid #eee;
    border-bottom: 3px solid #eee;
}
.main .row.product:first-child {
    border: 3px solid #eee;
}
.main .cart .price,
.main .checkout .price

 {
	text-align:right;
}


p.price {
    font-size: 36px;
}


.qtyless, .qtymore {
	background: #aaa;
    border-radius: 50%;
    color: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin: 5px;
	font-size:18px;
    cursor: pointer;
    font-weight: 300;
}
.qtyless:hover,
.qtymore:hover {
	background:#e31d1a;
}



.cart .remove span {
	display: block;
    width: 20px;
    height: 20px;
    position: absolute;
	background-image:url(../images/fermer.svg);
	background-size:contain;
	cursor:pointer;
	top: 3px;
}
.cart .remove:hover {
	opacity:.5;
}


.main .checkout {
    margin:15px;
    width:100%;
}

.main .checkout .row {
 	padding: 15px;
    border-left: 3px solid #eee;
    border-right: 3px solid #eee;
    border-bottom: 3px solid #eee;
}
.checkout .row:first-child {
    border: 3px solid #eee;
}

.cart .row, .checkout .row {
    display: block;
    font-family: Gotham;
}

.checkout {
    border: 0 ;

}
.cart {
    border: 0 ;
    width: inherit;
    display:inherit;
}
#container-isotope {
    font-family: Gotham;
}
.inner.grilleproduits {
  background-color: #fbfbfb;
}


.process {
	width:20px;
	height:20px;
	background-image:url(http://www.mndp.qc.ca/themes/mndp/images/process.gif);
	background-size:contain;
	display:none;
}



#SocialMediaLink a:after {
    /*display:none !important;*/
    border:0 !important;
    padding:0 5px !important;
    content:" " !important;
}


#Form_EcommerceCouponsForm fieldset,
#Form_EcommerceCouponsForm .Actions {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}


#PopUp h3{
  margin: 20px;
}



header #submenu li.achatsenligne a:before {
  left: -3px;
  content: " ";
  background: #e31d1a;
  position: absolute;
  top: -6px;
  /* width: 100%; */
  display: block;
  height: 23px;
  z-index: -1;
  right: -4px;
  border-radius: 2px;
}
header #submenu li.achatsenligne:hover a:before {
  background: #333;
}



header #submenu li.achatsenligne a {
  position:relative;
  z-index:100;
}


@media screen and (max-width: 1300px) {

  header #submenu li.user a span {
    display:none;
  }
  header #submenu li a:after {
    padding: 0 6px;
  }

}
