@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;
}






html {
  overflow-x: hidden;

}

body {
  font-family: "IRANYekanX-Regular";
  cursor: default;
  direction: rtl;
  font-size: .9rem;
  line-height: 2;
  font-weight: 400;
  background-color: #fff;
  text-align: start;
  overflow: hidden;
  -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";

}
.mce-content-body {
  font-family: 'IRANYekanX-Regular', 'IRANYekanX-Bold',sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-content.single-content img
{
  border-radius: 5px;
}



p,
li {
  text-wrap: pretty;
}

.html-lazy {
  content-visibility: auto;
}


h1{
  font-size: 1.5rem;
  line-height: 1.5;
}
h2, h3,  h4,  h5, h6 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

a {

  text-decoration: none;
}


img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
  transition: 0.4s;
}




@media only screen and (min-width: 992px) {

  .main-page{
    margin-bottom: 100px;
  }
}

/*-----------slider---------------*/




.slider-video {
    width: 100%;
    height: calc(100vh - 188px);
    object-fit: cover;
    margin-bottom: 30px;
}

/*------------header---------------*/

.home-icon{
  background-color: var(--primery);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
  margin-left:  15px;
}
@media only screen and (max-width: 374px) {

  .home-icon{

    margin-right:5px;
    margin-left:  5px;
  }

}
.main-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  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;
}


.home .main-header.fixed-slider{
  color: #fff;

}


.main-header a{
  color: var(--primery);
}

.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: 7px 0;

}

.logo{
     display: flex;
    justify-content: center;
    margin: 5px 0; 
}


.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}

.logo figure{
 margin-bottom: 0;
}
.sore{
margin-right: auto;
    background: var(--primery);
    color: #fff;
    border-radius: 5px;
    padding: 5px 24px;
    color: #fff !important;
    display: flex;
    align-items: center;
       margin-left: 35px;
}
.sore svg
{
	    position: relative;
    bottom: 2px;
    left: 5px;
}
@media only screen and (max-width: 767px) {
.sore {

    margin-left: 12px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: relative;
}
	
	.sore span {
	font-size:0
	}
	
	
	.sore svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
	
	
	
	
}
@media only screen and (max-width: 400px) {
.home-icon{
	
	display:none
	
}
	
.search-holder-icon {

    margin-right: 8px;	
	
	}
}

.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{

  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--primery);
  color: #fff;
}




