@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: 1rem;
  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";

}
body.no-scroll {
    overflow: hidden;
    height: 100vh; 
}

@media only screen and (max-width: 992px) {
	
body {

	padding-bottom:55px;
}	
	
}

.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;
}

figure {
    margin: 0;
}

p,
li {
  text-wrap: pretty;
}
ins{
    text-decoration: none;	
}

.html-lazy {
  content-visibility: auto;
}


h1{
  font-size: 2rem;
  line-height: 1.5;
}
h2, h3,  h4,  h5, h6 {
  font-size: 1.5rem;
  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;
  }
}
/*------------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: #3C3C3C;
}

.main-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	background:#fff
}

.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: 15px 0;
    height: 55px;
}




.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}
.main-menu
{
 margin-left: auto;
}
.logo
{
  position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
          width: 140px;
	height: 50px;
}

@media (max-width:1199.98px) {
  .logo img {
                   height: 94px;
  }
  }
  

.search-modal-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  height: 100vh;
  background-color: white;
  z-index: 9999;
	opacity:0;
  transition: all 0.4s ease;
	
}

.search-modal-wrapper.active {
  bottom: 0;
	opacity:1
}


.search-modal-wrapper .search-form-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
	align-items: baseline;
      padding-top: 150px;
	background: #dbdbdb5e;
	 
}
.close-search-modal{
  
     
  cursor: pointer;
	    border: 0;
    outline: 0;
}


.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: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}






.search-form form{
  border: 1px solid #EDF1F4;
	    width: 500px;
 
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

@media (max-width:600px) {
 .search-form form{
             width: 100%;
  }
  }



.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;
  line-height: 0;
}

@media (max-width: 991.98px) {

  .menu-box {
    padding: 15px 0;
}
.language-switcher {

  margin-right: auto;
}



  
}

.top-header
{
  display: flex;
    justify-content: space-between;
    align-items: center;
   
}

.top-header-right{
  display: flex;
  align-items: center;
}








.onsell-span
{
  font-size: .8rem;
}





/*------------------------------------*/

.rank-math-breadcrumb{
  border-radius: 5px;
  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);

  text-transform: capitalize;
}
.rank-math-breadcrumb p a:hover {
  color: var(--primery);
}
.separator{
  color: var(--primery)!important;
  font-family: monospace;
  }
/*----------------------*/

/*----------------------*/

.main-footer {
  background: #000;
  position: relative;
  padding-top: 150px;
      margin-top: 140px;

}



.footer-container{
  position: relative;
}
.footer-link
{
  padding: 0;
}

.logo-box{
      position: absolute;
    left: 0;
     top: -265px;
}


.footer-text {
  color: #fff;
  text-align: justify;
  
}
.footer-title {
  color: #ECB56C;
  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;
  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;
}

.footer-link li a:hover
{
 color:  #F48A70;
}


.social-items {
  display: flex;
  position: absolute;
    left: 206px;
       top: -212px;
}


.social-item figure {
   margin: 0 8px;
    width: 40px;
    height: 40px;
  border: 1px solid #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
.footer-link.contact svg
{
  position: relative;
    top: 1px;
    margin-right: 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;
     background: #303030;
  margin-top: 20px;
  font-size: 12px;

}

.copyright-text .text-left a{
  color: #fff;
      display: flex;
}
.copyright-text .text-left a figure{
  margin-bottom: 0;
  margin-right: 5px;
}



.footer-section{
  margin-right: 15px;
  margin-left: 15px;
}


.footer-link.contact{
display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    justify-content: center;
    border: 1px solid #A9A9A9;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 0;
	gap: 13px;
}
.footer-link.contact li:first-of-type
{
  flex-basis: 100%;
}

.footer-link.contact li:not(:first-of-type)
{
 
    padding-top: 15px;
}



@media screen and (max-width: 767px) {
 
.footer-link-custome-li {
    font-size: 12px;
}
	
.footer-link-custome-li svg{
	width: 15px;
	
	}
	
	
}







/*----------------------*/
.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%;
}



.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;
}

/*----------------------*/
.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;
  position: relative;
  margin: 0 15px;
}
 @media (max-width: 767px) {

   .search-form {
         width: 300px;

}


  }
.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;
    border-radius: 100% !important;
    width: 50px !important;
    height: 50px !important;
    left: -25px !important;
  }

  .swiper-button-next{
    right: -25px!important;
      border-radius: 100%!important;
      width: 50px!important;
      height: 50px!important;
        transform: rotate(180deg);
  }


  .swiper-button-prev::after,.swiper-button-next::after{
    font-size: 0!important;
  }
  .swiper-button-prev svg , .swiper-button-next svg
  {
    padding-right: 7px;
  }




