

@font-face {
  font-family: 'IRANYekanX-Bold';
  src: url('../fonts/IRANYekanX-Bold.woff2') format('woff2'),
       url('../fonts/IRANYekanX-Bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;  /* Set font-weight to bold for the bold font */
  font-display: fallback;
}

@font-face {
  font-family: 'IRANYekanX-Regular';
  src: url('../fonts/IRANYekanX-Regular.woff2') format('woff2'),
       url('../fonts/IRANYekanX-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;  /* Assuming this is the regular weight */
  font-display: fallback;
}
.mce-content-body {
  font-family: 'IRANYekanX-Regular', 'IRANYekanX-Bold',sans-serif !important;
}

html {
  overflow-x: hidden;
	
}

body {
  font-family: "IRANYekanX-Regular";
  cursor: default;
  direction: rtl;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  text-align: start;
  overflow: hidden;
	 line-height: 1.8;

   
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.html-lazy {
  content-visibility: auto;
}


h1{
  font-size: 1.5rem;
  line-height: 1.8;
}
h2, h3,  h4,  h5, h6 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
}

a {

  text-decoration: none;
}
.aligncenter {

    margin: auto;
    display: flex;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
  transition: 0.4s;
}

.swiper{
	width:100%;
	height:100%
	
}


@media only screen and (min-width: 992px) {

  .main-page{
    margin-bottom: 100px;
  }
}
/*------------header---------------*/



.main-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 20;
  box-shadow: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}




.main-header a{
  color: #000;
}

.main-header.fixed {

  position: fixed;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.main-header.fixed a{
  color: #000;
}

.main_menu ul{
  margin: 0;
}
.menu-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
      align-items: center;
  padding: 10px 0;
}

.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}
.logo figure{
	margin:0
}

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container-menu {
    width: 960px;
  }
  

}


@media (min-width: 992.98px) {

  .search-holder-icon,.language-switcher{
    order: 3;
  }
  .main_menu{
    order: 2
  }

}





.logo{
  display: flex;
  margin-left: auto;
}
.logo img{
 width: 200px;
}
@media (max-width:1199.98px) {
  .logo img {
    width: 235px;
  }
  }
  
@media (max-width: 991.98px) {
  .logo
  {
    display: flex;
        width: 35%;
        justify-content: center;
        
  }

}
.logo-default {
  display: block;
  transition: opacity 0.3s ease;
}

.logo-fixed.hidden ,.logo-default.hidden {
  display: none;
}
.logo-fixed
{
 height: 100px;
    width: 300px !important;
}

@media screen and (max-width: 1023px) {

  .logo-fixed
  {
    height: 52px;
    width: auto!important;
  }

 


}

.search-modal-wrapper{
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000c9;
  display: none;
  opacity: 0;
}

.search-modal-wrapper .search-form-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-search-modal{
  position: absolute;
  top: 65px;
  right: 25px;
  color: #fff;
  cursor: pointer;
}


.search-form-wrapper form {
  border-radius: 56px !important;
  padding: 0px 16px !important;
  -webkit-border-radius: 56px !important;
  -moz-border-radius: 56px !important;
  -ms-border-radius: 56px !important;
  -o-border-radius: 56px !important;
  background-color: #fff !important;

}
.bg-white{
  background-color: #fff !important;
}