.search-form form{
  border: 1px solid #D6D6D6;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.search-form.search-form-blog 
{
  width: 400px;
  height: auto;
  margin-right: 0;
}



.search-form form input.s-text{
  width: calc(100% - 25px);
  padding: 5px 10px;
  font-size: .9rem;
  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;
}

@media only screen and (max-width: 374px) {

  .language-switcher {

    margin: 0 5px;
  }

}



.language {
  transition: font-size 0.3s ease;
}

.language.active {
    padding-right: 2px;
  font-weight: bold;
  line-height: 0;
}

@media (max-width: 991.98px) {

  .menu-box {
    padding: 15px 0;
}


  
}




/*------------------------------------*/

.rank-math-breadcrumb{
  border-radius: 5px;
  min-height: 50px!important
}

.rank-math-breadcrumb .last {
  /*color: var(--primery)*/
}
.bread-crump {

  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 {
  background: var(--primery);
  padding: 50px 0 0 0;
  position: relative;
  margin-top: 30px;
}
.footer-link
{
  padding: 0;
}




.footer-text {
  color: #fff;
  text-align: justify;
  padding-top: 20px;
}
.footer-title {
  color: var(--primery);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
  display: inline-block;
}

.footer-link li {
  color: #fff;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.footer-link li a{
  color: #fff;
}

.social-items {
  display: flex;
  justify-content: center;
  align-items: center;
}



.footer-link.contact svg
{
  position: relative;
    top: 4px;
    margin-left: 5px;
    flex-shrink: 0
}

.social-title
{
   color: var(--primery);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.copyright-section {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #6C757D;
  margin-top: 20px;
  font-size: 12px;

}

.copyright-text .text-left a{
  color: #fff;
  display: flex;
      align-items: center;
}
.copyright-text .text-left figure{
  margin-bottom: 0;
  padding-right: 5px;
}

.footer-section{
  margin-right: 15px;
  margin-left: 15px;
}
.footer-section .map-address iframe
{
  height: 217px;
    width: 100%;
    border-radius: 12px;
}

.logo-box{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.icon-footer{
  margin-left: 5px;
  position: relative;
    top: 4px;
}
/*----------------------*/
.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;
  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{
	
		  position: relative;
         display: flex;
         flex-wrap: wrap;
  
	  }

 

  @media (max-width: 1023px) {

    .swiper-button-next, .swiper-button-prev{
      display: none!important;
    }

  }

  @media (max-width:1199.98px) {
 
    .swiper-button-prev {
      left: -19px !important;
    }
    
    }


  .swiper-button-prev 
  {
    right: unset !important;
    background: var(--primery) !important;
    border-radius: 100% !important;
    width: 50px !important;
    height: 50px !important;
    left: -25px !important;
  }

  .swiper-button-next{
    right: -25px!important;
      background: var(--primery)!important;
      border-radius: 100%!important;
      width: 50px!important;
      height: 50px!important;
  }


  .swiper-button-prev::after,.swiper-button-next::after{
    font-size: 0!important;
  }
  .swiper-button-prev svg , .swiper-button-next svg
  {
    padding-right: 7px;
  }
  .swiper-button-prev svg 
  {
    transform: rotate(180deg);
  }




/*--------------------------*/


#click-menu{

  width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: var(--primery);
    display: flex;
    align-items: center;
    justify-content: center;
  position: relative;
  cursor: pointer;
 

  
}
#click-menu>span{
  width: 22px;
  height: 3px;
  -webkit-transition: .7s;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: calc(50% - 1px);
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#click-menu-mobile>span{
  width: 22px;
  height: 3px;
  background-color: #fff;
  -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;
  display: flex;
  align-items: center;
  justify-content: center;
  
  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: 12px;
  height: 12px;
  position: relative;
  right: 5px;
  top: 4px;
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}



.main-menu > ul > li > a {

  position: relative;
  font-size: .9rem;
  color:#000;
}



.main-menu > ul > li > ul {
  position: absolute;
  min-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;
  top: 63%;
  
}
.main-menu > ul > li > ul:has(li.menu-item-has-children){

  flex-direction: row;
  max-height: none;


    overflow-y: auto;
    width: 100%;

    
}




.main-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu > ul > li > ul > li{
  width: fit-content;
  margin: 3px 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;
  border-bottom: 0;
}
.main-menu > ul > li > ul > li:has(>ul) {
  width: 24%;
  max-width: none;
  margin: 0 5px;
}

.main-menu > ul > li > ul > li > a {
  width: 100%;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 2px 0;
  position: relative;
  color: #000!important;
}
/* .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)!important;
}
.main-menu > ul > li > ul > li > ul {
  width: 100%;
  margin-top: 12px;
  position: relative;
  z-index: 99;
  padding-right: 0;

  
}

.main-menu > ul > li > ul > li > ul > li {
  width: 100%;
  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!important;
}
/* .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::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: 25%;
position: absolute;
top: 94px;

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: 110px;
}

.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 > a::before {
  display: none;
}
.main-menu > ul> li > ul > li:has(>ul) >a {
width: calc(100% - 30px);
display: inline-block;
height: 40px;
display: flex;
align-items: center;
color: var(--primery)!important;

}


.main-menu.hamburger-menu > ul > li:has(>ul) > a {
  width: calc(100% - 150px);
  display: inline-block;
  height: 40px;
  display: flex;
  align-items: center;
  color: #464646!important;
  
  }
  


.main-menu.hamburger-menu > ul {
  width: 100%;
  
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  }
  
  .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 > 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: 150px;
height: 20px;
display: flex;
justify-content: flex-end;

}
.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:"";
display: inline-block;
background-image: url(../image/chevron-down.svg);
width: 15px;
height: 15px;
margin-right: 6px;
margin-top: 1px;
background-size: contain;
    background-repeat: no-repeat;
}
.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: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: .9rem;
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 {

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);
width: calc(100% - 150px);
}

.main-menu.hamburger-menu > ul > li > ul > li > a {

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;
}

/*-----------------*/

.read-more-btn
{
  margin: auto;
  display: flex;
  font-size: .9rem !important;
  border: 0 !important;
  background-color: var(--primery) !important;
  outline: 0 !important;
  padding: 5px 35px;
  border-radius: 60px;
  color: #fff;
  margin-top: 15px;
}

/* Preloader
-------------------------------------------------------*/


  /* پری‌لودر تمام‌صفحه */
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out;
}

/* مخفی‌سازی پری‌لودر */
.loader-mask.fade-out {
  opacity: 0;
  visibility: hidden;
}

/* لوگو در مرکز صفحه */
#logo-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  z-index: 20;
  transition: all 1.5s ease-in-out;
}