/*--------------------------*/



#click-menu{


  position: relative;
  cursor: pointer;
  margin-left: auto;

}
#click-menu>span{
  width: 30px;
  height: 3px;
  background-color: #000;
  -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% - 6px);
}
#click-menu-mobile>span:nth-of-type(1){
  top: calc(50% - 6px);
}
#click-menu>span:nth-of-type(3){
top: calc(50% + 8px);
}
#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;
  
  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: 1rem;

}



.main-menu > ul > li > ul {
  position: absolute;
  min-width: 250px;
  padding: 16px;
  display: flex;
  background: #fff;
  border-radius: 5px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  top: 117%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.main-menu > ul > li > ul:has(li.menu-item-has-children){

  flex-direction: row;
  max-height: none;

box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    width:700px;

    
}

@media screen and (min-width: 992px) {
  .main-menu > ul > li > ul:has(li.menu-item-has-children){
   top: 109%;
        right: 0;
  }

}


.main-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu > ul > li > ul > li{
  width: fit-content;
  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: 33%;
  max-width: none;
 
}

.main-menu > ul > li > ul > li > a {
  width: 100%;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 2px 0;
  position: relative;
  color: #5A5B5C!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;
  margin-bottom: 30px;
  
}

.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!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: 50%;
position: absolute;
top: 55px;
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: 80%;
padding: 10px;	
	}
.main-menu.hamburger-menu{
             top: 55px;
   
}

.main-menu > ul > li {
  padding-right: 0px;
}
.main-menu.hamburger-menu > ul

 {
   
    padding-top: 30px;
 }

}

.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% - 115px);
  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: 115px;
height: 20px;
display: flex;
justify-content: flex-end;
	    cursor: pointer;

}
.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: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 {

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 {

margin: 12px 0;
}
.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;
}





.main-menu > ul > li.category-product  > ul > li{
  
    width: 33%;
    margin-bottom: 8px;
}

.main-menu > ul > li.category-product> ul{

flex-direction: row;
right: 0;


}


.main-menu > ul > li.category-product > ul
{
 min-width: 700px;
}
   



#menu-overlay {
  display: none; /* پیش‌فرض مخفی */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* نیمه شفاف */
  z-index: 1000; /* زیر منو */
}






/*-----------------*/

.read-more-btn
{
  margin: auto;
  display: flex;
  font-size: 1rem !important;
  border: 0 !important;
  background-color: var(--primery) !important;
  outline: 0 !important;
  padding: 5px 35px;
  border-radius: 60px;
  color: #fff;
  margin-top: 15px;
}


/*--------woocommerce-------------*/


.product_card_content_wrapper{
     background-color: #fff;
    position: relative;
padding-bottom: 3.5px;
    position: relative;
	list-style: none;
 
}
.product_card_content_wrapper::before{
 background-color: #4a4848a3;
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  opacity: 0;
  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;
	pointer-events: none;
}

@media screen and (max-width: 1200px) {
	
.product_card_content_wrapper::before{

  height: 300px!important;
	
	}
	
}
@media screen and (max-width: 767px) {
	
.product_card_content_wrapper::before{

  height: 216px!important;
	
	}
	
}

.product_card_content_wrapper:hover::before{
  opacity: 1;
}

.product_card_content_wrapper:hover .button{

opacity: 1;


}
.woocommerce  li a img {
    box-shadow: none;
    height: 350px!important;
    object-fit: cover!important;
    width: 100%!important;
    display: block!important;
    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;
}
@media screen and (max-width: 1200px) {
	
.woocommerce li a img{

  height: 300px!important;
	
	}
	
}
@media screen and (max-width: 767px) {
	
.woocommerce li a img{

          height: 230px !important;
	
	}
	
}
.woocommerce li .button {

    position: absolute;
    right: 0px;
    margin: auto;
    background: #fff;
    border-radius: 18px;
    top: 289px;
    left: 0;
    width: 173px;
    color: #000;
    text-align: center;
    font-size: 13px;
    padding-right: 25px;
    opacity: 0;
      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;
}


@media screen and (max-width: 1200px) {
	
.woocommerce li .button{

 top: 254px;
	
	}
	
}
@media screen and (max-width: 767px) {
	
.woocommerce li .button {
 
    top:173px;
    left: 0;
    width: 120px;
    font-size: 11px;
    padding-right: 17px;
    padding-left: 0;
}

}