.search-holder-icon{
  border: 1px solid #000;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}






.search-form form{
  border: 1px solid #EDF1F4;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}





.search-form form input.s-text{
  width: calc(100% - 25px);
  padding: 5px 10px;
  font-size: 1rem;
  height: 100%;
  border: 0;
  outline: 0;
}
.search-form form button{
  background-color: #fff;
  border: none;
  color: var(--primery);
  font-size: 1.3rem;
}

.language-switcher {
  font-size: 16px;
  margin: 0 15px;
  cursor: pointer;
}

.language {
  transition: font-size 0.3s ease;
}

.language.active {
  font-size: 24px; /* Larger size for the active language */
  font-weight: bold;
 
}

@media (max-width: 991.98px) {

  .menu-box {
    padding: 15px 0;
}
.language-switcher {

  margin-left: 15px;
	        margin-right: 0;
  position: relative;
 
}



  
}




/*------------------------------------*/

.rank-math-breadcrumb{
  border-radius: 5px;
  line-height: 50px;
  min-height: 50px!important
}

.rank-math-breadcrumb .last {
  /*color: var(--primery)*/
}
.bread-crump {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  border-top: 0px solid;
}
.rank-math-breadcrumb, .rank-math-breadcrumb p {
  width: 100%;
  height: 100%;
   margin-bottom: 0 !important;
  color: var(--gray);
  flex-wrap: wrap;

}
.rank-math-breadcrumb p * {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--gray);
  padding-left: 5px;
  text-transform: capitalize;
}
.rank-math-breadcrumb p a:hover {
  color: var(--primery);
}
.separator{
  color: var(--primery)!important;
  font-family: monospace;
  }
/*----------------------*/

.main-footer {
  
  padding: 50px 0 0 0;
  position: relative;
}

.footer-section{
  margin-right: 15px;
  margin-left: 15px;
      background: #EDEDED;
  border-radius: 15px;
  padding: 40px 20px 20px 20px;
}


.footer-link
{
  padding: 0;
}
.footer-text {
  color: #000;
  text-align: justify;

}
/* .footer-title {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
  display: inline-block;
} */

.phone-header{
  padding-bottom: 8px;
}

.footer-link li {
  color: #000;
  position: relative;
  display: flex;
  align-items: flex-start;

}
.footer-link li a{
  color: #000;
}

.social-items {
  display: flex;
}

.social-item {
    margin-left: 5px;
    width: 28px;
    height: 28px;
    border: 1px solid #000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
}


.footer-link.contact svg
{
  position: relative;
    top: 4px;
    margin-left: 5px
}

/* .social-title
{
   color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
} */

.footer-address
{
  padding-left: 15px;
}



.copyright-section {
  color: #000;
  padding: 5px 33px;
  font-size: 12px;

}

.copyright-text .text-left a{
  color: #000;
	    display: flex;
    align-items: center;
}
.copyright-text .text-left a figure{
	margin:0;
	padding-right: 5px;
}

@media (max-width: 991px) {
.footer-section {
  margin-right: 0;
  margin-left:0

}

.copyright-section {
  
  padding: 5px 0px;
}

}

.footer-button
{
  background-color: var(--gray);
  padding: 5px 15px;
  border-radius: 60px;
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
}
.footer-logo {
    display: flex;
    padding: 15px 0;
    width: 100px;
    justify-content: center;
}
/*----------------------*/
.error-section {
  width: 100%;
  min-height: 80vh;
  margin-top: 80px;
  display: flex
;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-section figure {
  width: 100%;
  max-height: 500px;
  display: flex;
  justify-content: center;
}


.error-section figure img {
  max-height: 500px;
  max-width: 80%;
}

.search-form {
  width: 500px;
  height: 60px;
  margin: 0 15px;
}

.error-page-button {
  text-align: center;
}

.error-section span {
  width: 540px;
  max-width: 90%;
  font-size: 1.5rem;
  color: var(--primery);
  text-align: center;
  font-weight: 700;
  margin: 16px 0;
}


/*--------swiper------------*/

.section_slider{
  margin-right: calc((100% - 1140px) / 2);
   position: relative;
      display: flex;
      flex-wrap: wrap;

 }

.section_news_full {
   position: relative;
   margin-right: calc((100% - 648px) / 2);
   display: flex;
   flex-wrap: wrap;
  
 }

@media (max-width: 1260px) {
.section_slider{
 margin-right: calc((100% - 1003px) / 2);
}

}
@media (max-width: 1200px) {
.section_slider{

       margin-right: calc((100% - 844px) / 2);
}

}
@media (max-width: 1399px) {
.section_news_full {

 margin-right: calc((100% - 533px) / 2);

 }
}

@media (max-width: 1199px) {
 .section_news_full {
     margin-right: calc((100% - 450px) / 2);
 }

}
@media (max-width: 1023px) {

 .swiper-button-next, .swiper-button-prev,.industry-button-next,.industry-button-prev{
   display: none!important;
 }

 .section_slider {
  
   margin-right: 15px;
 
 }

 .section_news_full {
   margin-right: 15px;
}



}

@media (max-width:1199.98px) {

 .swiper-button-prev,.industry-button-prev {
   left: -19px !important;
 }
 
 }


.swiper-button-next ,.industry-button-next
{
 right: -56px!important;
   background: var(--primery)!important;
   border-radius: 100%!important;
   width: 50px!important;
   height: 50px!important;
}
.swiper-button-next::after,.industry-button-next::after{
 font-size: 0!important;
}
.swiper-button-next svg,.industry-button-next svg
{
 padding-left: 7px;
}



/*-------------------------*/

  .go-to-up
{
  position: fixed;
  cursor: pointer;
  display: none; /* Hidden by default */
  right: 11px;
  background: #fff;
  border-radius: 0px 0px 0 15px;
  padding: 5px 15px;
  font-size: 1rem;
  z-index: 2;
  border: 1px solid #ccc;
    margin-right: 5px;
}

.go-to-up svg
{
  position: relative;
  bottom: 2px;
	
}

/*--------------------------*/

#click-menu{

  height: 30px;
	margin-right: 15px;
    width: 30px;
  position: relative;
  cursor: pointer;
 
	display:none
}
#click-menu>span{
  width: 30px;
  height: 3px;
  background-color: #818285;
  -webkit-transition: .7s;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: calc(50% - 1px);

  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#click-menu-mobile>span{
  width: 30px;
  height: 3px;
  background-color: var(--primery);
  -webkit-transition: .7s;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#click-menu>span:nth-of-type(1){
   top: calc(50% - 10px);
}
#click-menu-mobile>span:nth-of-type(1){
  top: calc(50% - 10px);
}
#click-menu>span:nth-of-type(3){
top: calc(50% + 9px);
}
#click-menu-mobile>span:nth-of-type(3){
  top: calc(50% + 9px);
  }


