@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;
font-feature-settings: "ss02";
	-moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

body {
  font-family: "IRANYekanX-Regular";
  cursor: default;
  direction: rtl;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  background-color: #FCF8ED;
  text-align: start;
  overflow-y: auto;
	-moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
}
.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;
}

.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;
}


.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: #3C3C3C;
}

.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: 15px 0;

}




.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}
.main-menu
{
 margin-left: auto;
}
 .logo img {
    width: 150px;
  }

@media (max-width:1199.98px) {
  .logo img {
    width: 100px;
  }
  }
  

.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: 33px;
  height: 33px;
  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;
	    background: #fff;
}





.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;
    padding-top: 5px;
}

.top-header-right{
  display: flex;
  align-items: center;
}


.category-product{
  position: relative;
  padding-right: 30px!important;
}
@media screen and (min-width: 992px) {
.category-product::before{
  position: absolute;
  content: "";
  right: 0;
  background: url("../image/menu-burger.svg");
      width: 24px;
    height: 24px;
    top: 0;
}
}
@media screen and (max-width: 991px) {

.category-product::before{

    top: 9px;
}

}



.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);
  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: #fcf8ed;
  position: relative;
  margin-top: 50px;
}
.footer-link
{
  padding: 0;
}




.footer-text {
  color: #000;
  text-align: justify;
  padding-top: 20px;
}
.footer-title {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
  display: inline-block;
}

.footer-link li {
  color: #000;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.footer-link li a{
  color: #000;
  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;
}


.social-item figure {
  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;
    flex-shrink: 0
}

.social-title
{
   color: var(--primery);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.copyright-section {
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #D3D2CC;
  margin-top: 20px;
  font-size: 12px;

}

.copyright-text .text-left a{
  color: #000;
      display: flex;
}
.copyright-text .text-left a figure{
  margin-bottom: 0;
  margin-right: 5px;
}



.footer-section{
  margin-right: 15px;
  margin-left: 15px;
}


.insert-values
{
    background: #5C9E9D;
    border-radius: 24px;
        padding: 30px 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}



/*----------------------*/
.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;
  height: 60px;
  margin: 0 15px;
}
 @media (max-width: 767px) {

   .search-form {
  width: auto;

}


  }
.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;
  }


  .swiper-button-prev::after,.swiper-button-next::after{
    font-size: 0!important;
  }
  .swiper-button-prev svg , .swiper-button-next svg
  {
    padding-right: 7px;
  }




/*--------------------------*/

@media screen and (min-width: 992px) {

  .menu-box {
 
    position: relative;
  }

}


#click-menu{

  height: 30px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
	display:none

}

.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: 1200px;

    
}

@media screen and (max-width: 1300px) {

.main-menu > ul > li > ul:has(li.menu-item-has-children){

   width: 950px;
}

}



@media screen and (min-width: 992px) {
  .main-menu > ul > li > ul:has(li.menu-item-has-children){
   top: 109%;
        right: 0;
	  
	margin-top: -0.1rem;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 0.5rem 0.5rem;
    padding: 2rem 2.5rem 1rem;
	
	
  
  }
	  .main-menu > ul > li > ul:has(li.menu-item-has-children):before
	
	{
		        content: "";
        position: absolute;
        background: url(/wp-content/uploads/2025/08/1.jpg);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
        width: 181px;
        height: 281px;
        left: 5px;
        bottom: 5px;
	}
	
	

}


.main-menu > ul > li > ul > li > ul.sub-menu {
    position:relative;
		display:flex;
	 gap: 10px;
}




.main-menu > ul > li > ul > li > ul > li {
  width: 100%;
  list-style-type: none;
}
@media screen and (min-width: 992px) {
    .main-menu > ul > li > ul > li > ul.sub-menu li {
        display: none;
        position: relative;
    }

    /* همیشه دو آیتم اول رو نشون بده */
    .main-menu > ul > li > ul > li > ul.sub-menu li:nth-child(-n+2) {
        display: inline-block;
        float: none;
        width: auto;
    }

    /* ویرگول بعد از آیتم اول فقط وقتی بیشتر از یک آیتم داریم */
    .main-menu > ul > li > ul > li > ul.sub-menu li:first-child:not(:last-child)::before {
        content: "،";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -7px;
    }

    /* سه‌نقطه بعد از آیتم دوم فقط وقتی آیتم سوم وجود دارد */
    .main-menu > ul > li > ul > li > ul.sub-menu li:nth-child(2):not(:last-child)::before {
        content: "...";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -20px;
    }


	
	
}
	
	
	  .main-menu > ul > li > ul > li > ul.sub-menu ul {
	
	display:none
}






.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;

}
.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%;

  position: relative;
  z-index: 99;
  padding-right: 0;
  margin-bottom: 10px;
  
}


