

/*animate*/
.hmodal {
    z-index: 1054;
    -webkit-transition:all .6s;
    -o-transition:all .6s;
    transition:all .6s;
}
/*bg_dark_start*/
.blurBackstage {
  position: fixed;
  inset: 0;
  z-index: 1053;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
    animation: fadeScaleIn 400ms ease forwards;
}
/*bg_dark_start*/


@keyframes fadeScaleIn {
  0% {
    opacity: 0;
    
  }
  100% {
    opacity: 1;
   
  }
}


/*right_menu_start*/
.hmodal#rightMenu{
    max-width: 35rem;
    width: 100%;
  width: 100%;
     inset-inline-start: -100%;
}


.hmodal#rightMenu.showModal{
    inset-inline-start: 0;
}


.hmodal#searching {
  top: -100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hmodal#searching.showModal {
  top: 2.5rem;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}


.hmodal#dialog {
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  
}
.hmodal#dialog.showModal {
  bottom: 2.5rem;
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
}



/*tab-box*/
/*tab-box*/
.tab-content__pane {
  display: none;
}
.tab-content__pane.show {
  display: block;
}

/*tab-box*/





/*more-reed-*/
.introduction {
  overflow: hidden;
  box-sizing: border-box;
  transition: height 500ms ease-out; 
  position: relative;
}


.view-less {
  display: none;
}
.add-class-view-less {
  display: block;
}
.add-class-introduction-span {
  display: none;
}


/*more-reed-comment*/


/*form*/


/*accardeon*/

.submenuItems {
  display: none;
}
.accordion-menu .dropdownlink i {
  transition: transform 300ms ease-in;
}
.accordion-menu .open .dropdownlink i {
  transform: rotate(-180deg);
  transition: transform 300ms ease-in;
}



/* faq */

.faq_content {
  transition: background-color 500ms ease-in-out;
  color: #121212;
}
.faq_content.open {
  background-color: var(--theme-gray-100);
  
}

.faq_content {
  counter-increment: faq-counter;
}

.number_faq::before {
  content: counter(faq-counter, decimal-leading-zero);
}

/* faq */


.hmodal#shopFilter{
    inset-inline-start: -100%;
    max-width: 35rem;
    width: 100%;
}

.hmodal#shopFilter.showModal{
    inset-inline-start: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}


.faq_content {
  transition: background-color 500ms ease-in-out;
  color: #121212;
}
.faq_content.open {
  background-color: var(--color-theme-primary);
  color: #ffffff;
}

.faq_content {
  counter-increment: faq-counter;
}

.number_faq::before {
  content: counter(faq-counter, decimal-leading-zero);
}
