/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*general*/

html {
  scroll-behavior: smooth;
}

header.elementor.elementor-46.elementor-location-header {
    z-index: 999 !important;
    position: sticky;
}

span{
 font-family: "Tanha", Sans-serif;
}

html, body {
    overflow-x: hidden!important;
}

/*general*/

/*header*/

.title-megamenu::before{
    content: '';
    width: 10px;
    height: 3px;
    background-color: #F97316;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%,-50%);
    border-radius: 10px;
}

.title-megamenu{
   padding-right: 20px ;
}

.section-menu{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.heaer-site{
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08)!important;
}

.header-icons{
    background-color: #F97316;
    border-radius:10px;
    padding: 8px;
    line-height: 0;
}

/*hover-main-menu*/
.main-menu .e-n-menu-title-container {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.main-menu .e-n-menu-title-container::before,
.main-menu .e-n-menu-title-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px; /* خط نازک‌تر */
  width: 50%;
  background: #F97316;
  transform: scaleX(0);
  transition: transform .28s ease;
}

.main-menu .e-n-menu-title-container::before {
  left: 50%;
  transform-origin: left;
}

.main-menu .e-n-menu-title-container::after {
  right: 50%;
  transform-origin: right;
}

.main-menu .e-n-menu-title-container:hover::before,
.main-menu .e-n-menu-title-container:hover::after,
.main-menu .e-n-menu-title-container:focus-visible::before,
.main-menu .e-n-menu-title-container:focus-visible::after {
  transform: scaleX(1);
}

.main-menu .e-n-menu-title-container[aria-current="page"]::before,
.main-menu .e-n-menu-title-container[aria-current="page"]::after {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .main-menu .e-n-menu-title-container::before,
  .main-menu .e-n-menu-title-container::after {
    transition: none;
  }
}

/*hover-main-menu*/

/*hover-butt-menu*/

.header-icons {
  position: relative;
  z-index: 1;
}

.header-icons::before,
.header-icons::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity .5s cubic-bezier(.22,1,.36,1),
    transform .5s cubic-bezier(.22,1,.36,1);
}

.header-icons::after{
     border: 1px solid #f97316ba;
}
.header-icons::before{
     border: 1px solid #f973166e;
}

/* outer ring */
.header-icons::before {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-radius: 15px;
  transition-delay: .15s;
}

/* inner ring */
.header-icons::after {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-radius: 12px;
  transition-delay: 0s;
}

/* show only on hover */
.header-icons:hover::after,
.header-icons:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.my-account-butt {
  position: relative;
  z-index: 1;
}

.my-account-butt::before,
.my-account-butt::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity .5s cubic-bezier(.22,1,.36,1),
    transform .5s cubic-bezier(.22,1,.36,1);
}

.my-account-butt::after{
     border: 1px solid #f97316ba;
}
.my-account-butt::before{
     border: 1px solid #f973166e;
}

.my-account-butt::before {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-radius: 15px;
  transition-delay: .15s;
}

.my-account-butt::after {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-radius: 12px;
  transition-delay: 0s;
}

.my-account-butt:hover::after,
.my-account-butt:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/*hover-butt-menu*/

/*responsive-header*/