.woocommerce a.button.added::after{
    font-size: 12px !important;
    left: -17px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.woocommerce li .button::before{

    content: "";
    background: url(../image/add.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    right: 25px;
    margin: auto;
    top: 0;
    bottom: 0;
    filter: invert(1);
    background-size: contain;
}

@media screen and (max-width: 767px) {
	

.woocommerce li .button::before {
  
    right: 11px;	
}
}



.woocommerce  li .price {
  
    display: flex !important
;
    flex-direction: column !important;
    align-items: center;
    color: #000 !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    font-size: .857em !important;
}

del bdi span{
	  display: none;
}
.woocommerce a.added_to_cart {

  display: none;
}

.woocommerce-loop-product__title{
  padding: 0px 5px 10px 5px !important;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 35px;
      font-size: .9rem;
        margin-top: 15px;
    text-align: center;
	    padding-left: 15px !important;
    padding-right: 15px !important;
}
/*@media screen and (max-width: 991px) {
.woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    height: 66px;
}

}*/

.woocommerce  li.price ins {

  text-decoration: none;
}

.price ins {
  text-decoration: none;

	    
}
.woocommerce-Price-amount{
	font-weight: 600;
	 font-size: 1rem!important;
	color: #000;
	    padding-right: 5px;
}
@media only screen and (max-width: 767px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  width: 49%;
  
}

}


.price del {
    
    display: block;
    opacity: .5;
	    color: #000;
}

.discount-percentage {
background: #b11f29;

    border-radius: 14px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 0px 5px;
    width: 37px;
    height: 25px;
        margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.price-old-wrap
{
	    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}
.woocommerce span.onsale{
  display: none;
}

/*---------*/

.product_card_content_wrapper .star-rating
{
    position: absolute !important;
    top: 15px;
    right: 15px;
    font-size: .857em;
	    display: none !important;
}

.woocommerce .star-rating span::before {

    color: #ffd600;
}

.woocommerce p.stars a::before {

    color: #ffd600;
}


.open-minicart
{

  position: relative;
 
  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{
margin:0 5px;	
}
.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;
  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: #B11F29;
    color: var(--wihte);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -7px;
        right: 22px;
    font-size: .8rem;
}

/*------*/



.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

   
     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: rgba(0, 0, 0, 0.06) 0px 2px 8px;
 
    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;
}
.login-status {
    margin: 0 5px 0 0;
}
}



.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;
    }
	
}
@media only screen and (max-width:375px) {
#header-city-display
{
	font-size: 12px;
	
	}
	#header-city-display svg
{
	margin-right:0 !important
	
	}
}
@media only screen and (max-width: 767px) {

#countdown {

    white-space: nowrap;
}
	
.countdown-number{

  width: 30px;	
	}
	

	
	
.logo-box {
    position: absolute;
            left: 15px;
        top: -125px;
}	
	
.logo-box img{
	    width: 90px;
	
	}
	.social-items {
            left: 110px;
        top: -110px;
}
	
	
	.social-item figure {

    width: 27px;
        height: 27px;
}

.social-item figure {
    margin: 0 3px;
	}
	
.main-footer {
   
    padding-top: 68px;
 
}	
	
	
	
}


.woocommerce nav.woocommerce-pagination ul {
 
    margin-bottom: 45px;
}
.adver_background
{

	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 100%;
	    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	    z-index: 222;
}
.adver_background a
{
	    color: #B11F29;
    text-align: center;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 991px) {
.adver_background a
{
	    font-size: 14px;
}
}


.close-adver{
	position:absolute;
	    border: 0;
    background: transparent;
    left: 0px;
    outline: 0;
}

@media only screen and (max-width: 575px) {
.custom-column{
	
	padding:0
	}
	
	.openSidebarBtn

 {

    padding-right: .6rem;
	}
	
	
}

/*-------------------------*/

@media only screen and (max-width: 991px) {
.mobile-access {
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center; /* بهتره به جای flex-start از center استفاده کنید */
    box-shadow: 0 0 5px #333;
    z-index: 9999;
   
}


.mobile-access>span{
height: 100%;
width: 20%;
display: flex;
flex-direction: column;
align-items: center;
  justify-content: end;
        color: #000;
font-size: 0.7rem;

}
.mobile-access>span:last-of-type{
border: none;
}
.mobile-access>span i{
font-size: 1.6rem;
color: #faa21b;
}
.cart-count {
width: 15px;
  height: 15px;
  top: 3px;
  right: 39px;
  font-size: .65rem;
  padding-top: 1px;
}
	
	.mobile-access .open-minicart span {
          top: 12px;
        right: -15px;
        position: relative;

}
	
	

}
/*-----------------*/


.search-desktop {
        width: 275px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    margin-left: 25px;
 }

.search-desktop form {
    border: 1px solid #000;
    width: 300px;
}

@media only screen and (max-width: 991px) {
	
.search-desktop {
	display:none
	}
	
	
	
}

/*-----*/