.main-menu > ul {
  /*width: 100%;*/
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
 
}



.main-menu > ul > li {
  padding-right: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  list-style-type: none;
}
.main-menu > ul > li::after{
  width: 100%;
  height: 12px;
  content: '';
  display: none;
  top: 100%;
  right: 0;
  position: absolute;
}

 /*.main-menu > ul > li::after{
  display: block;
} */

.main-menu > ul > li:last-of-type{
  margin-left: 0;
}

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:"";
  background-image: url(../image/chevron-down.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  left: 5px;
  top: 3px;
}
.main-menu > ul > li > a {

  position: relative;
  font-size: 1rem;
  color:#000;
}



.main-menu > ul > li > ul {
  position: absolute;
  top: calc(100% + 1px) ;
    right: 0;
  width: 250px;
  padding: 16px;
  display: flex;
  background: var(--light-wihte);
  border-radius: 16px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 1px solid var(--border-color);
  flex-direction: column;
  
}
.main-menu > ul > li > ul:has(li.menu-item-has-children){
  width: 1300px;
  right: calc(100% - 239px);
  flex-direction: row;
  max-height: none;
  flex-wrap: nowrap;
  height: 80vh;
    overflow-y: auto;
}
 @media screen and (min-width: 1281px) and (max-width: 1439px) {
.main-menu > ul > li > ul:has(li.menu-item-has-children) {
  width: 1119px;
}
}

 @media screen and (min-width: 1024px) and (max-width: 1280px) {
.main-menu > ul > li > ul:has(li.menu-item-has-children){
  width: 939px;
  right: calc(100% - 239px);
    
}

}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu > ul > li > ul > li{
  width: fit-content;
  margin: 8px 0px;
  list-style-type: none;
}
.main-menu > ul > li > ul > li:first-of-type{
  margin-top: 0;
}
.main-menu > ul > li > ul > li:last-of-type{
  margin-bottom: 0;
}
.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.95rem;
  font-weight: 400;
  padding: 2px 0;
  position: relative;
  color: var(--content);
}
/* .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: #00aaad;
  margin-left: 4px;
} */
.main-menu > ul > li > ul > li:has(>ul) > a {
  width: fit-content;
  font-weight: 700;

  padding: 0 2px;

}
.main-menu > ul > li > ul > li:has(>ul) > a::before {
  display: none;

}
.main-menu > ul > li > ul > li > a:hover {
  color: var(--primery);
}
.main-menu > ul > li > ul > li > ul {
  width: 100%;
  margin-top: 12px;
  padding-top: 12px;
  position: relative;
  z-index: 99;
  padding-left: 0;
}
.main-menu > ul > li > ul > li > ul::after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 2px;
  width: 50%;
  background-color: var(--primery);
  position: absolute;
}

