@font-face {
  font-family: 'GeneralSans-Semibold';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
       url('../fonts/GeneralSans-Semibold.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: 'GeneralSans-Regular';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
       url('../fonts/GeneralSans-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;  /* Assuming this is the regular weight */
 font-display: swap
}

html {
  overflow-x: hidden;

}

body {
  font-family: "GeneralSans-Regular";
  cursor: default;
  direction: ltr;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  background-color: #fff;
  text-align: start;
overflow: hidden;

}


.mce-content-body {
  font-family: 'GeneralSans-Regular', 'GeneralSans-Semibold',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---------------*/
/*------------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%;
  background: #ffffff;
  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 .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: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    top: 0;
  }

  
}

.top-header
{
  display: flex;
    justify-content: space-between;
    align-items: center;
   flex-direction: row-reverse;
       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;
}

}






/*------------------------------------*/

.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: 500;
  font-size: 14px;
  line-height: 20px;
  color:#484848;
  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;
  }


/*----------------------*/
.facility-section{
  margin-top: 100px;
  background-color: var(--secondry);
      padding: 30px 0;

}



.main-footer {
     background: #F9F9F9;
  position: relative;

      padding-top: 50px;
}
.footer-link
{
  padding: 0;
}




.footer-text {
    color: #484848;
  text-align: justify;
  padding-top: 20px;
}
.footer-title {
  color: #000;
  font-size: 16px;
  font-weight: 800;
      margin-bottom: 10px;
      height: 56px;
 
     display: flex;
    align-items: center;
}

.logo-footer{
  margin-bottom: 10px;
}
.footer-title-custom
{
      padding: 12px 0;
}

.footer-link li {
     color: #484848;
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom:2px;
    font-size: .9rem;
}
.footer-link li a{
   color: #939393;
  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;
  
}


.social-item figure {
  margin-left: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s ease-in-out;
}


.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 #DFDFDF;
    font-size: 10px;
}

.copyright-text .text-left a{
  color: #000;
      display: flex;
}
.copyright-text .text-left a figure{
  margin-bottom: 0;
      margin-left: 5px;
}



.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: #939393;
    font-size: .9rem;
    padding-right: 50px;
    text-align: justify;
    font-weight: 500;
}



 @media (max-width: 991px) {


.footer_text {
  
    padding-right: 0;
}

 }


.social-container
{
      margin-top: 30px;
}
 @media (max-width: 991px) {
.social-container {
    margin-top: 0;
}

 }
 @media (max-width: 767px) {
.social-holder {
   
    flex-direction: column;
    margin-bottom: 15px;

}

 }

.social-holder 
 {
      display: flex;
    align-items: center;
    justify-content: space-between;
 }
.social-icon
{
      filter: brightness(0);
      transition: all .3s ease-in-out;
}
.social-icon:hover{
filter: brightness(1);
}

.facility-holder
{
      display: flex;
    align-items: center;
    gap: 15px;
}

.facility-txt{

      display: flex;
    flex-direction: column;
    color: #fff;
}

.facility-icon
{
  background: #DF4620;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 15px;
}
.facility-subtitle
{
      color: #F9B7A6;
    font-size: 14px;
}

.social-text {
  font-weight: 600;
}

 @media (max-width: 991px) {
.facility-holder {

    margin-bottom: 15px;
}
.facility-subtitle
{
    
    font-size: 12px;
}

 
  .facility-section{
  margin-top: 30px;
  }



 }


 @media (max-width: 767px) {
.facility-holder {
   
    flex-direction: column;
    text-align: center;
}

 }

/*----------------------*/
.error-section {
  width: 100%;
  min-height: 80vh;
  margin-top: 80px;
  display: flex
;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-section figure {
  width: 100%;
  max-height: 500px;
  display: flex;
  justify-content: center;
}


.error-section figure img {
  max-height: 500px;
  max-width: 80%;
}



.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;
}





.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;
   right: -15px !important;
  }

  .swiper-button-prev{
     left: -15px !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: 395px;
      padding: 15px !important;
          list-style-type: none;
              border: 1px solid #E8E8E8;
    border-radius: 20px;
    transition: all .3s ease-in-out;
}

.product_card_content_wrapper:hover{
      border: 1px solid #EF4B22;
}
.product_card_content_wrapper  .button
{
    transition: all .3s ease-in-out;
}
.product_card_content_wrapper:hover  .button {

background: #EF4B22;
box-shadow: 0px 11px 24.4px rgba(239, 75, 34, 0.4);

}

@media screen and (max-width: 991px) {


.product_card_content_wrapper{

      min-height: 350px;



}
}


.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 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;
    margin: auto;
    width: 50px;
    bottom: 15px;
    font-size: 0;
    background: #00A550;
    height: 50px;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
        right: 15px;
         transition: all .3s ease-in-out;
}

@media only screen and (max-width: 992px) {


.woocommerce li .button {
  width: 30px;
  height: 30px;
}

}

.woocommerce li .button:hover   {

background: #EF4B22;
box-shadow: 0px 11px 24.4px rgba(239, 75, 34, 0.4);

}