.main-menu > ul > li > ul > li > ul > li > a {
    width: 100%;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 2px 0;
    position: relative;
    color: #000000 !important;
    white-space: nowrap;
	  

}
/* .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: 991px) {

#click-menu{

	display:block

}	
.main-menu.hamburger-menu {
width: 80%;
position: absolute;


right: -110%;
height: calc(100vh - 90px);
overflow: auto;
padding: 20px;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
z-index: 1002;
	padding: 10px;
	           top: 116px;
    background: #fcf8ed;
}	
	


.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;
	        PADDING-RIGHT: 0!IMPORTANT;
}

.main-menu.hamburger-menu > ul > li > a::before {
  display: none;
}

.main-menu.hamburger-menu > ul > li:has(>ul) > a {
        width: calc(100% - 95px);
  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;
	          padding-bottom: 100px;
  }
  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: 95px;
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: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% - 100px);
}
.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;
}
}


.main-menu > ul> li > ul > li:has(>ul) >a {
width: calc(100% - 30px);
display: inline-block;

display: flex;
align-items: center;
color: var(--primery)!important;
  font-size: 14px;
}





  





.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: 25%;
    margin-bottom: 8px;
}

.main-menu > ul > li.category-product> ul{

flex-direction: row;
right: 0;


}

#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;
   height: 346px;
}


.home .product_card_content_wrapper::before ,.single .product_card_content_wrapper::before
{
position: absolute;
height:300px;
width: 1px;
background-color: #EBEBEB;
content: "";
left: 0;
top: 0;
bottom: 0;
margin: auto;
}




.products li.product a img ,.swiper li.product a img  {
    box-shadow: none;
    height: 200px!important;
    object-fit: contain!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;
}
.woocommerce  li a img:hover{
  transform: scale(.8);
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
}

.woocommerce li .button {

    position: absolute;
    right: 15px;
    margin: auto;
    width: 32px;
    bottom: 15px;
    font-size: 0;
    background: #5C9E9D;
    height: 32px;
    border-radius: 5px;
}



.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: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.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;
}


.woocommerce a.added_to_cart {

  display: none;
}

.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%;
  
}

}


.price del {
    padding-left: 45px;
    display: block;
    opacity: .5;
}

.discount-percentage {
    background: #F48A70;
    position: absolute;
    border-radius: 4px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 0px 5px;
    width: 40px;
}

.woocommerce span.onsale{
  display: none;
}
.section_products{
    display: flex;
    align-items: center;
    border: 1px solid #F48A70;
    border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -ms-border-radius: 0 25px 25px 0;
    -o-border-radius: 0 25px 25px 0;
    position: relative;
	background: #fff;
}
.section_products_custom
{
   border: 1px solid #5C9E9D;
  
}


.advertise-img
{
      flex-shrink: 0;
      margin-bottom: 0;
      position: relative;
}
.advertise-img img
{
 height: 346px;
    width: 185px;
    object-fit: cover;
    border-radius: 0 24px 24px 0;
}


.advertise-txt1
{
  position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
     font-weight: 600;
    color: #fff;
    top: 35px;
}

#countdown
{
      position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-weight: 600;
    color: #515050;
    top: 95px;
  
}

.countdown-number{
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 3px 5px;
  width: 40px;
  margin-left: 2.5px;
  display: inline-block;
}

.advertise-txt2
{
 position: absolute;
 left: 0;
 right: 0;
 margin: auto;
 text-align: center;
 color: #5A5B5C;
 bottom: 35px;
 background: #fff;
 width: 135px;
 border-radius: 5px;
 padding: 2px 10px;
 font-size: .9rem;
 font-weight: 600;
 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 ;
}

.advertise-txt2:hover{
 width: 145px;
}

@media only screen and (max-width: 374px) {

.advertise-img {
    display: none;
}
.section_products {

    border-radius: 25px;
    overflow: hidden;
}

.product_card_content_wrapper {
    border-radius: 25px;

}

}





/*---------*/

.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: #f5886b;
    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 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
     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;
    border-radius: 24px;
    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;
    }
	
}
@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;	
	}
	
	
}

.checkout-button,#place_order {
	
background-color: #f5886b!important	
	
}
#billing_country_field { 
    display: none !important; 
}

.wishlist-btn-custom
{
	background: transparent;
    outline: 0;
    border: 0;
    position: absolute;
    left: 15px;
	    top: 15px
}

.custom-popup {
    position: fixed;
    top: 20px;
    right: -300px; /* مخفی بیرون صفحه */
    background: #ff4757;
    color: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    transition: right 0.3s ease;
}

.custom-popup.show {
    right: 20px; /* وارد صفحه */
}

.custom-popup.success {
    background: #2ed573;
}

.custom-popup.error {
    background: #ff4757;
}


.custom-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* متن تولتیپ */
.custom-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 130%; /* پایین آیکون */
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
  z-index: 10;
}

/* حالت hover */
.custom-tooltip:hover::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
