@font-face {
  font-family: 'IRANYekanX';
  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: swap
}

@font-face {
  font-family: 'IRANYekanX';
  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: swap
}

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";
  cursor: default;
  direction: rtl;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  background-color: #fff;
  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',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---------------*/


.sticky-bar {
   position: -webkit-sticky;
        position: sticky;
        top: 0;

    z-index: 1000;
    transition: box-shadow 0.3s ease;
}







.main-header {

  left: 0;
  width: 100%;
  position: relative;
  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;
}

.post-type-archive-product .main-header ,.home .main-header ,.page-template-export-import .main-header{
    position: absolute;
}



.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 .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
      align-items: center;

}




.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}
.main-menu
{
    position: relative;
    width: 100%;

}





.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;
    background: transparent;
    border: 0;
    outline: 0;
}


.search-form-wrapper form {
  border-radius: 56px !important;

  -webkit-border-radius: 56px !important;
  -moz-border-radius: 56px !important;
  -ms-border-radius: 56px !important;
  -o-border-radius: 56px !important;
  background-color: #fff !important;

}
.bg-white{
  background-color: #fff !important;
}

.search-holder-icon{

border: 1px solid #E8E8E8;
    border-radius: 100%;
    width: 40px;
    height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.search-modal-wrapper.active {
  bottom: 0;
	opacity:1
}




.search-form form{
  border: 1px solid #ced4da;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
   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: transparent;
  border: none;
     color: #3C3C3C;
    width: 55px;
  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;
}


.search-form-desktop{
  display: none;
}
 .logo img {
    width: 150px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    top: 0;
  }

  
}

.top-header
{
  display: flex;
    justify-content: space-between;
    align-items: center;
 
       margin: 30px 0;
}

.top-header-right{
  display: flex;
  align-items: center;
}




.container-menu{
  display: flex;
  align-items: center;
      padding: 5px 0;
}

@media screen and (max-width: 991px) {

.container-menu {
   
    position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: center;
}

}

.header-consult
{
  height: 65px;
    border-radius: 20px;
   
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    font-size: .9rem;
    background: #0000007a;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
   
}

.home .header-consult {
       background: #fff;
       color: #000;

}


/*------------------------------------*/


.rank-math-breadcrumb .last {
  color: var(--primery)
}
.bread-crump {
 
  background-color: transparent;
  border-top: 0px solid;
      padding-bottom: 12px;
}
.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:#484848;
  padding-left: 5px;
  text-transform: capitalize;
}

.rank-math-breadcrumb p a {
  color: #111111;
}



.rank-math-breadcrumb p a:hover {
  color: var(--primery);
}
.separator{
  color: var(--primery)!important;
  font-family: monospace;
  }
/*----------------------*/

/*----------------------*/

.main-footer {
     background: #121212;
  position: relative;
  margin-top: 50px;
      padding-top: 50px;
}
.footer-link
{
  padding: 0;
}




.footer-text {
    color: #979797;
  text-align: justify;
  padding-top: 20px;
}
.footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
 
  display: inline-block;
}


.footer-title-custom
{
      padding: 12px 0;
}

.footer-link li {
     color: #979797;
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: .9rem;
}
.footer-link li a{
   color: #979797;
  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: var(--primery);
      text-decoration: underline;
}


.social-items {
  display: flex;
      margin-bottom: 15px;
}


.social-item figure {
  margin-left: 5px;
  width: 28px;
  height: 28px;
  background: #252525;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s ease-in-out;
}
.social-item figure:hover{

    background: var(--primery);

}




.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: #979797;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #DFDFDF;
    font-size: 10px;
}

.copyright-text .text-left a{
     color: #979797;
      display: flex;
}
.copyright-text .text-left a figure{
  margin-bottom: 0;
  margin-right: 5px;
}
.social-items-holder
{
  display: flex;
    justify-content: space-between;
    color: #fff;
    flex-wrap: wrap;
}

.footer_link_text
{
 background-color: #000;
    color: #fff;
    border-radius: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
    transition-property: opacity, transform;
    transition-duration: 250ms;
    transition-timing-function: 
cubic-bezier(0.4, 0, 0.4, 1);
    min-width: 195px;
    width:195px ;
    min-height: 40px;
    font-size: .9rem;
}
.footer_link_text:hover
{
      transform: scale(0.97);
}


.footer_link_text {
    margin-bottom: 2.5rem;
}
.footer_text
{
      color: #979797;
    font-size: .9rem;
    padding-left: 50px;
        padding-top: 15px;
}
.copyright-text{
 justify-content: space-between;
}
 @media (max-width: 767px) {

.footer_text {
  
    padding-left: 0;
}
.social-items {
    width: 100%;
    flex: 1;
    justify-content: center;
    margin: 10px 0 20px 0;
}
.social-items-holder {
  
    font-size: 14px;
}
.copyright-text{
 justify-content: center;
}
 }