/* تصویر لوگو */
#logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* حالت بعد از لود: بالا و کوچک‌شده */
#logo-container.small-logo {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  opacity: 0;
}
/*------*/
/*--------------------------*/
.tabs {
  position: relative;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #CFCFCF;
}
@media (max-width: 991px) {
  .tabs {
    overflow-x: scroll;
  }


}
.tab-btn {
  padding: 10px 20px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 16px;
  position: relative;
  color: #555;
  white-space: nowrap;
}

.tab-btn.active {
  color:  var(--primery)
}

.tab-indicator {
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: var(--primery);
  transition: all 0.3s ease;
}

.swiper {
  width: 100%;

}

.swiper-slide {
padding: 20px 0;
}

/*--------------------------*/

.tab-img
{
width: 100%;
height: 468px;
object-fit: cover;
}
@media screen and (max-width: 991px) {

  .tab-img
  {
  width: 100%;
  height: auto;


  }
  .order-column{
   order: -1;
  }
}
.tab-row{

  text-align: justify;
}
    
@media screen and (min-width: 992px) {
	
.tab-row-column{

  margin-top:50px
}
	
.tab-row-column {

        position: relative;
    }	
	
}

@media screen and (max-width: 991px) {

.tab-row{
	
	    position: relative;
	
	}

}

.tab-button
{
  background: var(--primery);
  color: #fff;
  border-radius: 32px;
  padding: 10px 15px;
}
.item-img{
  margin: 0;
}
.item-img img{
  height: 256px;
  width: 100%;
  object-fit: cover;
}

.item-box{
  background-color: var(--primery);
  color: #fff;
  text-align: center;
  padding: 25px 15px 15px 15px;
  margin-top: 3px;
 min-height: 296px;
}

.item-title
{
  font-weight: 600;
  display: block;
}

.item-subtitle{
  display: block;
  padding-bottom: 8px;
}
.customer-img
{
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  margin-right: 3px;
  margin-left: 3px;
  transition:all .3s ease-in ;
  -webkit-transition:all .3s ease-in ;
  -moz-transition:all .3s ease-in ;
  -ms-transition:all .3s ease-in ;
  -o-transition:all .3s ease-in ;
}

.customer-img :hover{
    box-shadow: 0px 2px 8px rgb(0 0 0 / 28%);
}


.customer-img img {
  height: 127px;
  width: 100%;
  object-fit: contain;
}

