ul {
  margin-bottom: 0;
}
.rev_slider_wrapper, .rev_slider_wrapper * {
  direction: rtl;
}
  .text-wihte{
      color:#fff;
  }
  html {
    font-size: 16px;
    width: 100vw;
    overflow-x: hidden;
  }
  body{
    font-weight: 400;
    background-color: var(--light-wihte);
    color: var(--content);
    width: 100vw;
    overflow-x: hidden;
  }
  main{
    width: 100%;
    min-height: 90vh;
    float: right;
  }
  .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid var(--primery);
    border-color: var(--primery) transparent var(--primery) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .loading_wait{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
  }
  .bg-overly,.bg-overly-3 {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    display: none;
  }
  .bg-overly-3{
    justify-content: center;
    align-items: center;
    z-index: 99999;
    overflow-y: auto;
  }
 .bg-overly-3>section{
    width: 90%;
    max-width: 700px;
    height: 100%;
    overflow-y: auto;
    padding: 24px 0;
  }
  .bg-overly::after,.bg-overly-3::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(28 28 28 / 95%);
  }
  .bg-overly-3:after {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}
  .bg-overly-3 .wpcf7-response-output *,.bg-overly-3 .wpcf7-response-output{
    color:#fff !important;
}
.product_form_button_close{
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 3.3rem;
    color: #fff;
}
  .py {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .splide{
    /* direction: ltr; */
  }
  .splide,
  .splide__track,
  .splide__list,
  .splide__slide {
    height: 100%;
    list-style: none !important;
  }
  .splide__slide{
    direction: rtl;
  }
  .splide__slide {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .splide__slide figure {
    width: 100%;
    height: 100%;
  }
  .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .splide__pagination {
    bottom: -32px;
  }
  .main-slider .splide__pagination {
    bottom: 16px;
  }
  .splide__pagination__page {
    background: transparent;
    border: 1px solid var(--content);
    height: 11px !important;
    width: 11px !important;
    transition: .7s !important;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
        border-radius: 1px !important;

  }
  .splide__pagination__page.is-active {
    background-color: var(--content) !important;
    border: 1px solid var(--content) !important;
    width: 24px;
    border-radius: 1px;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
}
  .splide__pagination li {
    display: flex;
    align-items: center;
    margin: 0 3px !important;
  }

  .splide__arrows--rtl .splide__arrow--prev {
    right: 0px;

  }
  .splide__arrows--rtl .splide__arrow--next {
    left: 0px;

  }
  .splide__arrow {
    background:transparent !important;
    border: 0px solid ;
    opacity: 1 !important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
  }
  .splide__arrow:hover{
    color: var(--primery);
  
  }
  .splide__arrow:hover svg{
    fill: var(--primery) !important;
  }
  .splide__arrow svg {
    fill: var(--primery);
    /* fill: #fff; */
    width: 1.7rem ;
    height: 1.7rem ;
  }
  .splide__arrow {
    height: 2.5em ;
    width: 2.5em ;
  }
  .bread-crump {
    background-color: transparent;
    /* margin-top: 130px; */
    border-top: 0px solid;
  }
#breadcrumbs{
	width: 100%;
	padding-top: 12px;
    padding-bottom: 12px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-bottom:16px !important;
    color: var(--gray);
}
body.single-product #breadcrumbs{
  margin-bottom: 0 !important;
}
#breadcrumbs * {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: var(--gray);
  }