.social-container
{
      margin-top: 30px;
}
 @media (max-width: 991px) {
.social-container {
    margin-top: 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%;
}



.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;
}
.search-form-main
{
      height: auto;
    width: 300px;
    margin-right: 50px;
    margin-left: 0;
}




 @media (max-width: 767px) {

   .search-form {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        order: 1;
        margin-top: 10px;

}


  }
.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;
  
	  }

 .swiper-pagination-bullet-active {
   
    background: #000!important
}

  @media (max-width: 992px) {

    .swiper-button-next, .swiper-button-prev{
      display: none!important;
    }

  }



.swiper-section{
  position: relative;
}
  .swiper-button-next 
  {
    right: unset !important;
    border-radius: 100% !important;
    width: 40px !important;
    height: 40px !important;
    background: #000;
    left: -20px !important;
  }

  .swiper-button-prev{
      right: -20px !important;
    border-radius: 100% !important;
    width: 40px !important;
    height: 40px !important;
    background: #000;
  }


  .swiper-button-prev::after,.swiper-button-next::after{
    font-size: 0!important;
  }
  .swiper-button-prev svg , .swiper-button-next svg
  {
        padding: 8px;
  }


.swiper-section  .swiper-button-next,
.swiper-section  .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  pointer-events: none; 
}


.swiper-section:hover  .swiper-button-next,
.swiper-section:hover  .swiper-button-prev {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.swiper-section .swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/*--------------------------*/



/*-----------------*/

.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;
       min-height: 422px;
      padding: 15px !important;
          list-style-type: none;
          border: 1px solid #E7EAEB;
    border-radius: 24px;
    transition: all .3s ease-in-out;
}

.product_card_content_wrapper:hover
{
   border: 1px solid #007095;
  
}

.product_card_content_wrapper .button{
   transition: all .3s ease-in-out;
}


.product_card_content_wrapper {
   
   min-height: 425px;

}

.products li.product a img ,.swiper li.product a img ,.product_card_content_wrapper 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;
        margin: 0 0 1rem;
}

@media (max-width: 991.98px){

.products li.product a img ,.swiper li.product a img ,.product_card_content_wrapper a img {
   
    box-shadow: none;
    height: 155px!important;

}


}





.woocommerce li .button {
    position: absolute;
    display: block;
    background: #F8F9F9;
    border: 0;
    border-radius: 20px;
    color: #001921;
    text-align: center;
    font-size: .9rem;
    font-weight: 400;
    bottom: 15px;
    justify-content: center;
    left: 15px;
    right: 15px;
     height: 60px;
         display: flex !important;
    align-items: center;
    justify-content: center;
}


.woocommerce li .button:hover
{
    background-color: #001921;
    text-decoration: none;
    background-image: none;
    color: #fff;
    border-radius: 20px;
   
}
.product_card_content_wrapper:hover .button
{
    background-color: #001921;
    text-decoration: none;
    background-image: none;
    color: #fff;
    border-radius: 20px;
   
}

/* .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: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
} */

.woocommerce  li .price {
  
    display: flex !important;
        flex-direction: column-reverse !important;
       align-items: flex-start;
    color: #000 !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    font-size: .857em !important;
}

.product-category{
      color: #B3B9BC;
    text-align: center;
    font-size: .9rem;
}

.woocommerce a.added_to_cart {

  display: none;
}

.woocommerce-loop-product__title{
  padding:5px 0 5px 0 !important;
  color: #001921;
  font-weight: 600;
       display: flex;
    justify-content: center;

}


.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%;
  
}

}

.sale-label-top,.new-label-top
{
 color: #CC0008;
   font-size: .8rem;
   font-weight: 600;
}


.subtitle_product_name{
   color: #484848;
    opacity: .8;
    font-size: .8rem;
}
.price del {
    padding-left: 5px;
    display: block;
    opacity: .8;
    text-decoration: none;
    position: relative;
    color: #484848;
}
.price del::before{
  
  content:"    قیمت قبلی: " ;
  right: 0;
}
.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 0 0px;
  height: 33px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;

}
.heart-box
{
      margin-left: 5px;
}