.main-menu > ul > li > ul > li > ul > li {
  width: 100%;
  margin-bottom: 12px;
  list-style-type: none;
}
.main-menu > ul > li > ul > li > ul > li > a {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 2px 0;
  position: relative;
  color: #000000;
}
/* .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);
} 


li.mega-menu{
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  background-color:var(--primery-dark);
  border-radius: 20px;
  color: var(--wihte);
  cursor: pointer;
  padding: 4px 32px;
  height: 80% !important;
  position: relative !important;
}
li.mega-menu>span:first-of-type{
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  height: 100%;
}
li.mega-menu::after{
  width: 100%;
  height: 12px;
  content: '';
  display: none;
  top: 100%;
  right: 0;
  position: absolute;
}
li.mega-menu:hover::after,.main-menu > ul > li:hover::after{
  display: block;
}
.mega-menu >span > i.bi-grid{
  margin-left: 6px;
}
.mega-menu> .open-submenu::after{
  color: var(--wihte) !important;
}


 
/*@media screen and (max-width: 1023px) {*/

.main-menu.hamburger-menu {
width: 50%;
position: absolute;
    top: 116px;

right: -110%;
height: calc(100vh - 90px);
overflow: auto;
background-color: var(--wihte);
padding: 20px;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
z-index: 1002;
}

@media screen and (max-width: 991px) {
	
	.main-menu.hamburger-menu {
width: 100%;
padding: 10px;	
	}
.main-menu.hamburger-menu{
            top: 63px;
}
}

.main-menu.hamburger-menu > ul {
width: 100%;

flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.main-menu.hamburger-menu > ul > li,.main-menu > ul> li > ul > li:has(>ul) {
width: 100%;
margin: 0 0 8px 0;
padding-bottom: 8px;
display: flex;
position: relative !important;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
height: auto;
border-bottom: 1px solid #f1f2f3;
}
.main-menu.hamburger-menu > ul > li:last-of-type{
border-bottom: 0px solid #f1f2f3;
}
li.mobile-menu-button-close {
font-size: 2.5rem;
color: var(--primery);
display: flex !important;
justify-content: flex-end !important;
align-items: center;
}

.main-menu.hamburger-menu > ul > li > a {
width: 100%;
color: #464646!important;
font-weight: 500;
}

.main-menu.hamburger-menu > ul > li:hover > a {
color: #464646
}



.main-menu.hamburger-menu > ul > li > a::before {
  display: none;
}
.main-menu.hamburger-menu > ul > li:has(>ul) > a,.main-menu > ul> li > ul > li:has(>ul) >a {
width: calc(100% - 30px);
display: inline-block;
height: 40px;
display: flex;
align-items: center;

}
.main-menu.hamburger-menu > ul> li > ul > li:has(>ul) >a{
height: 35px;
color: #464646;
}
.main-menu.hamburger-menu > ul > li:has(>ul) > span.open-submenu,.main-menu.hamburger-menu > ul> li > ul > li:has(>ul) > span.open-submenu{
width: 20px;
height: 20px;
display: inline-block;
border-radius: 2px;
/* background-color: var(--primery); */
}
.main-menu.hamburger-menu > ul> li > ul > li:has(>ul) > span.open-submenu::after,ul.product-cat-menu>li >ul>li:has(ul) >span::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.8rem;
color: var(--primery);
margin-right: 6px;
margin-top: 1px;
}
.main-menu.hamburger-menu > ul > li:has(>ul) > span.open-submenu::after,.main-menu > ul> li > ul > li:has(>ul) > span.open-submenu::after,ul.product-cat-menu>li >ul>li:has(ul) >span::after{
width: 20px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
font-size: 1rem;
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(--primery);
}

.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.hamburger-menu > ul > li > ul {
width: 100% !important;
position: static;
opacity: 1;
visibility: visible;
flex-direction: column;
padding: 0px;
border-radius: 0;
background-color: transparent;
overflow: hidden;
box-shadow: none !important;
border: none;
display: none;
padding: 8px;
}
.main-menu.hamburger-menu > ul > li > ul > li:has(>ul) > a {
font-weight: 500;
font-size: .95rem;
color: var(--content);
}
.main-menu.hamburger-menu > ul > li > ul > li {
width: 100%;
margin: 12px 0;
}
.main-menu.hamburger-menu > ul > li > ul > li > a {
width: 100%;
font-weight: 500;
font-size: 0.9rem;
padding: 0 2px;
color: var(--content);
}
.main-menu.hamburger-menu > ul > li > ul > li > a::before{
display: none;
}
.main-menu.hamburger-menu > ul > li > ul > li:has(>ul) {
width: 100%; 
margin: 0;
}
.main-menu.hamburger-menu > ul > li > ul > li > ul {
margin-top: 0px;
padding-top: 0px;
padding: 8px;
display: none;

}
.main-menu.hamburger-menu > ul > li > ul > li > ul::after {
display: none;
}
.main-menu.hamburger-menu > ul > li > ul:has(li.menu-item-has-children) {
width: 100%;
flex-direction: row;
max-height: none;
flex-wrap: wrap;
}