.product_card_content_wrapper {
    position: relative;
}

.product_card_content_wrapper img.second-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product_card_content_wrapper:hover img.second-image {
    opacity: 1;
}

.product_card_content_wrapper:hover img.attachment-woocommerce_thumbnail {
    opacity: 0;
}

.woocommerce-Price-currencySymbol{
position:relative;	
color: transparent;

}

.woocommerce-Price-currencySymbol:before{
content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/08/1.svg);
    width: 23px;
    height: 22px;
    bottom: 0px;
    margin: auto;
    background-repeat: no-repeat;
	    left: 5px;
}
	
	del .woocommerce-Price-currencySymbol:before{
	opacity:0	
		
}
	

@media only screen and (max-width: 991px) {
   
	.top-header-right .cart-status{
		display:none
	}
}

.mobile-access-item.search-button  a{
color:#000	
	
}


.close-search-modal
{
	position: absolute;
    z-index: 222;
    margin-right: 15px;
    background: transparent;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .woocommerce table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{
        display: block;
	}
	
	
.woocommerce table td.product-thumbnail::before{
        display:none
	
	
	
}
}
	/*---------------------------------*/
	
	
	
	.cats-drawer {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4); /* بک‌دراپ */
  display: flex;
         justify-content: flex-start;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.cats-drawer.open {
  opacity: 1;
  pointer-events: auto;
}
.cats-panel {
  background: #fff;
  width: min(85vw, 420px);
  height: 100%;
  padding: 20px;
  box-shadow: -2px 0 12px rgba(0,0,0,0.2);
  transform: translateX(100%);
  transition: transform .3s ease;
}
.cats-drawer.open .cats-panel {
  transform: translateX(0);
}
.close-btn {
     border: none;
    background: transparent;
    border-radius: 100%;
    cursor: pointer;
    float: left;
    outline: 0;
	position: relative;
    right: 10px;
}
.cat-list { list-style: none; margin: 30px 0; padding: 0; }

.cat-list li:not(:last-child) {
    border-bottom: 1px solid #f1f2f3;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.cat-list a { text-decoration: none; color: #333; font-size: 14px; }
.cat-list a:hover { color: #e63946; }

.cat-list-logo
{
	display: flex;
    align-items: center;
    justify-content: end;
}

.cat-item { margin-bottom: 10px; }

.cat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cat-header a { text-decoration: none; color: #333; font-size: 16px; }
.cat-header .toggle-subcats {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition: transform .2s;
}

.subcat-list {
  list-style: none;
  margin: 6px 12px;
  padding: 0;
  display: none;
}
.subcat-list li { margin-bottom: 6px; }
.subcat-list a { text-decoration: none; font-size: 14px; color: #555; }

.cat-item.open .subcat-list { display: block; }
.cat-item.open .toggle-subcats { transform: rotate(90deg); }
	

.checkout-button,#place_order{
	
    background-color: #b11f29!important;	
	
}


.mail-top{
	
top:5px	!important
	
}

@media only screen and (max-width: 767px) {
.mail-top {
    top: 3px !important;
}
}
/*--------------------------------*/
.woocommerce-MyAccount-navigation li
{
	    padding-bottom: 12px;
    padding-top: 12px;
	position:relative
}
.woocommerce-MyAccount-navigation li:not(:last-child){
    list-style-type: none;
    border-bottom: 1px solid #e7e7e7;
 
}

.woocommerce-MyAccount-navigation li a{
	
	color:#000;
	 padding-right: 25px;
	
}




.woocommerce-MyAccount-navigation li.is-active a {
	    color: #b11f29;
	
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    padding: 15px 0;
	    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before{
	
   content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2025/09/icons8-home.svg);
    width: 23px;
    height: 23px;
    background-size: contain;
}
	
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before{
	  content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2025/09/cart.svg);
    width: 23px;
    height: 23px;
    background-size: contain;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist:before{
	
	  content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2025/09/heart.svg);
    width: 23px;
    height: 23px;
    background-size: contain;	
	
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before{
	
	  content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2025/09/user.svg);
    width: 23px;
    height: 23px;
    background-size: contain;	
	
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before{
	
	  content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2025/09/maps-and-flags.png);
    width: 23px;
    height: 23px;
    background-size: contain;
	
	
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:before{
	
		  content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2025/09/exit.png);
    width: 23px;
    height: 23px;
    background-size: contain;
	
	
}

@media only screen and (max-width: 767px) {
.logged-in.admin-bar.woocommerce-account.woocommerce-page .woocommerce{
	
display: flex;
    flex-direction: column;	
	
}
.woocommerce-account .woocommerce-MyAccount-navigation {

    order: 2;
}

}
.woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;	
	
}