@media screen and (max-width: 991px) {
.open-minicart
{

  margin:0px;
}

.heart-box
{
      margin-left: 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;
  height: 33px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.login-status a
{
  display: flex;
    align-items: center;
}


@media screen and (max-width: 991px) {

.logedout{
    margin-left: 15px;
}

.logedin{
    margin-left: 8px;
}

}


.open-minicart span
{
    position: absolute;
    background-color: var(--primery);
    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;
}

.login-status-txt
{
  font-size: .8rem;
    color: #000;
    padding-left: 10px;
}

@media only screen and (max-width: 992px) {
.login-status-txt
{
display: none;
}

}


/*------*/



.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: 0 0 1rem 1rem!important;
    width: calc(25% - 1rem)!important;
}

@media only screen and (max-width: 992px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
   
    margin: 0 0 1rem 1rem !important;
    width: calc(50% - 1rem) !important;

}

}

@media only screen and (max-width: 640px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

        width: calc(100% - 0rem) !important;
                margin: 0 !important;
        margin-bottom: 1rem !important;


}

}




.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: #0058A3!important	
	
}
#billing_country_field { 
    display: none !important; 
}

.wishlist-btn-custom
{
    background: transparent;
     width: 32px;
  height: 32px;
  border-radius: 100%;
    outline: 0;
    border: 0;
    position: absolute;
    bottom: 15px;
    right: 50px;
    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;
}
.wishlist-btn-custom:hover
{
  background:#dfdfdf;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}




.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;
}




/*  ------------------menu------------------------------ */

@media screen and (min-width: 992px) {


#click-menu{
display: none;
}
}


#click-menu{

     position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#click-menu svg{
  position: absolute;
    border-radius: 16px;
    width: 50px;
    height: 50px;
    padding: 5px;
    background: #00000063;
    fill: #fff;
}
.home #click-menu svg{

    background: #ffffff94;
    fill: #000;
}
.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;
      text-transform: capitalize;
  list-style-type: none;
      color: #fff;
   
}

.home .main-menu > ul > li {

      color: #939393;
   
}



.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: 3px;
  top: 4px;
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;

}
@media(min-width:992px){
 .main-menu > ul > li:has(>ul)>span.open-submenu::after{
  filter: invert(1);
}
.home .main-menu > ul > li:has(>ul)>span.open-submenu::after{
 filter: invert(0);
}
}
    

.main-menu > ul > li > a ,.main-menu > ul > li {

  position: relative;
  font-size: 1rem;
    color: #000
}

.home .main-menu > ul > li > a ,.home .main-menu > ul > li  {
color: #939393;
}


.post-type-archive-product .main-menu > ul > li > a , .page-template-export-import .main-menu > ul > li > a{
   color: #fff;
}



.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: 1000px;
}

}

@media screen and (max-width: 1199px) {

.main-menu > ul > li > ul:has(li.menu-item-has-children){

   width: 800px;
}

}



@media screen and (min-width: 992px) {
  .main-menu > ul > li > ul:has(li.menu-item-has-children){
   top: 109%;
   left: 50%;
    transform: translateX(-50%);
	  
	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;
	
	 gap: 10px;
}




.main-menu > ul > li > ul > li > ul > li {
  width: 100%;
  list-style-type: none;
}

	
	







.main-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.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: var(--secondry);
      font-weight: 700;
  
}
/* .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-left: 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
{
   position: fixed;
    top: 0;
    right: -110%;
    width: 90%;
    height: 100vh;
    background: #fff;
    z-index: 1002;
    overflow-y: auto;
    transition: 0.4s;
    padding: 20px;
    padding-top: 70px
}

.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( --secondry);
  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;
}
@media only screen and (max-width: 991px) {
.main-menu > ul > li.category-product  > ul > li{
  
    width: 40%;
  
}

.logedout .login-status-txt {
    color: #000;
    margin-left: 8px;
}

.logedout {
    width: auto;
    height: auto;
    background: transparent;
}
}



/*---------------------------*/

/* دکمه‌های افزودن به سبد را دایره‌ای می‌کنیم */
.add_to_cart_button{
  width: 44px;
  height: 44px;
  padding: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
  position: relative;
}

/* متن مخفی */
.add_to_cart_button .btn-text{
  display: none !important;
}

/* آیکن داخل دکمه */
.add_to_cart_button .btn-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* SVG اندازه‌اش */
.add_to_cart_button .btn-icon svg{
  width: 18px;
  height: 18px;
}

/* حالت لودینگ: آیکن مخفی، لودر نمایش */
.add_to_cart_button.is-loading{
  pointer-events: none;
  opacity: .9;
}

.add_to_cart_button.is-loading .btn-icon{
  opacity: 0;
}

/* لودر: یک دایره که بالا/پایین می‌پرد */
.add_to_cart_button .btn-loader{
  display: none;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
}

