

li#menu-item-13296 > a {
	cursor:pointer;
	pointer-events:none;
}

/*code promo none */
.woocommerce-form-coupon-toggle {
	display:none;
}

/* Design page panier */ 

#order_review_heading {

    padding-left: 15px;
    border-left: 10px solid #3d9cd2;
    border-top: 10px solid #3d9cd2;
    border-right: 10px solid #3d9cd2;
}

#order_review .shop_table {

    border-bottom: 10px solid #3d9cd2;
    border-left: 10px solid #3d9cd2;
    border-right: 10px solid #3d9cd2;
}

.col2-set {
	
	border: 10px solid #3d9cd2;
  border-radius: 10px;
  padding: 20px;
  
}

div#payment {
    border: 10px solid #3d9cd2;
    border-radius: 20px;
    padding: 10px;
    
}

.form-row label {
    display: block;
    color: black;
}


.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-tabs {
display:none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

/* fibosearch */ 

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 13px 24px 13px 48px;
    line-height: 24px;
    font-size: 12px;
    border: 2px solid transparent;
    border-radius: 30px;
    height: auto;
    font-family: Roboto,sans-serif;
    background-color: #eee;
}
/* Css rupture de stock */ 

.soldout {
	padding: 3px 8px;
	text-align: center;
	background: red;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 217px;
	right: 66px;
	font-size: 12px;
}

.reapro_boutique {
	padding: 3px 8px;
	text-align: center;
	background: Orange;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 216px;
	right: 67px;
	font-size: 12px;
}

/* contact footer */ 

div#block-32  {
    margin: 0 0 17px;
}

div#block-42  {
    margin: 0 0 17px;
}

div#block-43  {
    margin: 0 0 17px;
}

div#block-44  {
    margin: 0 0 17px;
}

div#block-45  {
    margin: 0 0 17px;
}

div#block-46  {
    margin: 0 0 17px;
}

div#block-47  {
    margin: 0 0 17px;
}

div#block-48 {
    margin: 0 0 17px;
}
.wp-block-separator {
    border: none;
    margin-left: auto;
    margin-right: auto;
}


 /* CSS Mobile */

@media only screen and (max-width: 480px) {
	
	.soldout {
	padding: 3px 8px;
	text-align: center;
	background: red;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 217px;
	right: 66px;
	font-size: 12px;
}
	
	.reapro_boutique {
	padding: 3px 8px;
	text-align: center;
	background: Orange;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 306px;
	right: 130px;
	font-size: 12px;
}
	
	
}


