@-webkit-keyframes intro-animation {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes intro-animation {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes fadeScaleIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*animate*/
.hmodal {
  z-index: 1054;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.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*/

/*right_menu_start*/

.hmodal#rightMenu {
  max-width: 25rem;
  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;
  inset-inline-end: 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;
  border-radius: 1rem;
  max-width: 24rem;
  width: 90%;
  padding: 1.25rem;
}
.hmodal#dialog.showModal {
  bottom: 2.5rem;
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
}

.hmodal#video_player {
  position: fixed;
  inset-inline-end: 50%;
  transform: translate(-50%,-50%);
  top: -100%;
  inset-inline-end: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;

}
.hmodal#video_player.showModal {
   top: 50%;
  opacity: 1;
  visibility: visible;
  transition: .7s ease;
}


/*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*/

/*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;
}

/*accardeon*/

/* toma-raial */

.h_title_bg_price{
  background-image: url("../../Images/toman/Riyal.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* toma-raial */

/* add-basket */
.hmodal .buy_continue,
.hmodal .basket_btn {
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  flex: 1;
  width: 100%;
  cursor: pointer;
}
.hmodal .basket_count,
.hmodal .basket_title{

  color: #1e2939;
}


.hmodal .basket_btn {
  background-color: #1e2939;
  color: #ffffff;
}

.hmodal .basket_btn:hover {
  background-color: #101828;
}

.hmodal .buy_continue {
  background-color: #e5e7eb;
}

.hmodal .buy_continue:hover {
  background-color: #d1d5dc;
}
/* add-basket */


   .h_faq .h_faq_body {
  box-shadow: none;
  border: none;
  background: transparent;
  border-radius: 0;
}

.h_faq_li.open .h_faq_question_title {
  color: var(--theme-dark-primary);
}