.add_to_cart_button.is-loading .btn-loader{
  display: block;
  animation: dotUpDown .55s infinite ease-in-out;
}

@keyframes dotUpDown{
  0%, 100% { transform: translateY(4px); opacity: .6; }
  50%      { transform: translateY(-4px); opacity: 1; }
}



/*  وقتی اضافه شد: آیکن تبدیل به تیک داخل همان دایره */
.woocommerce li .button.added::before{
  content: "✓";
  background: none !important;
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;  
  display: flex;
  align-items: center;
  justify-content: center;
}

/* اگر قالب/ووکامرس تیک کناری (after) می‌سازد، این خط جلویش را می‌گیرد */
.woocommerce a.button.add_to_cart_button.added::after{
  display: none !important;
  content: none !important;
}


/*---------------------------*/

.wishlist-btn
{
 
  border: 0;
  background: transparent;
  outline: 0;
}


.loader-img
{
  bottom: 0;
    margin: auto;
    width: 50px!important;
    height: 50px!important;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    display: none;
}
/*--------------------*/

.slider_img  img
{
  height: 100vh;
    width: 100%;
    object-fit: cover;
}

/*-------------------*/
.section1_aboutus{
     padding: 50px 0 0 0;
     position: relative;
}


.section1_title {
    color: #007095;
    display: block;
    font-weight: 600;
 
}

.section1_subtitle1{
      font-weight: 600;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 20px;
        color: #000;

   
}
.section1_subtitle2{
  display: block;
      color: #000;

}

.section1_aboutus_txt
{
  color:#A7B2B8
}
.section1_button {
    height: 65px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    gap: 8px;
    color: #fff;
    background-color: #007095;
}



/*-------------------*/
.section2_property{
   padding: 50px 0 0 0;

}


.section2_title {
    color: #018D34;
    display: block;
    font-weight: 600;
     text-align: center;
}