#breadcrumbs a:hover {
    color: var(--primery);
}
  .rank-math-breadcrumb, .rank-math-breadcrumb p {
	      padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
      margin-bottom: 0 !important;
    color: var(--gray);
  
  }
  .rank-math-breadcrumb p * {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: var(--gray);
  }
  .rank-math-breadcrumb p a:hover {
    color: var(--primery);
}
  .separator {
    margin: 0 12px;
  }
  .pagenavi-wrapper {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    min-height: 50px;
  }
  .wp-pagenavi {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .wp-pagenavi span,
  .wp-pagenavi a {
    width: 30px;
    height: 30px;
    border-radius: 1px;
    border: 1px solid var(--gray);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    margin: 6px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--gray);
}
  .nextpostslink,.previouspostslink{
    /* display: none !important; */
  }
  .nextpostslink,.previouspostslink,.wp-pagenavi .last,.wp-pagenavi .first{
    width: auto !important;
    height: auto !important;
    border: none !important;
    padding-right: 12px !important;
    margin-right: 12px !important;
    position: relative;
  }
  .previouspostslink,.wp-pagenavi .first{
    padding-right: 0px !important;
    margin-right: 0px !important;
    padding-left: 12px !important;
    margin-left: 12px !important;
  }
  .nextpostslink:hover,.previouspostslink:hover,.wp-pagenavi .first:hover,.wp-pagenavi .last:hover{
    color: var(--primery);
  }
  .nextpostslink::before,.previouspostslink::before,.wp-pagenavi .first::before,.wp-pagenavi .last::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 5%;
    background-color: var(--gray);
    width: 2px;
    height: 90%;
    border-radius: 1px;
  }
  .previouspostslink::before,.first::before{
    right: auto;
    left: 0;
  }
  .pages {
    display: none !important;
  }
  .current {
    border: 0px solid var(--primery) !important;
    color: var(--wihte) !important;
    background-color: var(--primery) !important;
  }
  .go-to-top{
    position: fixed;
    top: calc(100% + 40px);
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primery);
    color: var(--wihte);
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999999;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }


  /* error page  */
  .eror-section {
    width: 100%;
    min-height: 80vh;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .eror-section figure {
    width: 100%;
    max-height: 500px;
    display: flex;
    justify-content: center;
  }
  .eror-section figure img {
    max-height: 500px;
    max-width: 80%;
  }
  
  .eror-section span {
    width: 500px;
    max-width: 90%;
    font-size: 1.5rem;
    color: var(--primery);
    text-align: center;
    font-weight: 700;
    margin: 16px 0;
  }
  .search-404{
    width: 400px;
    max-width: 90%;
  }
  .search-404 form{
    display: flex;
    border: 1px solid #ced4da ;
    height: 55px;
    width: 100%;
    border-radius: 1px;
    overflow: hidden;
    margin-bottom: 24px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}
  .search-404 form button{
    width: 50px;
    height: 100%;
    background-color: var(--primery);
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    border: none !important;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-404 form .s-text{
    width: calc(100% - 58px);
    padding: 10px;
    color: #495057;
    background-color: transparent;
  }
  .openarrow::before,.openarrow::after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
  }

::marker{
  color: var(--primery);
}
.rank-math-list-item{
  width: 100%;
  padding: 16px;
  border: 1px solid #ced4da;
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.rank-math-question .ez-toc-section{
  display: none;
}
.ez-toc-section,.ez-toc-section-end{
  opacity: 0;
  visibility: hidden;
}

.rank-math-list-item .rank-math-question {
  width: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 ;
  font-size: 1.1rem;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.rank-math-list-item .rank-math-question:hover{
  color: var(--primery);
}
.rank-math-list-item .rank-math-question::after{
  content:"\f282" ;
  display: inline-block;
  font-family: bootstrap-icons!important;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--primery);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.rank-math-answer {
  padding: 12px 4px 0;
  font-size: 0.95rem;
  display: none;
}

.grecaptcha-badge{
	display:none !important;
}
.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  border: 1px solid black;
}
.countdown .day, .countdown .hour, .countdown .min, .countdown .sec {
  padding: 20px;
  text-align: center;
}
.countdown .day .num, .countdown .hour .num, .countdown .min .num, .countdown .sec .num {
  display: block;
  font-size: 40px;
}
.countdown .day .word, .countdown .hour .word, .countdown .min .word, .countdown .sec .word {
  display: block;
  font-size: 20px;
}

.single-content *{
  color: var(--gray);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  max-width: 100% ;
  text-align: justify;
}
.woocommerce-MyAccount-content *{
  text-align: right;

}
.single-content p:has(img),.pimg{
  text-align: center;

}
.single-content img{
  max-width: 100% !important;
  margin: 0 auto !important;
}
.single-content img,.single-content video{
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  margin: 24px 0;
}
.single-content strong,.single-content span,.single-content a{
  display: inline-block;
  margin: 0 2px;
}
.single-content strong,.single-content a{
  font-weight: 600;
}
.single-content a:hover,.single-content a:hover *{
  color: var(--primery) !important;
}

.carousel-blog-wrapper{
  margin-bottom: 40px;
}
.main-posts-item{
  width: 24%;
  margin: 12px .5%;
  margin-top: 124px;
}
.main-posts-item-type2{
  margin-top: 12px !important;
}
.blog_cart_wrapper{
  padding: 90px 8px 8px;
}
.blog_cart_wrapper-type2{
  padding: 12px 8px 8px;
}
.blog_cart_wrapper .main-posts-item{
  width: 100% !important;
  margin: 0 !important;
}
.main-posts-item{
  border: 1px solid var(--border-color);
  background-color:var(--light-wihte);
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

.main-posts-item-type2{
  padding: 0px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.main-posts-item figure{
  width: 100%;
  height: 100px;
  border-radius: 1px;
  background-color:var(--light-wihte);
  position: relative;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.main-posts-item-type2 figure{
  height: 180px;
   border-radius: 0px;
   -webkit-border-radius:0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.main-posts-item figure a{
  width: 250px;
  height: 180px;
  border: 1px solid var(--border-color);
  padding: 10px;
  border-radius: 1px;
  background-color:var(--light-wihte);
  position: absolute;
  top: -90px;
  left: calc(50% - 125px);
  overflow: hidden;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.main-posts-item-type2 figure a {
    width: 100%;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    position: static;
	padding: 0px;

}
.main-posts-item figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.main-posts-item-type2 figure img{
  border-radius: 0px;
}
.main-posts-item figure a:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.main-posts-title{
  width: 100%;
  text-align: center;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 8px;
  padding: 0 8px;

}
.main-posts-item-type2 .main-posts-title{
  text-align: right;
  margin-bottom: 0px;
  margin-top: 0px;

}
.main-posts-title a{
  min-height: 55px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--content);
}
.main-posts-item-type2 .main-posts-title a{
  text-align: right;
	justify-content: flex-start;

}
.main-posts-title a:hover{
  color: var(--primery);
}
.post-item-date{
  position: relative;
  padding: 8px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--primery);
}
.post-item-date i{
  margin-left: 6px;
  color: var(--primery);
  font-size: .9rem;
}
.post-item-date::after,.post-item-date::before{
  width: 60px;
  height: 2px;
  border-radius: 1px;
  background: rgb(0,153,153);
  background: -moz-linear-gradient(90deg, var(--secondry) 0%, var(--secondry) 50%, var(--primery) 50%, var(--primery) 100%);
  background: -webkit-linear-gradient(90deg, var(--secondry) 0%, var(--secondry) 50%, var(--primery) 50%, var(--primery) 100%);
  background: linear-gradient(90deg, var(--secondry) 0%, var(--secondry) 50%, var(--primery) 50%, var(--primery) 100%);
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  right: calc(50% - 30px);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.post-item-date::after{
  background: rgb(0,153,153);
  background: -moz-linear-gradient(270deg, var(--secondry) 0%, var(--secondry) 50%, var(--primery) 50%, var(--primery) 100%);
  background: -webkit-linear-gradient(270deg, var(--secondry) 0%, var(--secondry) 50%, var(--primery) 50%, var(--primery) 100%);
  background: linear-gradient(270deg, var(--secondry) 0%, var(--secondry) 50%, var(--primery) 50%, var(--primery) 100%);
  right: auto;
  left: calc(50% - 30px);
  bottom: auto;
  top: 0;
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--secondry)",endColorstr="var(--primery)",GradientType=1);
}

.main-posts-desc{
  width: 100%;  
  line-height: 1.8;
  font-size: 0.9rem;
  font-weight: 400;
  min-height: 75px;
  margin: 8px 0;
  margin-top: 16px;
}

.post-link-js{
  margin-top: 8px;
  padding: 4px 16px;
  border: 1px solid var(--secondry);
  background-color: var(--secondry);
  color: var(--wihte);
  font-size: 0.85rem;
  border-radius: 1px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.post-link-js i{
  font-size: 1rem;
  margin-right: 6px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.post-link-js:hover{
  /* border: 1px solid var(--primery); */
  color: var(--secondry);
  background-color: transparent;
}
.post-link-js:hover i{
  margin-right: 12px;
  color: var(--primery);
}

/*latest-blog-grid */

.latest-blog-grid-item{
    width: 48%;
    padding: 24px;
    background-color: #EEEEEE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1px;
    min-height: 200px;
    margin-bottom: 16px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.latest-blog-grid-item figure{
  width: 150px;
  height: 100%;
}
.latest-blog-grid-item figure a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-blog-grid-item figure a img{
  width: 100%;
  height: 150px;
  border-radius: 1px;
  border-top-left-radius: 50px;
  object-fit: cover;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}


.latest-blog-grid-content{
  width: calc(100% - 166px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.blog-grid-title{
  width: 100%;
  margin-bottom: 12px;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primery);
}

.blog-grid-desc{
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.75;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  /* display 2 lines only */
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}








/* ********************* */

.woocommerce-Tabs-panel--description h2,.woocommerce-Tabs-panel--description h3,.woocommerce-Tabs-panel--description h4,.woocommerce-Tabs-panel--description h5,.woocommerce-Tabs-panel--description h6,.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6{
  color: var(--content);
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 700;
}

.woocommerce-Tabs-panel--description p,.single-content p{
  margin-bottom: 10px;
  line-height: 2;
  font-weight: 400;
}

.single-post .post-content-wrapper  p a{
	  color: var(--primery);

}

.woocommerce-Tabs-panel--description ul,.woocommerce-Tabs-panel--description ol,.single-content ul, .single-content ol{
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 2;

}
.woocommerce-Tabs-panel--description ul li,.woocommerce-Tabs-panel--description ol li,.single-content ul li, .single-content ol li{
 margin: 5px 0;
 padding-right: 10px;
 position: relative;
 font-weight: 500;
}

.woocommerce-Tabs-panel--description ul li::before,.single-content ul li::before{
  display: block;
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: calc(50% - 2.5px);
  right: 0;
  background: var(--primery);
}

.woocommerce-Tabs-panel--description ol,.single-content ol{
  padding-right: 10px;
  position: relative;

}
.woocommerce-Tabs-panel--description ol::before,.single-content ol::before{
  display: block;
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  border-radius: 1px;
  top: 0;
  right: 0;
  background: var(--silver-bright);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.woocommerce-Tabs-panel--description ol li,.single-content ol li{
  margin: 10px 0;

}

.woocommerce-Tabs-panel--description blockquote,.single-content blockquote{
  width: 100%;
  margin: 12px auto;
  background: var(--silver-bright);
  border-radius: 5px;
  padding: 24px 50px;
  position: relative;

}

.woocommerce-Tabs-panel--description blockquote::before,.woocommerce-Tabs-panel--description blockquote::after,.single-content blockquote::after,.single-content blockquote::before{
  width: 35px;
  height: 35px;
  background-image: url(../image/downloadd.svg);
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 10px;
  top: auto;
  left: 12px;
}
.woocommerce-Tabs-panel--description blockquote::before,.single-content blockquote::before{
  bottom: auto;
  top: 10px;
  left: auto;
  right: 12px;

}
.woocommerce-Tabs-panel--description blockquote cite,.single-content blockquote cite{
  position: relative;
  position: relative;
  font-size: .85rem;
  font-weight: 600;
}
.woocommerce-Tabs-panel--description blockquote cite::before,.single-content blockquote cite::before{
  right: auto;
  left: -54px;
  top: auto;
  bottom: 0;
}

.woocommerce-Tabs-panel--description .player-container,.player-container{
  border-radius: 1px !important;
  overflow: hidden;
  margin: 24px 0;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  -ms-border-radius: 1px !important;
  -o-border-radius: 1px !important;
}

.wp-block-code{
  width: 100%;
  direction: ltr;
  text-align: left;
  background: var(--silver-bright);
  border-radius:1px;
  padding: 10px;
  -webkit-border-radius:1px;
  -moz-border-radius:1px;
  -ms-border-radius:1px;
  -o-border-radius:1px;
}

.wp-block-code code{
  color: var(--wihte);
}

.woocommerce-Tabs-panel--description .wp-block-image{
  margin: 16px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce-Tabs-panel--description .wp-block-video{
  width: 700px;
  max-width: 90%;
  max-height: 400px;
  margin: 16px auto !important;
  display: block;
}
.woocommerce-Tabs-panel--description .wp-block-video video{
  width: 100%;
  height: 100%;
  max-height: 400px;
  margin: 0 auto !important;
}
.woocommerce-Tabs-panel--description .wp-block-table{
    width: 100%;
    overflow: auto;
}

.woocommerce-Tabs-panel--description .wp-block-embed {
  width: 100%;
  display: flex;
  justify-content: center;
}

.woocommerce-Tabs-panel--description img{
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
}

.post-excerpt{
  width: 100%;
  border-radius: 1px;
  background-color: var(--silver-bright);
  padding: 24px;
  color: var(--gray);
  line-height: 1.9;
  font-size: 1rem;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.ez-toc-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ez-toc-title{
  display: inline-block !important;
  font-weight: 600 !important;
  font-size: 100% !important;

}
.ez-toc-pull-right {
  float: left!important;
  margin-right: 10px;
  margin-left: 0 !important;
}
#ez-toc-container .ez-toc-toggle label, #ez-toc-container label.cssicon, #ez-toc-widget-container label.cssicon {
  left: 0 !important;
  border: 1px solid var(--silver-bright);

}
#ez-toc-container {
  background: #ced4da45;
  border: none;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  display: table;
  margin: 0 !important;
  margin-bottom: 1em !important;
  padding: 16px;
  width: 100%;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  direction: rtl;
}
div#ez-toc-container ul li {
  font-size: 100% !important;
  padding-right: 16px !important;
  margin-bottom: 8px;
  direction: rtl;
}
div#ez-toc-container ul li::before {
  display: none !important;
}
#ez-toc-container a {
  color: var(--primery);
  font-size: 0.95rem;
}
#ez-toc-container a:hover {
  text-decoration: none;
  color: var(--gray);
}
.ez-toc-counter-rtl nav ul li a::before {
  padding-top: 2px;
}

.wp-block-button__link{
  color: #fff;
  margin-bottom: 8px;
}
.wp-block-button__link *{
  color: #fff;
}

/* contact page */
.contact-content {
  width: 100%;
  min-height: 50vh;
}
.contact-page-info {
  width: 50%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-page-info *{
  color: var(--content) !important;
}
.contact-page-info img{
  border: 1px solid var(--content);
  background: var(--content);
  padding: 2px;
}
/* .contact-page-info .section-titles {
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  line-height: 33px !important;
  padding-bottom: 12px !important;
} */
.contact-page-info > span, #contact>span {
  font-size: 1.05rem;

  color: var(--gray);

  margin-bottom: 32px;

  line-height: 30px;

  display: flex;
  font-weight: 500;
  max-width: 100%;
}
.contact-page-info > span:first-of-type, #contact>span:first-of-type {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  position: relative;
      margin-bottom: 24px;
    padding-bottom: 12px;
    color:var(--content) !important;
}
.contact-page-info > span:first-of-type::before, #contact>span:first-of-type::before {
    width: 60px;
    height: 2px;
    border-radius: 1px;
    background: var(--primery);
    background: -moz-linear-gradient(90deg, var(--primery) 0%, var(--primery) 50%, var(--secondry) 50%, var(--secondry) 100%);
    background: -webkit-linear-gradient(90deg, var(--primery) 0%, var(--primery) 50%, var(--secondry) 50%, var(--secondry) 100%);
    background: linear-gradient(90deg, var(--primery) 0%, var(--primery) 50%, var(--secondry) 50%, var(--secondry) 100%);
    filter:;
    progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--primery)",endColorstr="#27435a",GradientType=1);
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}
.contact-page-info > span i {
  font-size: 1.5rem;
  margin-left: 8px;
  color: var(--primery);

}
.contact-page-info > span strong {
  margin: 0 5px;
}
.contact-forms {
  width: 50%;
}
#contact {
  width: 100%;

  height: 100%;

  display: flex;

  flex-direction: column;
}
#contact > section {
  width: 100%;

  /* padding: 0px 13%; */
}
.wpcf7,
.wpcf7-form {
  width: 100%;

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;
  justify-content: space-between !important;
}
.wpcf7-form-control-wrap{
	  height: 100%;

}

.wpcf7-form > p {
  display: none;
}

.wpcf7-form > p:last-of-type {
  display: flex;

  justify-content: flex-end;
}

.contact-form {
  width: 100%;

  height: 40px;

  display: flex;

  justify-content: flex-start;

  align-items: center;

  padding: 0 10px;

  display: none;
}

.wpcf7-form > section:first-of-type {
  width: 100%;
}

.contact-input {
  width: 48.5%;
  height: 45px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-input p, .contact-textarea p{
	  height: 100%;

}
.contact-input   span {
  width: 100%;

  height: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.contact-input  span > input,
.contact-input select {
  width: 100%;
  height: 100%;
  border: 1px solid var(--primery);
  border-radius: 1px;
  padding: 0 5px;
  color: var(--gray);
  font-size: 15px;
  direction: rtl !important;
  font-family: inherit;
  background-color: var(--wihte);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
option {
  font-family: inherit;
}

::placeholder {
  color:var(--primery-light);
  font-weight: 500 !important;

}

.contact-textarea {
  width: 100%;

  height: 110px;

  margin-top: 10px;

  margin-bottom: 15px;
}

.contact-textarea > span {
  width: 100%;

  height: 100%;
}

.contact-textarea   span > textarea {
  width: 100%;
  height: 100%;
  border: 1px solid var(--primery);
  border-radius: 1px;
  padding: 5px 5px;
  color: var(--gray);
  font-size: 15px;
  direction: rtl !important;
  resize: none;
  background-color: var(--wihte);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  font-family: inherit;
}

.wpcf7-submit {
  width: 200px;
  height: 50px;
  border: 1px solid var(--primery);
  color: var(--primery);
  font-size: 21px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  cursor: pointer;
  float: right !important;
  transition: 0.4s;
  font-weight: 900;
  background-color: var(--wihte);
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

.wpcf7-submit:hover {
  color: var(--wihte);

  background-color: var(--primery);
}

/* .wpcf7-response-output {
  color: #00c853 !important;
} */
.wpcf7-not-valid-tip {
  color: var(--primery);
	    font-size: 12px !important;
    padding-right: 5px;
    margin-top: 0px;
}

.sidebar__inner {
  width: 100% !important;
  max-width: 350px !important;
  border: 1px solid #ced4da;
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.fancybox__container {
  z-index: 999999 !important;
}

.fancybox__counter{
  display: flex !important;
}
.carousel__track{
  transform:translate3d(0px, 0px, 0px) scale(1) !important;
  justify-content: center !important;
  height: 100px;
  overflow: auto;
  -webkit-transform:translate3d(0px, 0px, 0px) scale(1) !important;
  -moz-transform:translate3d(0px, 0px, 0px) scale(1) !important;
  -ms-transform:translate3d(0px, 0px, 0px) scale(1) !important;
  -o-transform:translate3d(0px, 0px, 0px) scale(1) !important;
}
.fancybox__container{
  direction: ltr !important;
  z-index: 99999;
}
.fancybox__thumb{
  padding: 8px 0 !important;
  height: 100%;
  background-size: contain !important;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-width: 2px !important;
  border-color: var(--primery) !important;

}
.carousel__button svg {
    stroke: var(--primery)!important;
}

::placeholder{
  font-size: 0.9rem;
}


/* start header ********************************************************/

.search-modal-wrapper,.video-wrapper{
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #000000d1;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.video-wrapper video{
  width: 95%;
  height: 400px;
  max-width: 700px;
  z-index: 111;
}
.close-search-modal,.close-video-button{
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 3rem;
  color: var(--wihte);
  cursor: pointer;
}
.search-modal-wrapper .search-form {
  height: 50px;
  background-color: #fff;
  width: 450px;
}
.search-modal-wrapper .search-form form button {
  width: 50px;
  height: 50px;
  left: 0px;
}


/* preloading **************************** */
.preloading {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000000;
  display: none;
}

.preloading img {
  width: 100px;
}
.load-wrapp {
  float: left;
  width: 200px;
  height: 200px;
  margin: 0 10px 10px 0;
  padding: 20px 20px 20px;
  border-radius: 1px;
  text-align: center;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

.load-wrapp p {
  color: var(--primery);
  font-size: 1.1rem;
  font-weight: 600;
}
.load-wrapp:last-child {
  margin-right: 0;
}

.line {
  display: inline-block;
  width: 15px;
  height: 5px;
  background-color: var(--primery);
}

.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}
.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}
.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

@keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* header  */
  
.main-header{
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 999;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.logo{
  width: 70%;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;

}
.logo img{
  max-height: 100px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.left-header{
  width: calc(100% - 270px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-option{
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: flex-end;

}
.header-option a,.mobile-custom-link a{
  padding: 6px 18px ;
  background-color: var(--primery);
  color: var(--wihte);
  display: flex;
  align-items: center;
  font-size: .9rem;

}
.header-option a{
  box-shadow: 0 0 0 #b189573b;
  animation: pulse 2s infinite;
}
.pulse {

}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #b1895791;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgb(254 117 59 / 0%);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgb(254 117 59 / 0%);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #b1895791;
    box-shadow: 0 0 0 0 #b1895791;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgb(254 117 59 / 0%);
      box-shadow: 0 0 0 10px rgb(254 117 59 / 0%);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgb(254 117 59 / 0%);
      box-shadow: 0 0 0 0 rgb(254 117 59 / 0%);
  }
}
.mobile-custom-link a{
  padding: 8px 24px  !important;
  justify-content: center;
  color: var(--wihte) !important;

}
.header-option a i,.mobile-custom-link i{
  font-size: 1.2rem;
  margin-left: 4px;
}
.search-button{
  font-size: 1.4rem;
  color: var(--wihte);
  margin-right: 12px;
  cursor: pointer;
}


.search-form {
  height: 40px;
  border-radius: 1px;
  /*overflow: hidden;
  */position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

.search-form form {
  width: calc(100% - 50px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* background-color: #f1f2f3; */
}
.search-form form input {
  background-color: #ffffff00;
  font-size: .9rem;
  width: calc(100% - 20px);
  padding: 0 12px;
  height: 100%;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.search-form form button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--B18857);
  color: var(--content);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  position: absolute;
  top: 0px;
  left: 1px;
  z-index: 2;
  font-size: 1.2rem;
}
.menu-place{
  max-width: calc(100% - 204px);
  padding-left: 24px;
}
.main-menu {
  width: calc(100%);
  height: 100%;
  position: relative;
}
.main-menu > ul {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}

.main-menu > ul > li {
  margin: 0 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 48px;
}
.main-menu > ul > li:nth-of-type(3){
  margin-right: 0;
}
.main-menu > ul > li:last-of-type{
  margin-left: 0;
}
/* .main-menu > ul > li:has(li.menu-item-has-children) {
  position: static;
} */
span.open-submenu{
  display: none;
}
.main-menu > ul > li:has(>ul)>span.open-submenu{
  display: block;
}
.main-menu > ul > li:has(>ul)>span.open-submenu::after{
  content:"\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 800 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
  color: var(--primery);
  margin-right: 6px;
  margin-top: 1px;
}
.main-menu > ul > li > a {
  padding: 5px 1px;
  position: relative;
  font-size: .9rem;
  color: #fff;
}
.main-menu > ul > li:hover > a {
  color: var(--primery);
}
.main-menu > ul > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 220px;
  padding: 12px;
  display: flex;
  background: var(--light-wihte);
  border-radius: 1px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 1px solid var(--light-wihte);
  box-shadow: 0px 0 10px 1px rgb(0 0 0 / 5%) !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
/* .main-menu > ul > li > ul:has(li.menu-item-has-children){
  width: 100%;
  flex-direction: row;
  max-height: none;
  flex-wrap: nowrap;
} */
.main-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu > ul > li > ul > li{
  width: fit-content;
  width: 100%;
  margin: 0px;
  /* margin: 8px 0px; */
  transition: .4s;
  position: relative;
}

/* .main-menu > ul > li > ul > li:has(>ul) {
  width: 24%;
  max-width: none;
  margin: 0 12px;
} */

.main-menu > ul > li > ul > li > a {
  width: 100%;
  font-size: 0.85rem;
  font-weight: 400;
  padding: 6px 4px;
  position: relative;
  border-radius: 1px;
  color:var(--secondry);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.main-menu > ul > li > ul > li > a::before {
  content: "\f284";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
  color: var(--secondry);
  margin-left: 4px;
}
/* .main-menu > ul > li > ul > li:has(>ul) > a {
  width: fit-content;
  font-weight: 700;
  font-size: .85rem;
  padding: 0 2px;

} */
/* .main-menu > ul > li > ul > li:has(>ul) > a::before {
  display: none;

} */
.main-menu > ul > li > ul > li:hover>a {
  background-color:var(--primery);
}
.main-menu > ul > li > ul > li > ul {
  width: 100%;
  position: absolute;
  z-index: 99;
  padding: 24px 16px;
  border-radius: 1px;
  background-color: #fff;
  right: 110%;
  top: 0;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.main-menu > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.main-menu > ul > li > ul > li:hover::after{
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 20px;
  height: 150%;
}
/* .main-menu > ul > li > ul > li > ul::after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  height: 2px;
  width: 50%;
  background-color: var(--secondry);
  position: absolute;
} */

.main-menu > ul > li > ul > li > ul > li {
  width: 100%;
  margin-bottom: 12px;
}
.main-menu > ul > li > ul > li > ul > li > a {
  width: 100%;
  font-size: 0.85rem;
  font-weight: 400;
  padding: 2px 0;
  position: relative;
  color: var(--primery);
}
.main-menu > ul > li > ul > li > ul > li > a::before {
  content: "\f284";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
  color: var(--primery);
  margin-left: 4px;
}
.main-menu > ul > li > ul > li > ul > li > a:hover {
  color: var(--primery);
} 
.menu-button {
  width: 65px;
  height: 45px;
  font-size: 1.7em;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  padding: 0 3px;
}
.menu-button > span {
  width: 80%;
  height: 3px;
  background-color: var(--primery);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.menu-button > span:nth-of-type(1) {
  width: 45%;
}
.menu-button > span:nth-of-type(3) {
  width: 55%;
}
.menu-button > span:nth-of-type(2) {
  margin: 7px 0;
}



/* Track */

::-webkit-scrollbar {
  width: 10px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.main-menu ::-webkit-scrollbar {
  width: 5px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primery);
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primery);
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

/* slider */

.slider-wrapper{
  width: 100%;
  height: auto;
  max-height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.splide{
  width: 100%;
}






/* woocommerce part */
.woocommerce-store-notice, p.demo_store {
  background-color: var(--primery);
}
.woocommerce-store-notice a, p.demo_store a {
  width: 100%;
  margin-top: 12px;
  font-weight: 500;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1 !important;
}



/* footer part */

.footer-license{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  padding-top: 16px;
  flex-wrap: wrap;
}
.footer-license span{ 
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}
.footer-license span img{
  margin-right: 6px;
  max-width: 55px;
}


/* woocommercfe discreption */


.cat-desc{
  height: 194px;
  overflow: hidden;
  position: relative;
  margin-bottom:50px;
  }
  .cat-desc span.cat-radmore{
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      width: 100%;
      left: 0;
      height: 30px;
      color: var(--primery);
      font-size: 22px;
      bottom: 0;
      text-align: center;
      background-color: #ffffffbf;
      cursor: pointer;
  }
.arrows{
  position: relative;
  margin: 0 8px;
  height: 100%;
  width: 25px;
  display: inline-block;
}


.gfield_label, .gfield_description,.gform_confirmation_message {
    color: #fff !important;
}

.gform_heading{
    display:none !important;
}
.gform-theme--foundation .gfield textarea.medium {
    min-block-size: 8rem !important;
}
.gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important;
}

.gform_button{
    background-color: var(--primery) !important;
}

/******************* big screan scope ************************* */

@media screen and (min-width: 1441px) {
  .main-posts-desc{
    min-height: 50px;
  }
    .py {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .sidebar__inner {
      max-width: 375px !important;
  
  }
  .logo{
    max-width: 270px;
  }
  .left-header{
    width: calc(100% - 300px);
  }
  .main-menu > ul > li {
    margin: 0 16px;
  }
  
  
  }
  
  /*********************** middle screan scope ******************** */
  
  @media screen and (min-width: 1024px) and (max-width: 1280px) {
    .main-posts-item{
      width: 30%;
      margin: 12px 1.66%;
      margin-top: 124px;

    }
  .sidebar__inner {
      max-width: 300px !important;
  }

.search-form {
  width: 300px;
}
.logo{
  max-width: 200px;
}
.left-header{
  width: calc(100% - 220px);
}
.header-option{
  width: 150px;
}
.header-option a{
  padding: 5px 13px ;
  font-size: .8rem;
}
.header-option a i{
  font-size: 1.1rem;
}
.search-button{
  font-size: 1.3rem;
  margin-right: 8px;
}
.menu-place{
  max-width: calc(100% - 150px);
  padding-left: 4px;
}
.main-menu > ul > li {
  margin: 0 6px;
}
.main-menu > ul > li > a {
  font-size: .8rem;
}
.main-menu > ul > li > ul > li > a {
  font-size: 0.8rem;
}
.main-menu > ul > li > ul > li:has(>ul) > a {
  font-size: .8rem;

}
  
  
  }
  
  /***********************tablet scope****************/
  
  @media screen and (max-width: 1023px) {

    .py {
      padding-top: 16px;
      padding-bottom: 16px;
    }
    .bread-crump {

      /* margin-top: 45px; */
    }
    .main-posts-item{
      width: 48%;
      margin: 12px 1%;
      margin-top: 124px;

    }
    .sidebar__inner {
      width: 100% !important;
      max-width: 100% !important;
  
  }
  .contact-page-info {
    width: 100%;
    margin-bottom: 40px;
	  order:0;
}
.contact-forms {
  width: 100%;
}
.single-content iframe{
  max-height: 400px;
}
.left-header {
  width: 30%;
}
.menu-place{
  max-width: calc(100%);
  width: 100%;
  padding-left: 0px;
}
.search-form {
  width: 100% !important;
  height: 40px;
  margin: 0 auto;
  background-color: #e9e9e9;
  overflow: hidden;
}
.search-form form {
  width: 100%;
}
.search-form form button i {
  font-size: 1.2rem;
}
.search-form form input {
  background-color: #e9e9e9;
}
.main-header {
  padding-top: 8px;
  padding-bottom: 8px;

}
.logo img {
  max-height: 65px !important;
}
.main-menu {
  width: 300px;
  position: absolute;
  top: 0;
  right: -100%;
  height: 100vh;
  overflow: auto;
  background-color: var(--wihte);
  padding: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 1002;
}
.main-menu > ul {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-menu > ul > li {
  width: 100%;
  margin: 0 0 8px 0;
  padding-bottom: 8px;
  position: relative !important;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  height: auto;
  border-bottom: 1px solid #f1f2f3;
  min-height: 35px;
}
.main-menu > ul > li:last-of-type{
  border-bottom: 0px solid #f1f2f3;
}
li.mobile-menu-button-close {
  font-size: 2.5rem;
  color: var(--secondry);
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center;
}
.main-menu > ul > li > a {
width: 100%;
color: var(--primery);
}
.main-menu > ul > li:has(>ul) > a {
width: calc(100% - 40px);
display: inline-block;
height: 30px;
display: flex;
align-items: center;
}
.main-menu > ul > li:has(>ul) > span.open-submenu{ width: 30px; height: 30px; display: inline-block; border-radius: 2px; background-color: var(--secondry); -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px;
}
.main-menu > ul > li:has(>ul) > span.open-submenu::after{
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
font-size: 1.2rem;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
color: var(--wihte);
}
.openarrow::after{
transform: rotate(0deg) !important;
-webkit-transform: rotate(0deg) !important;
-moz-transform: rotate(0deg) !important;
-ms-transform: rotate(0deg) !important;
-o-transform: rotate(0deg) !important;
}
.main-menu > ul > li > ul {
  width: 100% !important;
  position: static;
  opacity: 1;
  visibility: visible;
  flex-direction: column;
  padding: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: var(--wihte);
  overflow: hidden;
  height: 0;
  box-shadow: none !important;
  border: none;
}
.main-menu > ul > li > ul > li {
  width: 100%;
  margin: 12px 0;
}
.main-menu > ul > li > ul > li > a {
  width: 100%;
  font-weight: 400;
  font-size: 0.9rem;
  padding: 0 2px;
}
/* .main-menu > ul > li > ul > li:has(>ul) {
  width: 100%; 
  margin: 0;
} */
.main-menu > ul > li > ul:has(li.menu-item-has-children) {
width: 100%;
flex-direction: row;
max-height: none;
flex-wrap: wrap;
}
.main-menu > ul > li > ul > li > ul{
opacity: 1;
visibility: visible;
position: static;
}
.openmenus{
height: auto !important;
padding: 10px !important;
}

  
  
  }
  
  /*******************large mobile scope*******************/
  
  @media screen and (max-width: 767px){

    .fancybox__thumbs .carousel__slide {
      width: 60px !important;
      height: 60px !important;
  }
  .carousel-blog-wrapper{
    margin-bottom: 24px;
  }
  .blog_cart_wrapper {
    padding: 50px 4px 8px;
}
.blog_cart_wrapper-type2 {
  padding: 0px 4px 8px;
}
  .main-posts-item {
    padding: 6px;
}
.main-posts-item-type2 {
  padding: 0px;
}
.main-posts-item figure {
  height: 60px;
}
.main-posts-item-type2 figure {
    height: 170px;
}
  .main-posts-item figure a {
    width: 100%;
    height: 170px;
    padding: 4px;
    top: -110px;
    left: 0;
}
.main-posts-item-type2 figure a {
  padding: 0px;
}
.main-posts-title {
  font-size: .8rem;
  margin-bottom: 6px;
  min-height: 50px;
}
.main-posts-desc {
  display: none;
}
.post-item-date {

  display: none;
}
.post-link-js {
  padding: 2px 6px;
  font-size: 0.7rem;
}

.latest-blog-grid-item{
  width: 100%;
  padding: 12px;
  min-height: 150px;
  margin-bottom: 12px;
}

.latest-blog-grid-item figure{
  width: 100px;
}
.latest-blog-grid-item figure a img{
  height: 100px;

}
.latest-blog-grid-content{
  width: calc(100% - 110px);

}
.blog-grid-title{
  font-size: .9rem;
  margin-bottom: 6px;
}

.blog-grid-desc{
  font-size: 0.8rem;
}





  
  
  }
  
  
  
  /*******************mobile scope*******************/
  @media screen and (max-width: 599px) {

    .woocommerce-Tabs-panel--description h2,.woocommerce-Tabs-panel--description h3,.woocommerce-Tabs-panel--description h4,.woocommerce-Tabs-panel--description h5,.woocommerce-Tabs-panel--description h6,.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6{
      color: var(--content);
      margin-top: 16px;
      margin-bottom: 8px;
      font-size: 1.1rem;
    }
    
    .woocommerce-Tabs-panel--description p,.single-content p{
      margin-bottom: 6px;
      font-weight: 400;
      font-size: 0.95rem;
    }

    .splide__pagination__page {
      height: 8px !important;
      width: 8px !important;
  }
  .carousel-blog-wrapper .splide__arrows--rtl .splide__arrow--prev {
      right: -12px;
  }
  .carousel-blog-wrapper .splide__arrows--rtl .splide__arrow--next {
    left: -12px;
}

    .main-posts-item{
      width: 100%;
      margin: 12px 0;
      margin-top: 100px;

    }

  #click-menu {
    margin-left: 16px;
  }
   
  div#ez-toc-container ul li {
    font-size: 90% !important;
    padding-right: 0px !important;
}
#ez-toc-container a {
    font-size: .9rem;
}
.rank-math-breadcrumb p * {
  font-size: .8rem;
}
.rank-math-breadcrumb p{
  overflow: hidden;
  flex-wrap: wrap;
}

.single-content *{
  font-size: 1rem;
}
.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6{
  font-size: 1.2rem;
}
.single-content iframe{
  max-height: 200px;
}
.contact-input {
  width: 100%;
}
.footer-license{
  justify-content: center;

}
.footer-license span{
  text-align: center;
  margin-top: 6px;
}
.go-to-top{
  right: 12px;
  width: 35px;
  height: 35px;
}
.side-fixed{
  display: none;
}
/* ++++++++++++++++++++++++++++++++++++ */



}
  /* ++++++++++++++++++++++++++++++++++++ */

  .tp-simpleresponsive img{
    top: 0px;
    left: 0px;
  }
  .img-frame:after{
    border: 5px solid #352F2A !important;
}
.feature-box {
  border: 2px solid #352F2A !important;

}
span.icon-circle-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
span.icon-circle-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}
.icon-title {
  font-family: inherit !important;
  font-size: 1.05rem;
  font-weight: 600;
}

.media-right p,.media-left p{
  font-size: 0.95rem;
}

.isotope{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.isotope-items{
  width: calc(30% - 8px);
  height: 350px;
  position: relative;
  margin: 4px;
}
.isotope .isotope-items:nth-of-type(2),.isotope .isotope-items:nth-of-type(3),.isotope .isotope-items:nth-of-type(6),.isotope .isotope-items:nth-of-type(7){
  width: calc(70% - 8px);
}
.isotope-items *{
  width: 100%;
  height: 100%;
}
.isotope-items img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.showcase-item-hover{
  width: calc(100% - 24px);
  height: calc(100% - 24px);
}
.showcase-item-hover:after {
  background-color: #282828e0;
}
.showcase-item-title{
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-article-thumbnail a{
  width: 100%;
  height: 100%;
}
.blog-article-thumbnail img {
  height: 300px;
  object-fit: cover;
  margin-bottom: 16px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.blog-article-thumbnail img:hover{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.blog-article-title {
  font-size: 19px;
  font-weight: 600;
}
.partners-carousel .partner{
  width: calc(20% - 30px);
  border: 2px solid #352F2A;
  padding: 16px ;
}
.contact {
  background: url(../image/adak.jpg) center 0 no-repeat;
}
.masked:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14,14,14,0.65);
}
.text-white {
  color: var(--wihte) !important;
}
#contact img{
  margin-left: 6px;
}

.variations select{
  margin-bottom: 6px !important;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--content);
}
.contact {
  background-size: cover;
}
.rev_slider_wrapper{
  min-height: 100vh;
      max-height: 100vh !important;
    overflow: hidden !important;
}
.forcefullwidth_wrapper_tp_banner{
    
    float: right;
}

/* ================== */
@media screen and (max-width: 599px){
   .forcefullwidth_wrapper_tp_banner{
     max-height: 70vh !important;
    float: right;
} 
   .forcefullwidth_wrapper_tp_banner *{
     max-height: 70vh !important;
} 
  .contact-main-info *{
    font-size: 14px !important;
  }
  .contact-main-info img{
    width: 25px;
    height: 25px;
  }
  .section-title {
    font-size: 20px;
}
.section header div,.section header p{
  font-size: 14px;
}
.icon-title {
  font-size: 17px;
  font-weight: 600 !important;
  color: var(--content);
}
.media-right p{
  font-size: 14px;
  font-weight: 400;
}

  .tp-title{
    font-size: 28px !important;
    min-height: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .tp-pre-title{
    font-size: 16px !important;
    min-height: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .tp-caption a{
    font-size: 13px !important;
    padding: 4px 12px !important;
    min-width: 80px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .isotope-items {
    width: calc(40% - 8px);
    height: 200px;
  }
  .isotope .isotope-items:nth-of-type(2), .isotope .isotope-items:nth-of-type(3), .isotope .isotope-items:nth-of-type(6), .isotope .isotope-items:nth-of-type(7) {
    width: calc(60% - 8px);
  }
  .showcase-item-title{
    font-size: 0.9rem;
  
}
.blog-article-thumbnail img {
  height: 200px;
  margin-bottom: 12px;
}
.blog-article-title {
  font-size: 15px;
}

.partners-carousel .partner{
  width: calc(50% - 24px);
  padding: 12px ;
  margin: 12px;
}
.product_form_button_close{
    top: 16px;
    right: 16px;
}







}










  @font-face {
    font-family: 'fontello';
    src:  url('../fonts/fontello.woff2') format('woff2'),
         url('../fonts/fontello.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .15em;
    text-align: center;
    /* opacity: .8; */
  
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
  
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
  
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
  
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
  
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  
  [class^="icon-"], [class*=" icon-"] {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
  
    /* fix buttons height */
    line-height: 1em;
  
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
  }
  [class^="icon-"]::before, [class*=" icon-"]::before{
  font-size: 1.9rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
  }
  .icon-aparat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }
.icon-eitaa-icon-black { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); }
.icon-logo-icon { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;'); }
.icon-eitaa-icon-black:before { content: '\e801'; } /* '' */
.icon-logo-icon:before { content: '\e802'; } /* '' */
  .icon-aparat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }
  
  .icon-aparat:before { 
    content: '\e800'; 
    
  } /* '' */