.perfume_img,.checklistimg{
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.perfume_img::before,.checklistimg::before
{
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(56, 66, 47, 0) 0%, #38422F 100%);
  bottom: 0;
  height: 100%;
  width: 100%;

}
.perfume_img::after,.checklistimg::after{
  content: "";
  position: absolute;
  background-color: #879779;
  width: 100%;
  bottom: -22px;
  height: 22px;
  z-index: 2;
  left: 0;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
}

.perfume_img:hover::after,.checklistimg:hover::after{
  bottom: 0px;
}
.perfume_img:hover figcaption, .checklistimg:hover figcaption {

  bottom: 53px;

}



.perfume_img figcaption,.checklistimg figcaption {
  position: absolute;
  bottom: 30px;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
}

.product-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.last-row{
  margin-top: 50px;
}


@media screen and (max-width: 991px) {

  .last-row{
    margin-top: 30px;
  }

}




.hover figure {
	position: relative;
  overflow: hidden;
}
.hover figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.idea_perfume_img{
	
width:100%	
	
}

.next-button-custom,.prev-button-custom
{
	
	
	background: var(--primery);
    color: #fff;
    border-radius: 32px;
    padding: 10px 15px;
    border: 0;
    width: 105px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.prev-button-custom
{
    left: 120px;	
}
.prev-button-custom-last{
	
   left: 0;	
}
	
	@media screen and (max-width: 991px) {

      .next-button-custom{
	
	     left:15px;
	
	   }
		
		.prev-button-custom
{
    left: 135px;	
}
		
.prev-button-custom-last{
	
   left: 15px;	
}		
		

}
	@media screen and (max-width: 991px) {
.swiper-wrapper-idea {

    padding-bottom: 50px;
}
.next-button-custom, .prev-button-custom {
  
    position: relative;
    bottom: 0;
    left: 0;
	right:0
}

}


/*---------*/

.product_card_content_wrapper .star-rating
{
    position: absolute !important;
    top: 57%;
    left: 15px;
    font-size: .857em;
}

.woocommerce .star-rating span::before {

    color: #ffd600;
}

.woocommerce p.stars a::before {

    color: #ffd600;
}


.open-minicart
{

  position: relative;
  margin:0 15px;
  width: 33px;
  height: 33px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;

}


@media screen and (max-width: 991px) {
.open-minicart
{

  margin:0px;
}
}


.logedin{
  position: relative;
  width: 33px;
  height: 33px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;

}

.login-status-mobile{
  position: relative;
  width: 33px;
  height: 33px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.login-status-desktop{
  position: relative;
  width: 33px;
  height: 33px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.login-status a
{
  display: flex;
    align-items: center;
}
.open-minicart span
{
    position: absolute;
    background-color: #BB3D32;
    color: var(--wihte);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -7px;
    right: -9px;
    font-size: .8rem;
}

/*------*/



.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

       box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
     margin-bottom: 3.8%;
}


.woof_container_inner h4 {
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 10px;
}
.woof_container_inner h4 {
    font-size: 1rem;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #F48A70;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #f48a70;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
  
    border: 1px solid #f48a70;
	top:-4px
}

.woocommerce_sidebar_sidebar
{
	    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    background: #fff;
    padding: 50px 15px;
}
.custom-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 9999;
    transition: right 0.3s ease;
    overflow-y: auto;
  }
  
  .custom-sidebar.open {
    right: 0;
  }
  
  .custom-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
  }
  
  .custom-sidebar-header button {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
  }
  
  .custom-sidebar-content {
    padding: 1rem;
  }
  

.openSidebarBtn
  {
    border: 0;
    background: transparent;
    margin-bottom: 15px;
    margin-right: 0;
    padding-right: 0;
}
@media only screen and (min-width: 992px) {
 .openSidebarBtn{
    display: none;
 }  
} 
@media only screen and (max-width: 991px) {

.woocommerce_sidebar_sidebar{
    display: none;
}

}



.woocommerce-ordering select {
    border-color: transparent !important;
    cursor: pointer !important;
    outline: 0;
}


@media only screen and (max-width: 767px) {
	    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
       
        margin: 0 0 1em;
    }
	
}  
.woocommerce span.onsale{
  display: none;
}

.price del {
    padding-left: 45px;
    display: block;
    opacity: .5;
}

.woocommerce-loop-product__title{
  padding: 0px 15px 10px 15px !important;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 63px;
      font-size: .9rem;
          margin-top: 25px;
}


.woocommerce  li.price ins {

  text-decoration: none;
}

.price ins {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  width: 100%;
  
}

}

.discount-percentage {
   background: #BB3D32;
    position: absolute;
    border-radius: 4px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 0px 5px;
    width: 40px;
    left: 15px;
}


.woocommerce  li .price {
  
    display: flex !important;
    flex-direction: column !important;
    align-items: end;
    padding-left: 15px;
    color: #000 !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    font-size: .857em !important;
}

.product_card_content_wrapper{
     background-color: #fff;
    position: relative;
padding-bottom: 3.5px;
    position: relative;
   height: 346px;
}
.woocommerce li a img {
    box-shadow: none;
    height: 200px !important;
    object-fit: contain !important;
    width: 100% !important;
    display: block !important;
 
}

.social{
   position: fixed;
    bottom: 18%;
    left: 23px;
	    z-index: 222222;
}
.social ul{
 list-style: none;
 padding: 0;
 transform: translateX(-270px);
	    width: 300px;
}
.social ul li{
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.5);
    width: 300px;
    text-align: right;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    transition: all 1s;
}
.social ul li:hover{
    transform: translateX(110px);
}
.social ul li#twitter:hover{
    background-color: #92aa7d;
}
.social ul li#facebook:hover{
    background-color: #79886c;;
}
.social ul li#instagram:hover{
    background-color: #C11A76;
}
.social ul li a{
    color: #fff;
    text-decoration: none;
}
.social ul li i{
    text-align: center;
    color: #000;
    margin-left: 14px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    transform: rotate(0deg);
}
.social ul li:hover i{
    transform: rotate(360deg);
    transition: all 1s;
}

.cart-status{
	    position: relative;
    top: 6px;
}

a.woof_front_toggle {
    float: right;
    text-decoration: none;
    color: #879779;
}

#billing_country_field { 
    display: none !important; 
}


