#adderror #spanDH2{
	position: absolute; 
	right: 26px; 
	bottom: 0px; 
	font-size: 26px; 
	font-family: 'Rajdhani', sans-serif;
}

#adderror .span_amount2{
    position: absolute;
    right: 45px;
    margin: -7px;
    font-size: 26px;
    font-family: 'Rajdhani', sans-serif;
}



#adderror #spanDH{
	position: absolute; 
	right: 26px; 
	bottom: 0px; 
	font-size: 26px; 
	font-family: 'Rajdhani', sans-serif;
}

#adderror .span_amount{
 position: absolute;
    right: 45px;
    margin: -7px;
    font-size: 26px;
    font-family: 'Rajdhani', sans-serif;
}

.modal-title{
	text-align: center; 
	font-size: 22px; 
	padding-top: 7px;
}

.modal-content #extras{
	font-size: 17px; 
	position: absolute; 
	margin: auto; 
	left: 21px;
	font-family: 'Fredoka One', cursive;
}

#closebtn{
position: relative;
    right: 7px;
    top: -55px;
    font-size: 39px;
    color: deepskyblue;
}

.modal-body #alert{
	background-color: #f44336; 
	color: white; 
	font-size: 15px;
}

.formule_details .choix1{
	display: flex;
}

.choix1 .nbchoix{
position: relative; 
	padding-top: 9px;
	right: -4px; 
	font-size: 14px;
	font-family: 'Rajdhani', sans-serif;
}

.formule_details .choix{
	display: flex;
}

.choix1 .supplement{
	font-family: 'Baloo', cursive; font-size: large;
}

.choix .supplement2{
   font-family: 'Baloo', cursive; font-size: large;
}

.choix .nbchoix2{
	position: relative; 
	padding-top: 9px;
	right: -4px; 
	font-size: 14px;
	font-family: 'Rajdhani', sans-serif;
}


#radioformule{
	margin-right: 4px; 
	height: 14px;
}


.radiospan1{
	font-size: 15px;
    font-family: 'Rajdhani';
}

.radiospan2{
	position: absolute; 
	right: 15px; 
	font-size: 15px;
    font-family: 'Rajdhani';
}

#checkboxformule{
	margin-right: 7px; 
	height: 14px;
}

.checkboxspan1{
	font-size: 15px;
    font-family: 'Rajdhani';
}

.checkboxspan2{
	position: absolute; 
	right: 15px; 
	font-size: 15px;
    font-family: 'Rajdhani';
}

/*resize image declinaison in popup white */
.col-md-6 .box_style_2 #dec_image img{
	display: block;
  	margin-left: auto;
  	margin-right: auto; 
  	max-width:40%;
  	height:auto;
  }

.icon_plus_alt2{
	position: absolute; 
	left: 60px;
	width: 60px;
	height: 60px;
}

/* Zoom on hover in pictures */

.col-md-6 .box_style_2 #dec_image img:hover{
    transform: scale(1.5);
}

#thumb_menu:hover{
    transform: scale(1.5);
}

/*This is for display loader before images loaded */
.lazy {
    width: auto; 
    height: auto;
        
    /* optional way, set loading as background */
    background-repeat: no-repeat;
    background-position: 50% 50%;
}