.openmenus{
height: auto !important;
padding: 10px !important;
}

li.mega-menu {
justify-content: space-between !important;
background-color: transparent;
border-radius: 0;
color: var(--content);
padding: 12px 0 8px 0;
height: auto !important;
}
li.mega-menu>span:first-of-type{
font-weight: 500 !important;
}
.mega-menu> .open-submenu::after {
color: var(--primery) !important;
}


/* }  */
/*-----blog---*/

.news-header
{
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 30px;
  display: block;
}

.single.single-post .news-header
{
  font-size: 1.5rem;
}

.section-news{
  padding: 50px 0;
}
@media only screen and (max-width: 991px) {

  .news-header
  {
    font-size: 1.5rem;
  }

  .section-news{
    padding: 30px 0;
  }

  .single.single-post .news-header
  {
    font-size: 1.3rem;
  }

}


.blog_items
{
  display: flex;
      align-items: stretch;
  
}

.blog_text
{
  flex: 0 0 50%;
    padding: 15px;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
}

.news-img-box figure
{
  height: 250px;
  border-radius: 40px;
  overflow: hidden;
}


.news-img-box figure img{
  border-radius: 40px;
  object-fit: cover;
  height: 100%;
  transform: translateX(-30px) scale(1.2);
  /*شروعازکمیچپبدونتغییراندازه*/transition: transform 0.3s ease-in-out;
  -webkit-transform: translateX(-30px) scale(1.2);
  -moz-transform: translateX(-30px) scale(1.2);
  -ms-transform: translateX(-30px) scale(1.2);
  -o-transform: translateX(-30px) scale(1.2);
}


.news-img-box figure:hover img{
  transform: translateX(30px) scale(1.2);
  /*شروعازکمیچپبدونتغییراندازه*/transition: transform 0.3s ease-in-out;
  -webkit-transform: translateX(30px) scale(1.2);
  -moz-transform: translateX(30px) scale(1.2);
  -ms-transform: translateX(30px) scale(1.2);
  -o-transform: translateX(30px) scale(1.2);
}

.blog-title
{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 68px;
  color: var(--primery);
  font-family: 'IRANYekanX-Bold';
}

.blog-button{
  color: #000;
  padding-top: 10px;
}


@media only screen and (max-width: 767px) {

  .blog_items
  {
    display: block;

  }
  .news-img-box img{
  
    width: 100%;
  
    
  }

}

/*-----*/
.section-industry{
  padding: 50px 0;
}


.industry-box figure{
  height: 290px;
  border-radius: 40px;
  position: relative;
   overflow: hidden;
}


.industry-box figure img
{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 40px;
    transform: scale(1);
    max-width: 100%;
    transition: 0.5s ease all !important;

}

.industry-box:hover img{
  transform: scale(1.2);
}



@media only screen and (max-width: 767px) {

 

  .industry-box figure{
    height: 305px;

  }
  


}

@media only screen and (max-width: 991px) {

  .section-industry{
    padding: 30px 0;
  }

}

/*--------landing product---------------------------*/



.section-product{
  padding: 50px 0;
}

@media only screen and (max-width: 991px) {

  .section-product{
    padding: 30px 0;
  }

}

.section-product-header {
  width: 100%;
  font-weight: 700;
  display: inline-block;
  font-size: 2rem;
}

.section-product-subheader {
  color: var(--primery);
  padding-bottom: 30px;
  display: block;
}


@media only screen and (min-width: 992px) {

  .section-product{
   
    background: url(../image/Group5140.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  

}




.custom-dropdown {
  position: relative;
  width: 250px;
 
}
.custom-dropdown:nth-of-type(3)
{
      margin-top: -29px;
}




.dropdown-header {
  background: #EDEDED;
  padding: 15px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  z-index: 2;
  position: relative;
  border-radius: 25px;
}

.dropdown-list {
  background: #000;
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
position: relative;
  width: 100%;
  display: block;
  border-radius: 15px;
    top: -62px;
  padding-top: 35px;
}

#kind-list{
  top: -33px;	
	
}


.dropdown-list li {
  cursor: pointer;

  padding: 5px 15px;
}
.dropdown-list li:not(:last-child){
  border-bottom: 1px solid #707070;
}

.dropdown-list li:hover {
 background-color: #b1b1b1;
}

.landing-product-box
{
 
    display: flex;
 
}
.landing-product-box figure
{
  height: 300px;
  flex: 0 0 10%;
  margin-left: 15px;
}



.products-text1
{
  font-size: 2rem;
}

.custom-dropdown-column
{
       display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
  
      position: relative;
}


#productTitle{

  font-family: 'IRANYekanX-Bold';
  font-size: 1.5rem;
}