.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;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 8px;
}

.woocommerce  li .price {
  
    display: flex !important;
      
       align-items: flex-start;
    color: #000 !important;
   font-family: 'GeneralSans-Semibold';
    margin-bottom: 0 !important;
    font-size: 1rem !important;
        position: absolute;
    bottom: 15px;
}
.price-label
{
      position: absolute;
    bottom: 35px;
}


.woocommerce a.added_to_cart {

  display: none;
}

.woocommerce-loop-product__title{
  padding:5px 0 5px 0 !important;
  color: #000;
  font-weight: 600;
   font-size: .9rem;

}


.woocommerce  li.price ins {

  text-decoration: none;
}

.price ins {
  text-decoration: none;
}


.sale-label-top,.new-label-top
{
 color: #CC0008;
   font-size: .8rem;
   font-weight: 600;
   position: absolute;
    top: 15px;
}


.subtitle_product_name{
   color: #484848;
    opacity: .8;
    font-size: .8rem;
}
.price del {
    padding-right: 5px;
    display: block;
    opacity: .8;
    text-decoration: none;
    position: relative;
    color: #484848;
    text-decoration: line-through;
}

.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 8px 0 0px;
    height: 33px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #E8E8E8;
    width: 40px;
    height: 40px;

}
.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;
}





.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;
    left: -13px;
    font-size: .8rem;
    color: #fff;
}

.login-status-txt
{
  font-size: .8rem;
 
}
.logedout
{
     width: 110px;
    height: 45px;

    background: #EF4B22;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 72px;
    color: #fff;
}
.logedout .login-status-txt{
     color: #fff;
}
/*------*/



.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

    width: calc(33% - 15px) !important;
    margin: 0 15px 15px 0;
}

@media only screen and (max-width: 992px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
   
    margin: 0 15px 15px 0;
    width: calc(50% - 5px) !important;

}

}






.woof_container_inner h4 {
    justify-content: space-between;
    display: flex;
   
    padding-bottom: 10px;
}
.woof_container_inner h4 {
    font-size: 1rem;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color:  #FFBC05;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color:  #FFBC05;;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
  
    border: 2px solid  #FFBC05;;
	top:-4px
}

li.woof_childs_list_li {
    margin-bottom: 10px !important;
    margin-bottom: 9px;
    border: 1px solid #E8E8E8;
    border-radius: 20px;
    padding: 15px;
	padding-bottom: 15px !important;
	position:relative
}

.widget_price_filter{

    border: 1px solid #E8E8E8;
    border-radius: 20px;
    padding: 15px;
	padding-bottom: 15px !important;	
	
}

.woof_childs_list_opener {
    vertical-align: middle;
    margin-right: 15px !important;
    margin-top: 12px !important;
    display: inline-block !important;
    line-height: 0 !important;
    right: 0;
    position: absolute;
    filter: brightness(0);
}




.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;
  }




  .woof_checkbox_label {
	color:#000;  
	   font-family: 'GeneralSans-Semibold';
}
.woof_childs_list   .woof_checkbox_label{
	color:#939393;
	 font-family: 'GeneralSans-Regular';
	
}

.woof_checkbox_label.woof_checkbox_label_selected{
color:#EF4B22	
	
}

  .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: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: 50px;
  height: 50px;
  border-radius: 100%;
    outline: 0;
    border: 0;
    position: absolute;
    bottom: 15px;
    right: 68px;
    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: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

@media only screen and (max-width: 991px) {


.wishlist-btn-custom
{
     width: 30px;
  height: 30px;
}
.wishlist-btn-custom:hover
{
    width: 30px;
  height: 30px;
          display: flex;
        justify-content: center;
        align-items: center;
}

}






.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;
}

/*---------------------------*/

/* دکمه‌های افزودن به سبد را دایره‌ای می‌کنیم */
.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;
}


/*---------------------------*/




.loader-img
{
  bottom: 0;
    margin: auto;
    width: 50px!important;
    height: 50px!important;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    display: none;
}


/*-----catalgue-----------*/

.catalogue-input
{
  border: 0;
    border-radius: 14px;
    margin-bottom: 15px;
    height: 56px;
    width: 328px;
    outline: 0;
    padding-left: 15px;
}

.catalogue-submit
{
      border: 0;
      background-color: var(--primery);
    border-radius: 14px;
    margin-bottom: 15px;
    height: 56px;
    width: 328px;
    outline: 0;
    color: #fff;
}

.error-message{
  color: red;
}



 @media (max-width: 1200px) {


.catalogue-submit,
.catalogue-input{
    
width: 100%;
}


 }



 /*------------menu--------------*/



@media screen and (min-width: 992px) {


#click-menu{
display: none;
}
}


#click-menu{

     position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#click-menu svg{
  position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #E8E8E8;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 5px;
}

.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: #939393;
   
}
.current-menu-item a{
  color:#000!important;
}
.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: -2px;
  top: 4px;
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}



.main-menu > ul > li > a {

  position: relative;
  font-size: 1rem;
    color: #939393;
}



.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;
}

.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;
    left: -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(270deg);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
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;
}
}