@media(max-width:768px){
    .main-menu ul {
      display: block!important;    
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.heaer-siter{
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
}



/*responsive-header*/

span.vip-cart-count {
  position: absolute;
  top: 7%;
  left: 25%;
  transform: translate(-50%, -50%);
  background-color: #F44336;
  color: white;
  width: 18px; 
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none; /* تا روی لینک اثر نذاره */
}


/*header*/


/*body*/

/*section-hero*/

span.hero-txt {
    position: absolute;
    top: -13px;
    width: 200px;
}

span.hero-num {
    font-size: 45px;
    font-weight: 900;
    font-family: 'ADLaM Display';
    position: absolute;
    top: -11px;
    right: -216px;
    transform: translate(-50%, -50%);
    color:#FA7315;
}

.hero-content-left::before{
    content: url(https://vip-chef.com/new/wp-content/uploads/2025/10/Group-11-2.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: -1;
}
.hero-content-left{
        position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 99;
}

span.hero-num.left {
    right: 17px;
}

span.hero-txt.left {
    right: -156px !important;
}

.hero-butt a{
        animation: sigmaweb-btn7 1s infinite; 
}
@keyframes sigmaweb-btn7 {0% {
        box-shadow: 0 0 0 0 #ffa237;
}

100% {
    box-shadow: 0 0 0 10px #be1e2e00;
}
}

/*section-hero*/

/*section-categories*/

.carousel-categories .elementor-swiper-button {
    background: rgba(250, 115, 21, 0.51);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(250, 115, 21, 0.3);
    border-radius: 10px;
    padding: 12px;
}

.icon-to-bottom {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  animation: bounce 2s infinite ease-in-out;
}

@keyframes bounce {
  0%, 100% {
        transform: translate(-50%, 60%);
  }
  50% {
        transform: translate(-50%, 26%);
  }
}

.section-categories::before{
    content: url(https://vip-chef.com/new/wp-content/uploads/2025/10/Group-1171276049-1.svg);
    position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50% , -50%);
   z-index: 1;

}
.section-categories::after{
    content: url(https://vip-chef.com/new/wp-content/uploads/2025/10/Group-1171276049-1.svg);
    
    
   top: 50%;
   right: 40%;
   transform: translate(-50% , -50%);
   z-index: 1;
position: absolute

}

.carousel-categories .swiper.elementor-loop-container.elementor-grid.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl {
    padding-bottom: 100px;
    padding-top: 27px;
}

.title-category {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, 100px);
    width: 100%;
}

.box-categories {
  transition: transform 0.5s ease;  
  position: relative;
}

.box-categories:hover {
  transform: translateY(-8px);
}

.title-category .elementor-icon-box-icon {
  opacity: 0;
  transform: translateY(20px); 
  transition: all 0.5s ease;
}

.box-categories:hover .title-category .elementor-icon-box-icon {
  opacity: 1;
  transform: translateY(0);
}

/*section-categories*/

/*shop-sale-section*/

.carousel-categories.products .swiper.elementor-loop-container.elementor-grid.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl{
    padding:0!important;
}

.section-but{
  display:flex;
  align-items:stretch;
  gap:12px;
  --peek:28px;
}

.section-but > .fancy-cart{
  flex:0 0 56px;
  transition:flex-basis .9s cubic-bezier(.22,.61,.36,1);
  overflow:visible;
}

.section-but > .elementor-element-21789b8{
  flex:0 0 160px;
  transition:flex-basis .6s cubic-bezier(.22,.61,.36,1), opacity .6s ease;
  overflow:hidden;
}

.section-but:has(.fancy-cart:hover) > .fancy-cart{
  flex-basis:calc(100% - var(--peek) - 12px);
}

.section-but:has(.fancy-cart:hover) > .elementor-element-21789b8{
  flex-basis:var(--peek);
  opacity:.95;
}

.fancy-cart .elementor-icon-box-wrapper{
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#f97316;
  color:#fff;
  border-radius:10px;
  padding:12px 17px;
  width:100%;
  cursor:pointer;
  transition:background-color .45s ease, gap .45s ease, padding-right .45s ease;
}

.fancy-cart:hover .elementor-icon-box-wrapper{
  background:#f97316;
  gap:12px;
  padding-right:18px;
}

.fancy-cart .elementor-icon-box-icon{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

.fancy-cart .elementor-icon-box-content{
  opacity:0;
  transform:translateX(8px);
  transition:opacity .55s ease .20s, transform .55s ease .20s;
  white-space:nowrap;
}

.fancy-cart:hover .elementor-icon-box-content{
  opacity:1;
  transform:translateX(0);
}

.fancy-cart .elementor-icon-box-title{
  margin:0;
  font-size:14px;
  font-weight:500;
  color:#fff;
}

.fancy-cart .elementor-icon svg path{
  fill:#fff;
  transition:fill .3s ease;
}

.view-fast{
  transition:transform .6s cubic-bezier(.22,.61,.36,1), opacity .6s ease;
  position:relative;
  z-index:1;
}

.section-but{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:12px;
  --peek:28px;
}

.section-but > *{ min-width:0; }

.section-but > .fancy-cart{
  flex:0 0 56px;
  transition:flex-basis .9s cubic-bezier(.22,.61,.36,1);
  overflow:visible;
}

.section-but > .elementor-element-21789b8{
  flex:0 1 160px;
  transition:flex-basis .6s cubic-bezier(.22,.61,.36,1), opacity .6s ease, padding-inline .6s ease;
  overflow:hidden;
  align-self:stretch;
}

.section-but:has(.fancy-cart:hover) > .fancy-cart{
  flex-basis:calc(100% - var(--peek) - 12px);
}

.section-but:has(.fancy-cart:hover) > .elementor-element-21789b8{
  flex-basis:var(--peek);
  opacity:.95;
  padding-inline:0;
}

/*.fancy-cart .elementor-icon-box-wrapper{*/
/*  box-sizing:border-box;*/
/*  display:inline-flex;*/
/*  align-items:center;*/
/*  gap:10px;*/
/*  background:#f97316;*/
/*  color:#fff;*/
/*  border-radius:18px;*/
/*  padding:12px 14px;*/
/*  width:100%;*/
/*  cursor:pointer;*/
/*  transition:background-color .45s ease, gap .45s ease, padding-right .45s ease;*/
/*}*/

.fancy-cart:hover .elementor-icon-box-wrapper{
  background:#f97316;
  gap:12px;
  padding-right:18px;
}

.fancy-cart .elementor-icon-box-icon{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

.fancy-cart .elementor-icon-box-content{
  opacity:0;
  transform:translateX(8px);
  transition:opacity .55s ease .20s, transform .55s ease .20s;
  white-space:nowrap;
}

.fancy-cart:hover .elementor-icon-box-content{
  opacity:1;
  transform:translateX(0);
}

.fancy-cart .elementor-icon-box-title{
  margin:0;
  font-size:14px;
  font-weight:500;
  color:#fff;
}

.fancy-cart .elementor-icon svg path{
  fill:#fff;
  transition:fill .3s ease;
}

.view-fast .elementor-icon-box-wrapper{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  padding:12px 17px;
  transition:padding .6s ease;
}

.view-fast .elementor-icon-box-content{
  opacity:1;
  transition:opacity .3s ease;
  white-space:nowrap;
}

.section-but:has(.fancy-cart:hover) .view-fast .elementor-icon-box-content{
  opacity:0;
}

.fancy-cart:hover{
  flex-basis:calc(100% - var(--peek) - 12px) !important;
}

.fancy-cart:hover ~ .elementor-element-21789b8{
  flex-basis:var(--peek) !important;
  opacity:.95;
  padding-inline:0 !important;
}

.view-fast {
    background-color: #f9eee7;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    height: 45px;
}

.title-products{
    height:32px;
}

.price-product .woocommerce-Price-currencySymbol{
    display:none;
}

.sale-products .elementor-shortcode {
    color: #FFFFFF !important;
    background-color: #FF5722 !important;
    border-style: none;
    border-radius: 50px 50px 50px 50px !important;
    height: 50px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-loop-sale{
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.cart-loop-sale{
        border: 1px solid transparent;
    transition: 400ms;
}

.cart-loop-sale:hover{
        border-color:#F97316;
    box-shadow: 0 0 30px rgba(var(--colorPrimaryRGB), 0.3);
}

.sale-section::after{
    content: url(https://vip-chef.com/new/wp-content/uploads/2025/10/Group-1171276049-1.svg);
    position: absolute
}

.sale-section-timer::before {
    content: '';
    background: url(https://vip-chef.com/new/wp-content/uploads/2025/10/bg-right.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translate(22%, -50%) scale(.83);
    background-size: cover;
    width: 355px;
    height: 579px;
}

.timer-section::before{
    content: '';
    width: 104px;
    height: 35px;
    background-color: #fea700;
   top: 75%;
    left: 50%;
    transform: translate(-50% , 50%);

}
.timer-section{
       overflow: hidden; 
}

/*shop-sale-section*/

/*The most visited products*/

.title-mosted-view::before {
    content: url(https://vip-chef.com/new/wp-content/uploads/2025/10/dots.svg);
    position: absolute;
    right: 0;
    transform: translate(85%, -50%);
}

.icons-product-hide.bottom{
        top: auto;
    bottom: -73px;
}

.loop-visited-products{
        background: #fff;
    border-radius: var(--productCardBorderRadius);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border: 1px solid transparent;
    transition: 400ms;
     border-radius: 42px 42px 42px 42px;
}


.icons-product-hide{
background-color: #FA7315;
    border-radius:10px!important;
    position: absolute;
    right: 0;
    left: 0;
    height: 60px;
    width: 40px;
    color: #fff;
    margin: auto;
    cursor: pointer;
    transition: 300ms!important;
        display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    
}

.icons-product-hide .elementor-icon-wrapper {
    line-height: 0;
}

.loop-visited-products:hover{
    border:1px solid #F97316;
    cursor: pointer;
}

.loop-visited-products:hover .icons-product-hide.top {
    top: -29px !important;
    z-index: 99;
}

.loop-visited-products:hover .icons-product-hide.bottom{
    bottom: -29px!important;
    z-index: 99;
}

.loop-visited-products:hover .img-cart-products img {
    opacity: 0.4;
    transition: opacity 0.5s ease-in-out; 
}

.icons-product-hide.top{
    top: -73px;
}


.carousel-site .elementor-swiper-button {
    background: rgb(250 115 21);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(250, 115, 21, 0.3);
    border-radius: 10px;
    padding: 7px;
}

.carousel-site::before {
    content: '';
    position: absolute;
    background: linear-gradient(to left, #ffffff6b, #ffffff);
    width: 100px;
    height: 377px;
    top: 50%;
    left: 47px;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.en-title{
        background: linear-gradient(217.72deg, #ec9700 -15.82%, #ec9700 6.5%, #9f0f2f 136.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 1;
}

.en-title::before {
    content: url(https://vip-chef.com/new/wp-content/uploads/2025/10/XMLID_17_.svg);
    position: absolute;
    top: 0;
    left: 6%;
    transform: translate(-50%, -50%) rotate(89deg);
}

.loop-visited-products{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/*The most visited products*/

/*banners*/

.banner-img-products{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px!important;
}

/*banners*/

/*best selling products section */

.best-selling-section .swiper-pointer-events.swiper-rtl {
    padding-top: 70px;
    padding-bottom: 70px;
}

.cart-detail-products {
    opacity: 0;
    z-index:10;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.Best-selling-products:hover .cart-detail-products {
    opacity: 1;

}

/*.cart-detail-products {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

.Best-selling-products{
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);;
    padding: 10px;
    border: 1px solid transparent;
    transition: 400ms;
}

.Best-selling-products .elementor-icon-wrapper{
    line-height:0;
}

.add-to-cart{
    position: absolute;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 20px rgba(var(--colorPrimaryRGB), 0.8);
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: -53px;
    left: 20px;
    transition: 300ms;
    cursor: pointer;
    
}

.Best-selling-products:hover{
    border: 1px solid #F97316;
}



.best-selling-section .elementor-swiper-button{
    background: rgba(250, 115, 21, 0.51);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(250, 115, 21, 0.3);
    border-radius: 10px;
    padding: 12px;
}


/*best selling products section */

/*blog and faq section*/

.faq-box .e-n-accordion-item {
    background-color: #fff0e5;
    border-radius: 24px 24px 24px 24px !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
}

span.e-closed {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffb887;
    border-radius: 16px;
    font-size: 24px;
}

.blog-line::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50% , -50%);
    width: 20px;
    height: 50px;
    background-color: #F97316;
    z-index: -1
}

.blog-line:hover{
    border: 1px solid var(--e-global-color-primary) ;
  
}

.blog-line{
    padding: 10px;
    border: 1px solid transparent;
    transition: 400ms;
}

.blog-line:hover .blog-image img{
    transform: scale(1.1) rotate(2deg);
}

.blog-line .blog-image img{
    transition: 400ms;
} 

.carousel-blog-end .elementor-swiper-button{
     background: rgba(250, 115, 21, 0.51);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(250, 115, 21, 0.3);
    border-radius: 10px;
    padding: 12px;
}

/*blog and faq section*/


/*body*/

/*footer*/

.support-footer{
    top: 30px;
    left: 50%;
    transform: translate(-50% , -50%);
}

.support-footer a{
    border-radius:23px!important;
}

.support-footer svg{
    font-size:40px!important;
}

.num-font{
    font-family: Alkatra!important;
}
/*responsive-mobile*/

@media (max-width: 768px) {

  .sale-section-timer::before {
    display: none;
  }

  .section-categories::before {
    z-index: -1 !important;
  }
  

.title-category{
    top:18px!important;
}

.section-timer-sale::before{
    display: none;
}

.carousel-categories .swiper.elementor-loop-container {
    padding-bottom: 60px!important;
    
}

.box-categories:hover{
        transform: translateY(0px)!important;
}



.carousel-categories.products.sale .swiper.elementor-loop-container.elementor-grid.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl {
    padding-right: 65px!important;
    padding-left: 65px!important;
}

.section-most-visited::before{
    left: 69%;
    top: 46%;
}

.en-title::before{
        top: -11px;
    left: 15%;
    transform: translate(-50%, -50%) rotate(348deg);
}
.carousel-categories.products.sale .swiper-pagination-bullets {
    display: block!important;
}


}

.carousel-categories.products.sale .swiper-pagination-bullets {
    display: none;
}


/*responsive-mobile-footer*/

.mobile-support-footer a{
    border-radius:23px!important;
}

.mobile-support-footer{
    position:absolute;
      top: 30px;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 334px;
}

.mobile-support-footer svg{
    font-size:26px!important;
}

/*responsive-mobile-footer*/


/*mobile-pannel*/

.cart-middle-panel {
    position: absolute;
    background-color: #fff;
    padding: 13px;
    border-radius: 50%;
    top: -15%;
    left: 46%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(9, 9, 9, 0.3);
}
/*mobile-pannel*/

/*responsive-mobile*/

/*footer*/

/*shop-page*/

.sidebar-products{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius:47px;
    padding:30px;
}

.sidebar-products .jet-collapse-none {
    display: none !important;
}


/*shop-page*/

/*single-shop*/

/*quantity-add-to-card*/

.quantity {
    position: relative;
    width: 130px; /* Adjust the width as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 10px;

}

.woocommerce div.product form.cart div.quantity {
    float: right;
    margin: 0 0 0 4px;
}

.quantity input {
    width: 100%;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
}

.td-quantity-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px #00000014;
    font-size: 16px;
    color: black;
    cursor: pointer;
    transition: 200ms;
}

.quantity input.input-text.qty.text {
    border: none !important;
    padding: 0;
    width: 32px;
}

.td-quantity-button.plus {
    right: 5px;
}

.td-quantity-button.min {
    left: 5px;
}

.quantity-add-to-card button.single_add_to_cart_button.button.alt {
    width: 70%;
}

/*quantity-add-to-card*/

.tabs-products .e-n-tabs-heading {
    border-bottom: 3px solid rgb(255 241 237);
}

.products-detail {
    background-color: transparent;
    background-image: linear-gradient(130deg, #fce3be 0%, #FFFFFF 100%);
}

.section-product-single{
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
}

.section-tabs-detail{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tabs-products .e-n-tab-title[aria-selected="true"]::before {
    
    content: url(https://vip-chef.com/new/wp-content/uploads/2025/10/tabs-hover.svg);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 12px), calc(-50% + 4px));
    z-index: -1;
}

.section-products-related .carousel-categories.products .swiper.elementor-loop-container.elementor-grid.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl {
    padding: 30px !important;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em !important;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    right: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #FF5722;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

.comments-products h2.woocommerce-Reviews-title {
    font-size: 20px;
    font-weight: 700;
}

.comments-products div#respond {
    padding-top: 45px !important;
}

.comments-products textarea#comment {
    border: 1px solid #e5e5e5 !important;
    border-radius: 11px;
}

.comments-products p.stars a {
    color: #FF9800;
}

.comments-products form#commentform {
    margin-top: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 50px 0 0;
    border: none !important;
    border-radius: 10px;
    padding: 1em 1em 0;
    background-color: #ffede8;
}

 .woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    right: 0;
    font-family: 'WooCommerce' !important;
}

.img-single-product .flex-viewport {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.img-single-product ol.flex-control-nav.flex-control-thumbs li img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
}

/*single-shop*/

/*blog-page*/

.blog-carousel-top .elementor-swiper-button{
        color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    text-align: center;
    font-size: 20px;
    transition: 300ms;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    z-index: 1;
    opacity: 1;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.19);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    border: 1px solid transparent;
}

.buttom-carousel-blog a{
        box-shadow: 0 2px 15px rgb(255 179 155);
}

.bg-blog-top {
  background-size: 100%;
  background-position: center;
  transition: background-size 1s ease-in-out; /* نرمی حرکت */
}

.bg-blog-top:hover {
  background-size: 110%; /* زوم ملایم */
}

.container-title-blog::before{
        content: '';
    width: 40px;
    height: 20px;
    background-color: #F97316;
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 50%;
     right: 0;
     transform: translate(-50%, -50%)
}

.container-title-blog::after{
        content: '';
    width: 40px;
    height: 20px;
    background-color:#ff974f;
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 50%;
     right: 10px;
     transform: translate(-50%, -50%);
     z-index: -1;
     
}

.column-blog {
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border: 1px solid transparent;
}

.column-blog:hover{
    border-color: #F97316;
    box-shadow: 0 0 30px #f973163d;
}

.categories-tag {
    z-index: 1;
    background: rgba(201, 201, 201, 0.19);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    border: 1px solid transparent;
    position: absolute;
    top: 6%;
    right: 21px;
    padding: 5px;
}

.column-blog img {
    width: 100%;
    height: auto;
    transition: transform 400ms; /* فقط transform رو ترنزیشن بده */
    border-radius: var(--productCardBorderRadius);
    transform-origin: center center; /* نقطه مرکز برای زوم و چرخش */
}

.column-blog:hover img {
    transform: scale(1.1) rotate(2deg);
}

.column-blog::before {
    content: '';
    width: 8px;
    background: #ddd;
    height: 3em;
    display: block;
    position: absolute;
    transition: 400ms;
    border-radius: 0 10px 10px 0;
    right: -12px;
    top: 345px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.column-blog:hover::before{
    
    background: #F97316;
}

.column-blog::after{
    content: '';
    width: 70px;
    height: 70px;
    background: #ff8a65;
    border-radius: 50%;
    top: 0;
    right: -30px;
    filter: blur(40px);
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    transition: 400ms;
}

.column-blog:hover::after{
        top: calc(100% - 90px);
    opacity: 1;
}

.bg-blog-top:hover .bg-top-img{
        transform: scale(1.1);
        
}

.bg-blog-top:hover .bg-top-img{
            width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    transition: 1s;
        
}

/*blog-page*/

/*single-blog*/

.categories-post h5{
    display:none!important;
}

.categories-post a{
   color:#000!important;
}

.categories-post ul{
    padding-right:0!important;
}

.categories-post ul li {
    list-style: none;
}

.section-txt p {
    color: black;
    font-size: 14px;
}   

h2#reply-title {
    font-size: 20px;
    font-weight: 600;
}

.comment-sec textarea#comment {
    background-color: #ff57221f;
    border: none;
    border-radius: 13px;
}

[type=button], [type=submit], button {
    background-color: transparent;
    border: 1px solid #f97315;
    border-radius: 10px;
    color: #f97315;
    
}

.section-txt h2{
    font-size: 25px;
    font-weight: 700;
}

.instagram-banner{
       background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.sidebar-singl-blog{
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
}

.section-blog{
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

#blog-sidebar::before{
    background-color: #DDDDDD!important;
}

span.day {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
        color: #f97315;
}


.post-date {
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px;
    height: 90px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 4px solid #ececec;
    border-bottom: none;
    padding-top: 20px;
}
    
    .post-share-box-icons {
    display: flex
;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

/*single-blog*/

/* sale agencies loop item */

.column-agency-title-box .elementor-icon-box-title {
    margin: 0;
}

.item-agency-cat figure.elementor-image-box-img {
    background-color: white;
    padding: 5px;
    border-radius: 10px;
}

/* sale agencies loop item */

/*contact-us-page*/

.section-contact{
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.video-section .e-hosted-video::before {
    content: '';
    background-color: black;
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 1;
    opacity: .4;
}

.elementor-custom-embed-play {
    z-index: 2;
}

.section-contact-us::before{
    content: url(https://vip-chef.com/new/wp-content/uploads/2025/10/Untitled-design-3-1.png);
    position: absolute;
    top: 0;
    left: -100px;
    transform: translate(-50% , -50%);
   
}

.carousel-comments .swiper-slide {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 46px !important;
    border-bottom-right-radius: 46px !important;
    border-bottom-left-radius: 10px !important;
}

.form-contact-section{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/*contact-us-page*/

/* map */

#tablepress-1 thead tr th {
    background-color: #FFBB8B;
    border-block-start: none;
}

#tablepress-1 thead tr th {
    white-space: nowrap;
}

#tablepress-1 tbody tr td {
    white-space: nowrap;
}

#tablepress-1 thead tr th:first-child {
    border-radius: 0 10px 0 0;
}

#tablepress-1 thead tr th:last-child {
    border-radius: 10px 0 0 0;
}

#tablepress-1 tbody tr:last-child th:first-child {
    border-radius: 0 10px 0 0;
}

#tablepress-1 tbody tr:last-child th:first-child {
    border-radius: 0 0 0 10px;
}

.tablepress>:where(thead)+tbody>:where(:not(.child))>*, .tablepress>tbody>*~:where(:not(.child))>*, .tablepress>tfoot>:where(:first-child)>* {
    border-top: 1px solid var(--e-global-color-primary) !important;
}


.map-svg svg .province path {
    fill: white;
    cursor: pointer;
}

.map-svg svg .province path:hover {
    fill: #FFBB8B;
    cursor: pointer;
}

.map-svg svg .sea path {
    fill: url(#Gradient-province) !important;
}

.map-svg svg .lake path {
    fill: #0096c7;
}

.map-svg svg .island path {
    fill: #ffba40;
}

.map-tooltip {
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 13px;
    z-index: 9999;
    white-space: nowrap;
}

#show-all {
    cursor: pointer;
}



/* map */

/*responsive*/
@media(max-width:768px){

.buttom-carousel-blog span.elementor-button-text {
    display: none;
}

.column-blog::before{
    top: 13em!important;
}

    .post-share-box-icons {
        flex-direction: row;
    }
    
    .sidebar-right-blog{
       position: static !important;
    bottom: auto !important;
    right: auto !important;
    top:auto!important;
}

.tabs-products .e-n-tabs-heading {
    padding-right: 30px !important;
}

.en-title::before{
    left: 4px;
}

.section-contact-us::before{
left: 10%;
top: 60px;
transform: translate(-50% , -50%) scale(.4) rotate(-40deg)
}

.best-selling-section .swiper-pointer-events.swiper-rtl {
    padding-top: 50px;
    padding-bottom:50px;
    padding-right:50px;
    padding-left: 50px;
}

nav.woocommerce-MyAccount-navigation li {
    width: 52% !important;
}

}

.carousel-buying-products .swiper.elementor-loop-container.elementor-grid.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 6px;
    padding-left: 6px;
}

/*my-account-page*/

/* استایل اختصاصی برای حساب کاربری موبایل */
.my-account-mobile .e-wc-account-tabs-nav {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  padding-bottom: 8px;
}

/* حذف حاشیه‌های اضافی */
.my-account-mobile .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* آیتم‌های منو */
.my-account-mobile .woocommerce-MyAccount-navigation-link {
  display: inline-block;
  flex: 0 0 auto;
}

/* لینک‌ها */
.my-account-mobile .woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 10px 16px;
  background-color: #f5f5f5;
  color: #333;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
  white-space: nowrap;
}

/* حالت فعال */
.my-account-mobile .woocommerce-MyAccount-navigation-link.is-active a {
  background-color: #ff6600;
  color: #fff;
}

/* هاور */
.my-account-mobile .woocommerce-MyAccount-navigation-link a:hover {
  background-color: #ff6600;
  color: #fff;
}

/* اسکرول‌بار زیباتر */
.my-account-mobile .e-wc-account-tabs-nav::-webkit-scrollbar {
  height: 6px;
}

.my-account-mobile .e-wc-account-tabs-nav::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.my-account-mobile .e-wc-account-tabs-nav::-webkit-scrollbar-track {
  background: transparent;
}

.woocommerce-info {
    font-family: 'TanhaFN';
}

.woocommerce-info {
    border-top-color: #fa7315;
}

.woocommerce-info::before {
    color: #fa7315;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
    display: none !important;
}

.brands-mg{
    background-color: white;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

@media(max-width:480px){
    .map-svg svg {
        max-width: 300px;
        max-height: 300px;
    }
}