#productPrice{
  font-family: 'IRANYekanX-Bold';
  font-size: 1.5rem;
  color: var(--primery);
}

.product-price-box{
  padding-top: 15px;
}

.product-image
{
  flex: 0 0 150px;
}

.product-button
{
  font-size: 1rem !important;
  border: 0 !important;
  background-color: var(--primery) !important;
  outline: 0 !important;
  padding: 5px 35px;
  border-radius: 60px;
  color: #fff;
  width: 150px;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
}

.product-button a{
  color: #fff;
}


.product-image-box
{
       display: flex;
      flex-direction: column;
      justify-content: space-evenly;
}




.popup-product-name-big{
  font-family: 'IRANYekanX-Bold';
}
.popup-box
{
  display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #EDEDED;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 35px;
  z-index: 1000;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.close-btn {
  color: red;
  cursor: pointer;
  padding: 2px;
}


.popup-container
{
    display: flex;
   
}

.product-details
{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.product-detail-item{
  display: flex;
  width: 33%;
  
}

.popup-box-span
{
  display: block;
  width: 100%;
  padding: 5px;
  font-size: .9rem;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}






.popup-box-price{
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
}

.popup-product-name{
  color: var(--primery);
  font-size: 1rem;
}
@media only screen and (max-width: 1440px) {

  .popup {

    width: 80%;
  }

}

@media only screen and (max-width: 1200px) {

  .popup {

    width: 85%;
  }

}


@media only screen and (max-width: 991px) {
.popup-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.landing-product-box figure {
  height: 200px;
  flex: auto;
}
.popup-box-price {

  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-detail-item {
 width: 100%;
}

.popup {

  width: 95%;
}
}

li.selected {
      background-color: #b8b8b8;
  color: #000; 
  font-weight: bold;
  border-radius: 0px;
}


/*------------------*/
.top-footer-text
{
  text-align: center;
  display: block;
  font-size: 1.5rem;
  padding: 30px 15px 10px 15px;
}

.top-footer-img{
      margin: auto 15px;
  display: flex;
  justify-content: center;
  position: relative;
}
.top-footer-img figure{
	
	    flex-shrink: 0;
    max-width: 100%;
    height: auto;
    margin: 0 15px;
	
}
.top-footer-phone
{
 position: absolute;
    left: 241px;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    top: 0;
    bottom: 0;
    top: 13px;
    color: var(--primery);
}


@media only screen and (max-width: 991px) {

  .top-footer-text
  {
   
    font-size: 1.3rem;

  }

}
@media only screen and (max-width: 425px) {
.top-footer-phone {
 
  top: 46%;
  left: 76%;
  transform: translate(-50%, -50%);
 

}
}


/*---------------------------------*/

.bestsell_products_items
{
     border-radius: 40px;
   
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #EDEDED;
}
.bestsell_products_title
{
  padding-top: 20px;
  display: block;
  font-family: 'IRANYekanX-Bold';
  font-size: 1.2rem;
  color: #000;
  padding: 40px 20px 15px 20px;
}
.bestsell_products_figure
{
  height: 200px;
  background: #E8E8E8;
  padding: 10px;
  position: relative;
  overflow: hidden;
}


.bestsell_products_figure img
{

    transform: scale(1);
    max-width: 100%;
    transition: 0.5s ease all !important;

}

.bestsell_products_figure:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}




.bestsell-button {
  font-size: .9rem;
  color: #000;
  position: relative;
  font-family: 'IRANYekanX-Bold';
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 20px;
  bottom: 10px;
}

.bestsell-button::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 0;
  right: 20px;
  margin: auto;
}
.section-service
{
  padding: 50px 0;
}

.sevices-header
 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 767px) {

  .sevices-header
  {
   font-size: 1.5rem;
  }


}

.product-page-txt{
  text-align: justify;
}