.pn-ProductNav_Wrapper {
	overflow-x: scroll;
	text-align: center;
	position: relative;
	padding: 0 11px;
	-webkit-overflow-scrolling: auto;
	background: #fff;
  }
  .pn-ProductNav {
display: grid;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: relative;
  }
  .js .pn-ProductNav {
	/* Make an auto-hiding scroller for the 3 people using a IE */
	-ms-overflow-style: -ms-autohiding-scrollbar;
	/* Remove the default scrollbar for WebKit implementations */
  }
  .js .pn-ProductNav::-webkit-scrollbar {
	display: none;
  }
  .pn-ProductNav_Contents {
	float: left;
	transition: transform 0.2s ease-in-out;
  }
  .pn-ProductNav_Contents :first-child {
  }
  .pn-ProductNav_Contents :last-child {
  }
  .pn-ProductNav_Contents-no-transition {
	transition: none;
  }
  .pn-ProductNav_Link {
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	font-family: -apple-system, sans-serif;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
  }
  .pn-ProductNav_Link + .pn-ProductNav_Link {
	margin-left: 11px;
	padding-left: 11px;
	/* border-left: 1px solid #eee; */
  }
  .pn-ProductNav_Link[aria-selected=true] {
	text-align: center;

	text-transform: uppercase;
    font-style: normal;
    font-size: 14px;
    color: #000;
	font-weight: bold;
	/* display: inline-block; */

		    border-right: 1px solid #595959;
    padding-right: 20px;
  }
  .pn-Advancer {
	/* Reset the button */
	appearance: none;
	padding: 0;
	border: 0;
	/* Now style it as needed */
	position: absolute;
	top: 0;
	bottom: 0;
	/* Set the buttons invisible by default */
	/* opacity: 0; */
	transition: opacity 0.3s;

  }
  .pn-Advancer:focus {
	outline: 0;
  }
  .pn-Advancer:hover {
	cursor: pointer;
  }
  .pn-Advancer_Left {
	left: 0;
  }
  [data-overflowing=both] ~ .pn-Advancer_Left, [data-overflowing=left] ~ .pn-Advancer_Left {
	opacity: 1;
  }
  .pn-Advancer_Right {
	right: 0;
  }
  [data-overflowing=both] ~ .pn-Advancer_Right, [data-overflowing=right] ~ .pn-Advancer_Right {
	opacity: 1;
  }
  .pn-Advancer_Icon {
	width: 20px;
	height: 44px;
  }

  .sticky2 {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999999;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	
  }
  .sticky2 + .content {
	padding-top: 60px;
  }



/* ICONS */

.icon {
	display: inline-block;
	width: 1em;
	height: 2em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}



/* MENU BACKGROUND */

.inner{
	background : black;
}

#menu_title{
	background : black;
}



/* THIS IS SEPARATOR CSS */


hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #696969;
    margin: 1em 0;
    padding: 0;
}


a:focus, a:hover {
	color: #c6c6c6;
}

/* THIS IS FOR ADD ANIMATION CSS */

/* Radomir */

.add_global_container:active {
	color:red;
}
 
@keyframes pulse {
  0% {
    box-shadow:  0 0 0 0 rgba(255,255,255,1),
                 0 0 0 0 rgba(51,51,51,1);
  }
  
  100% {
    box-shadow:  0 0 0 0.65em rgba(255,255,255,1),
                 0 0 0 1em rgba(51,51,51,0);
  }
}


.pulse-single {
  background-color: #ec008c;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: inline-block;
 
  line-height: 10px;
  margin: 1em;
  text-align: center;
  width: 14px;
   height: 14px;
}

.pulse-single:active {
  animation: pulse 0.8s 3 ease-out;
}


.blob {
	background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 10px;
	height: 20px;
	width: 20px;
	transform: scale(1);

}

@keyframes pulse-black {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgb(0, 204, 255);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


/*CSS FOR BUTTON ANIMATION*/

.blob {
	cursor: pointer;
    /*border: 1px solid #ef0090;*/
    /*color: #ef0090;
    border-radius: 50%;*/

    margin: 3px;

   	background: white;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    
    height: 20px;
    width: 20px;
    transform: scale(1);
}

.blob_glo{
	/*display: inline-block;*/
    padding-top: 0px;
    text-align: center;
    /*text-indent: 1px;*/
    /* vertical-align: baseline; */
    font-size: 14px;
    margin: 0 auto;
}

/*This is for fix following add button with price*/

.col-xs-5 {
	display: contents;	
}

.col-xs-8 {
	padding-right: 2px;
	padding-left: 2px;
}