.section2_subtitle {
    font-weight: 600;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.property-svg1
{
     background: #F8F9F9;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
        flex-shrink: 0;
}



.property-title{
display: block;
    font-weight: 600;
}
.property-text{
  display: block;
      color: #848b8f;
    font-size: .9rem;
}

.property-column .property-svg1 {

   transition: all .3s ease-in-out;

}

.property-column:hover .property-svg1 {

    width: 60px;
    height: 60px;
background: #018D34;
box-shadow: 0px 20px 23.4px -9px rgba(1, 141, 52, 0.22);
border-radius: 69px;

}
.property-column .property-svg1 path{

   transition: all .3s ease-in-out;

}

.property-column:hover .property-svg1 path{

   fill: #fff;

}


/*--------------------------------------*/
.section3_import_export{
   padding: 50px 0 0 0;
   position: relative;

}

.section3_title
{
      color: #007095;
    display: block;
        font-weight: 600;
}

.section3_subtitle{
    font-weight: 600;
    font-size: 1.5rem;
    display: block;
        margin-bottom: 20px;
}
.export-import-img img
{
      height: 284px;
    width: 100%;
    object-fit: cover;
    border-radius: 26px;
}
.export-import-link-box
{
  display: flex;
    align-items: center;
    justify-content: space-between;
        margin-top: 15px;
}

.export-import-link-box-span1
{
      display: block;
    font-weight: 600;
}
.export-import-link-box-span2{
  color:#848b8f;
  font-size: .9rem;
  display: block;
}


.export-import-link
{
  height: 65px;
    border-radius: 20px;
    border: 1px solid #d0d0d1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    gap: 8px;
    color: #000;
    transition: all .3s ease-in-out;
}

.export-import-link:hover{
background-color: #018D34;
color: #fff;
}





/*--------------------*/
.home .main-menu > ul > li > a {
 
    color: #000;
}



.products_properties_icon{
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.products_properties_holder{
     display: flex;
    justify-content: center ;
    gap: 5px;
        color: #018D34;
    font-size: .9rem;
}

.products_properties_name{
  margin-left: 10px;
}

.special-product-badge
{
  position: absolute;
    background: #FF8800;
    color: #fff;
    border-radius: 44px;
    left: 45px;
    width: 75px;
    height: 33px;
    font-size: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50px;
}

.btn-mobile {
    display: none;
}

@media (max-width: 991px) {
    .btn-desktop {
        display: none;
    }
    .btn-mobile {
        display: inline;
    }
}

@media only screen and (max-width: 991px) {
.product_card_content_wrapper {
           min-height: 360px;
    padding: 5px !important;
}

}



.archive_page_back,.archive_page_back2{
    background-image: var(--desktop-bg);
    background-size: cover;
    background-position: center;
    position: relative;
      width: 100%;
     height: 100vh;
}




@media(max-width:768px){

    .archive_page_back, .archive_page_back2{
        background-image: var(--mobile-bg);
    }

}

.archive_page_title{
  
  color: #fff;
  font-weight: 600;
    font-size: 1.5rem;
}

.archive_page_subtitle{

  color: #fff; 
  font-size: .9rem;
}
.archive-button{

    display: flex;
    gap: 15px;
    font-size: .9rem;
    z-index: 2;
}
.archive_page_button1,.archive_page_button2
{

      background: #007095;
    color: #fff;
    border-radius: 20px;
       padding: 5px 20px;
    height: 55px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    
}

.archive_page_button2{
background-color: #018D34;

}

@media only screen and (max-width: 992px) {

.archive_page_back {
  
    height: 70vh;
}

}

.section1_archive_products{
  padding: 70px 0 0 0;
  position: relative;
}
.section1_dots{
  position: absolute;
  left: 0;
  bottom: -62px;
}
.select_cat1_space{
padding-top: 30px;
}
.select_cat1
{
     color: #007095;
    display: block;
    font-weight: 600;
    
}


.select_subcat1{
      font-weight: 600;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 20px;
}


.select_desc1 {
    color: #848b8f;
    font-size: .9rem;
    display: block;
  
}

.select_link1  {
    height: 65px;
    border-radius: 20px;
    border: 1px solid #d0d0d1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    gap: 8px;
    color: #000;
        float: left;
}


.section1_archive_title
{
    display: flex;
    gap: 15px;
}

@media(max-width:991px){

.archive_page_button1, .archive_page_button2 {

    border-radius: 16px;
 
}


.property-dot{
  display: none;
}
.property-column{
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}

.export-import-dot8 {
    position: absolute;
    left: 0;
    bottom: -112px;
    right: -58px;
}

.header-consult {
    
    display: none;

}

.top-header {
 
    flex-direction: row-reverse;
}


.archive_page_title {
  
    font-size: 1.2rem;
 
    text-align: center;
    left: 0;
    right: 0;
}

.archive_page_subtitle {

    
    font-size: .9rem;
    left: 0;
    right: 0;
  
    text-align: center;
            padding: 0 8px;
}

.archive-button {
  
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    text-align: center;
}
}


/*------------------------*/

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.wpcf7-form label {
  flex: 0 0 150px; /* Fixed width for labels */
 
  font-size: 1rem;
  margin-right: 20px; /* Space between label and input */
}
.wpcf7-form-container
{
	 flex: 1; /* Inputs take remaining space */
   width: 100%;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  flex: 1; /* Inputs take remaining space */
  border: none;
  border-radius: 30px;
  background-color: #EDEDED;
  padding: 12px 20px;
  font-size: 1rem;
  outline: none;
  transition: border 0.3s ease;
  border: 2px solid #EDEDED;
	    width: 100%;
}

.wpcf7-form textarea {
  height: 120px;
  resize: none;
}

input:focus, select:focus, textarea:focus {
  border: 2px solid var(--primery);
}


@media only screen and (min-width: 992px) {
.contact-address-box{
  padding-left: 30px;
}





}

.label-requir{
  position: relative;
}

.label-requir::after{
  content: " *";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
}

.wpcf7-submit
{
  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;
}

@media only screen and (min-width: 768px) {
.name-field
{
  flex: 0 0 30%;
  margin-left: 15px;
}

}

@media only screen and (max-width: 767px) {

  .name-field
  {
    margin-bottom: 20px;
  }
.wpcf7-spinner
{
 
    display: flex;
    margin-left: auto;
}

.form-group {
  flex-direction: column;
  align-items: flex-start;
}

input, select, textarea {

  width: 100%;
}

.woocommerce-cart input, .woocommerce-cart select, .woocommerce-cart textarea{
  width: auto;
}


.wpcf7-form label {
  flex: 0 0 auto;
  padding-bottom: 8px;
}
}
.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
	padding-left: 21px;
}

#loader,#response
{
	    text-align: center;
    display: block;
}


.archive_page_back2 {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100vh;
}

.position-text{
position: absolute;
top: 45%;
display: flex;
flex-direction: column;
gap: 10px;
}
.shop-dot{

  position: absolute;
    bottom: -50px;
    right: 200px;
}

@media only screen and (max-width: 768px) {

.position-text {
   
    left: 0;
    right: 0;
    margin: auto;
    top: 59%;
}


}

@media only screen and (max-width: 991px) {
    .shop-dot {
        position: absolute;
        bottom: -50px;
        right: 0;
    }
}