/*  General custom style
*/
@media(max-width:690px){
  .jama_animation_single_select {
  width: 100% !important;
}
#input_3_3 {
  width: 100% !important;
}
}
#woocommerce-product-data ul.wc-tabs li.jama_coupon_tab a::before {content: "\f323";}
#woocommerce-product-data ul.wc-tabs li.jama_animation_tab a::before {content: "\f508";}
#woocommerce-product-data ul.wc-tabs li.jama_invitation_tab a::before {content: "\f145";}
#woocommerce-product-data ul.wc-tabs li.jama_remboursement_tab a::before {content: "\f323";}
.quantity, .buttons_added { width:0; height:0; display: none; visibility: hidden; }

.woocommerce .woocommerce-result-count {
  margin: 0px 0 10px !important;
  right: 280px !important;
}
.single-Product-badge {
  display: flex;
  justify-content: center;
  margin-bottom: -10px;  
}
.single-Product-badge span {
    z-index: 99;
    padding: 10px 20px; 
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
    font-size: 18px;
    line-height: 20px;
  
}
/*  JAMA coupon
*/
.jama_type_coupon_badge  {
  background-color: #525fe1;  
}
.single_coupon_remise{
  display: block;
  margin: 30px 0px 10px 0px;
  color: #525FE1;
  font-size: 48px;
  font-weight: 800;
  font-family: 'Poppins';
}
.single_coupon_reduction{
  display: block;
  margin-bottom: 30px;
  color: #808080;
  font-size: 18px;
}
.single_coupon_print{
  font-size: 16px;
  line-height: 20px;
  padding: 16px 45px!important;
  transition: all .2s ease;
  background: #525fe1;
  color: #FFF;
  margin: 30px;
  float: left;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  box-shadow: none;
}
.single_coupon_print:hover{
  background-color: #333!important;
  opacity: .85;
  color:#FFF !important;
  box-shadow: 0 20px 38px rgba(0,0,0,0.16)!important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.button-coupons{
  padding: 15px 25px;
  background-color: #3452ff;
  cursor: pointer;
  color: #FFF;
  float:right;
}
.button-coupons:hover{
  color:#000 !important;
  background-color: #2980B9;
}

/*  JAMA animation
*/
.jama_type_animation_badge  {
  background-color: #A7CE4A;  
}
.animation_single_data{
  display:block;
  margin: 30px 0px;
}
.animation_single_data table.animation_single_data_table, tr, td{
 width: unset!important;
 border: none!important;
 background: none!important;
}
.animation_single_data table.animation_single_data_table i {
 color:#312783;
}
.animation_single_data span{
  display:block;
  color: #525FE1;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  font-family: 'Poppins';
}

.dropbtn {
  background-color: #3452ff;
  width:100%;
  color: white;
  padding: 8px 15px;
  line-height: 24px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: block;
  width:100%;
}
.dropdown-content {
  display: none;
  width:100%;
  top: -120px;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  z-index: 10;
}
.dropdown-content a {
  color: black;
  padding: 8px 15px;
  line-height: 24px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown-content a i {float:right;}
.show {display:block;}

.animation_single_agenda_button {
  background-color: #525FE1;
  color: white;
  padding: 8px 15px;
  line-height: 24px;
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  min-width: 300px;
  margin-top:20px;
}
.jama_animation_single_select {
  width: 50%;
}
.animation_availability_agenda_links_dropdown {
    position: relative;
    display: block;
    width:100%;
    margin:10px 0px;
}
.animation_single_agenda_links {
  display: none;
  position: absolute;
  background-color: #e7e7e7;
  min-width: 300px;
  z-index: 10;
}
.animation_single_agenda_links a {
  color: black;
  padding: 8px 15px;
  line-height: 24px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.animation_single_agenda_links a:hover {background-color: #ddd;}
.animation_single_agenda_links a i {float:right;}
.animation_single_agenda_links_show {display:block;}


/*  JAMA invitation
*/
.jama_type_invitation_badge  {
  background-color: #F66742;  
}
.single_invitation_data{
  display:block;
  margin: 30px 0px;
}
.single_invitation_data table.single_invitation_data_table, tr, td{
  width: unset!important;
  border: none!important;
  background: none!important;
}
.single_invitation_data table.single_invitation_data_table i {
  color:#312783;
}
.single_invitation_data span{
  display:block;
  color: #525FE1;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  font-family: 'Poppins';
}
.invitation_single_agenda_button {
background-color: #525FE1;
color: white;
padding: 8px 15px;
line-height: 24px;
font-size: 14px;
border: none;
cursor: pointer;
min-width: 300px;
}
.invitation_single_dropdown {
  position: relative;
  display: block;
  width:100%;
}
.invitation_single_agenda_links {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 300px;
z-index: 10;
}
.invitation_single_agenda_links a {
color: black;
padding: 8px 15px;
line-height: 24px;
font-size: 14px;
text-decoration: none;
display: block;
}
.invitation_single_agenda_links a:hover {background-color: #ddd;}
.invitation_single_agenda_links a i {float:right;}
.invitation_single_agenda_links_show {display:block;}

/*  JAMA remboursement
*/
.jama_type_remboursement_badge  {
  background-color: #B43717;
}

/* Popup force open
*/
.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
	display: block !important;
	opacity: 1 !important;
}

/* popup custom login
*/
#customer_login .woocommerce-LostPassword.lost_password,.woocommerce-account h2.n-disable-reg {
  text-align: right;
}