@font-face {
    font-family: 'Danafont';
    src: url('/wp-content/themes/hello-child/assets/fonts/Dana-bold-fanum.woff2') format('woff2'),
         url('/wp-content/themes/hello-child/assets/fonts/Dana-bold-fanum.woff') format('woff');
    font-weight: 700; 
    font-style: normal; 
    font-display: swap;
  }
  @font-face {
    font-family: 'Danafont';
    src: url('/wp-content/themes/hello-child/assets/fonts/Dana-medium-fanum.woff2') format('woff2'),
         url('/wp-content/themes/hello-child/assets/fonts/Dana-medium-fanum.woff') format('woff');
    font-weight: 500; 
    font-style: normal; 
    font-display: swap;
  }
  @font-face {
    font-family: 'Danafont';
    src: url('/wp-content/themes/hello-child/assets/fonts/Dana-regular-fanum.woff2') format('woff2'),
         url('/wp-content/themes/hello-child/assets/fonts/Dana-regular-fanum.woff') format('woff');
    font-weight: 400; 
    font-style: normal; 
    font-display: swap;
  }
  @font-face {
    font-family: 'iconfont';
    src: url('/wp-content/themes/hello-child/assets/fonts/fa-light-300.woff2') format('woff2'),
         url('/wp-content/themes/hello-child/assets/fonts/fa-light-300.woff') format('woff');
    font-style: normal; 
    font-display: swap;
  }
  @font-face {
    font-family: 'iconbrand';
    src: url('/wp-content/themes/hello-child/assets/fonts/fa-brands-400.woff2') format('woff2'),
         url('/wp-content/themes/hello-child/assets/fonts/fa-brands-400.woff') format('woff');
    font-style: normal; 
    font-display: swap;
  }
  @font-face {
    font-family: 'yekanbakh';
    src: url('/wp-content/themes/hello-child/assets/fonts/YekanBakh-regular-fanum.woff2') format('woff2'),
         url('/wp-content/themes/hello-child/assets/fonts/YekanBakh-regular-fanum.woff') format('woff');
    font-style: normal; 
    font-weight: 400;
    font-display: swap;
  }
  @font-face {
    font-family: 'yekanbakh';
    src: url('/wp-content/themes/hello-child/assets/fonts/YekanBakh-semibold-fanum.woff2') format('woff2'),
         url('/wp-content/themes/hello-child/assets/fonts/YekanBakh-semibold-fanum.woff') format('woff');
    font-style: normal; 
    font-weight: 500;
    font-display: swap;
  }
  @font-face {
    font-family: 'yekanbakh';
    src: url('/wp-content/themes/hello-child/assets/fonts/YekanBakh-bold-fanum.woff2') format('woff2'),
         url('/wp-content/themes/hello-child/assets/fonts/YekanBakh-bold-fanum.woff') format('woff');
    font-style: normal; 
    font-weight: 700;
    font-display: swap;
  }
  @font-face {
    font-family: 'metal';
     src: url('/wp-content/themes/hello-child/assets/fonts/metal.woff2') format('woff2'),
          url('/wp-content/themes/hello-child/assets/fonts/metal.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;      
   }
   @font-face {
    font-family: 'IranSans';
     src: url('/wp-content/themes/hello-child/assets/fonts/IRANSans-fanum.woff2') format('woff2'),
          url('/wp-content/themes/hello-child/assets/fonts/IRANSans-fanum.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;      
   }
   @font-face {
    font-family: 'kalameh';
     src: url('/wp-content/themes/hello-child/assets/fonts/KalamehWeb_Black.woff2') format('woff2'),
          url('/wp-content/themes/hello-child/assets/fonts/KalamehWeb_Black.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;      
   }
:root {
  --main-color: #ffc222;
  --second-color: #666;
  --main-box-shadow: 0px 0px 10px #f8f8f8;
  --gradiant-dr: linear-gradient(to right, #e837a3, #29b9ed);
  --five-color: #00A149;
  --main-border-radius: 10px;
  --third-color: #ffc222;
  --four-color: #fff;
  --main-font-size : 14px;
  --main-font: IranSans;
  --header-font : IranSans;
}

body {
    font-family: var(--main-font);
    background: #fff;
    margin: auto;
    color: var(--second-color);
    
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--header-font);
}
h1, h2, h3, h4, h5, h6 span div table tr td th strong {
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 2.5; 
}
h1, h2, h3, h4, h5, h6 span div table tr td th strong {
    line-height: 2.5; 
}
a {
    font-style: normal;
    color: var(--third-color);
}
a:hover{
    color: var(--second-color);
}
p a {
    color: var(--third-color);
    font-weight: 500;
}
p a:hover {
    color: var(--second-color);
    font-weight: 500;
}
input, textarea {
    font-family: var(--main-font);
}
button {
    font-family: var(--main-font);
    cursor: pointer;
}
textarea#comment {
    display: block;
    width: 100%;
}
/* academy style **********************************************/
.elementor-2140 .elementor-element.elementor-element-607fb0b .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
	border-radius: 2px;}
    div#reply-title {
        color: var(--second-color);
    }
    p.logged-in-as {
        color: var(--second-color);
    }
    footer.comment-meta {
        color: var(--second-color);
        font-style: normal;
    }
    .comment-content {
        color: var(--second-color);
    }
    p.comment-notes {
        color: var(--second-color);
    }
    p.comment-form-cookies-consent {
        color: var(--second-color);
        font-size: 12px;
    }
    h5.title-comments {
        background: #F6EFEB;
        border-radius: 5px;
        font-size: 16px;
        padding: 0px 15px;
        color: var(--main-color);
    }
    ol.comment-list>li {
        width: 100%;
        background: #F6EFEB;
        padding: 10px;
        border-radius: 10px;
    }
.video-player svg path {
    fill: white;
}
.breadcrumbs nav {
    text-wrap: nowrap;
    overflow-y: auto;
}
.post-article img {
    display: block;
    margin: auto;
}
.elementor-element .bdt-image-mask:before {
    display: none;
}
.direct-cantact svg path {
    fill: #fff;
}
header {
    margin: auto !important;
}
.elementor-icon-wrapper {
    display: flex;
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: none;
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}
p.gform_required_legend {
    display: none;
}
.footer span.elementor-icon-list-icon svg path {
    fill: var(--second-color);
}
.footer rect {
    stroke: var(--second-color);
}
.bdt-ep-shadow-mode-yes .elementor-widget-container:before {
    background: linear-gradient(to left, #f4f4f4 5%, rgba(255, 255, 255, 0) 100%);
    right: -10px;
}
.bdt-ep-shadow-mode-yes .elementor-widget-container:after {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #f4f4f4 95%);
    left: -10px;
}
/** heaer new   *****/
header.header-top:after {
    content: '';
    background: var(--third-color);
    width: 90%;
    height: 5px;
    margin: auto;
    border-radius: 49%;
    position: absolute;
    bottom: -3px;
    right: 5%;
    left: auto;
    z-index: -3;
}
img.attachment-full.size-full.wp-image-4012 {
    width: 90%;
    position: relative;
}
.heder-desktop-left svg path {
    fill: var(--main-color);
}
.heder-desktop-left svg rect {
    stroke: var(--main-color);
}
.heder-desktop-left svg circle {
    stroke: var(--main-color);
}
.search-buttom svg path {
    fill: var(--main-color);
}
.heder-desktop-left {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.heder-desktop-left a {
    border-radius: 5px;
    display: flex;
    padding: 5px;
    transition: ease-in 0.3s;
}
a.tel-header span {
    font-size: 14px;
    color: var(--second-color);
    font-weight: 600;
}
div#mega-toggle-block-1 {

    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 5px;
    line-height: 1px;
    height: 35px !important;
}
.heder-desktop-left a:hover {
    transition: ease-in 0.3s;
}
.search-buttom {
    display: flex;
    transition: ease-in 0.3s;
}
.search-buttom:hover {
    background: #fffaf0;
    transition: ease-in 0.3s;
}
a.tel-header {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    letter-spacing: 2px;
    align-items: center;
}
.search-buttom {
    display: flex;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.box-search-mobile {
    position: fixed !important;
    height: 100% !important;
    background: #fff;
    display: flex !important;
    padding: 10px !important;
    padding-top: 40px !important;
    transform: translateY(10000px);
    flex-direction: column !important;
    justify-content: flex-start !important;
    z-index: 9999;
}
.box-search-mobile.active {
    transform: translateY(0px);
}
button.close-btn {
    display: flex;
    width: 28px;
    position: absolute;
    background: var(--main-color);
    color: var(--second-color);
    border: 0px;
    border-radius: 5px;
    font-size: 25px;
    line-height: 1;
    top: 5px;
    right: 9%;
}
.heder-desktop-left svg {
    width: 28px;
    height: 28px;
}
.header-sticky {
    transition: 0.5s ease;
}
.header-sticky.active {
    position: fixed;
    z-index: 999;
    right: auto;
    margin: auto !important;
    width: 100%;
    transition: 0.5s ease;
    animation: slideDown 0.5s ease-out forwards;
    top:0;
}
@keyframes slideDown {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
/** call **/
a.call-in-laptop.call-mobile-a.whatsapp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 7px;
    border-radius: 7px;
    height: 60px;
    color: #666;
    border: 2px solid var(--five-color);
    background: #ecfff5;
}
a.call-in-laptop.call-mobile-a.whatsapp svg, a.call-inner svg{
    width: 35px;
    height: 35px;
    fill: var(--four-color);
}
a.call-inner svg path {
    fill: var(--four-color);
}
span.phone-inner {
    letter-spacing: 4px;
}
a.call-inner {
    display: flex;
    flex-direction: row;
    align-content: center;
    width: calc(50% - 5px);
    background: #444;
    color: var(--four-color);
    border-radius: 7px;
    justify-content: space-between;
    padding: 10px;
    height: 60px;
    color: var(--four-color);
}

a.call-in-laptop.call-mobile-a.whatsapp:hover, a.call-inner:hover {
    background: var(--five-color);
    transition: ease-in 0.3s;
}
a.whatsapp:hover:hover p {
    color: #fff !important;
}
a.call-in-laptop.call-mobile-a.whatsapp:hover span, a.call-inner:hover span {
    color: var(--four-color);
}
a.call-in-laptop.call-mobile-a.whatsapp svg path {
    fill: var(--five-color);
}
a.call-in-laptop.call-mobile-a.whatsapp:hover svg path {
    fill: var(--four-color);
}
a.call-inner p{
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}
a.call-in-laptop.call-mobile-a.whatsapp p {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}
.bottom-tel {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}
/*** h1 serv ***/
.single-serv-inner:after {
    content: '';
    border: 1px dashed #d5d5d5;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 10px;
}
.single-serv-inner{
position: relative;
overflow: hidden;
}
.single-serv-inner h1, .single-serv-inner h6 {
    position: relative;
    background: #f0f0f0;
    display: inline-flex;
    padding-left: 10px;
}
.single-serv-inner h1 {
    background: var(--four-color);
}
.course-h1 h1 {
    background: var(--four-color) !important;
}
.elementor-custom-embed-play svg path {
    fill: var(--main-color);
}

article h2 {
    background: #fffaf0;
    border-radius: 7px;
    margin: 5px 0px;
    line-height: 2 !important;
}
ul {
    display: block;
    list-style-type: circle;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
}
textarea#comment {
    border-color: #f0f0f0;
    border-radius: 20px;
}
input#submit {
    background: var(--third-color);
    border: 0;
    margin-top: 10px;
    border-radius: 10px;
    width: 125px;
    height: 30px;
    color: var(--four-color);
    cursor: pointer;
}
form#commentform {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
form#commentform p {
    width: 100%;
}
p.comment-form-url {
    display: none !important;
}
input#author, input#email {
    border-radius: 5px;
    border: 1px solid #f0f0f0;
}
article h2:before {
    content: '';
    background: url(/wp-content/uploads/2025/02/left-arrow-maincolor.svg);
    position: relative;
    display: inline-flex;
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-position: center -3px;
    filter: grayscale(1);
    align-content: center;
    align-items: center;
    background-repeat: no-repeat;
}
::-webkit-scrollbar {
    width: 8px;
  }
  
  ::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #777;
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #777;
  }
@media only screen and (max-width: 768px) {
    nav.rank-math-breadcrumb {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 5px;
        line-height: 1.5;
    }
    .elementor-icon-box-icon {
        line-height: 0;
    }
    .elementor-4060 .elementor-element.elementor-element-edbb50e:not(.elementor-motion-effects-element-type-background), .elementor-4060 .elementor-element.elementor-element-edbb50e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-color: #f6efeb00 !important;
    }
    .elementor-element.elementor-element-2e3a4a9.elementor-widget.elementor-widget-shortcode {
        margin-top: 1px;
    }
    a.call-inner {
        width: 100%;
    }
    a.call-in-laptop.call-mobile-a.whatsapp {
        width: 100%;
    }
    span.mega-menu-toggle-block.mega-toggle-label img {
        width: 35px;
        height: 35px;
        max-height: 35px !important;
    }
  }
  @media only screen and (min-width: 769px) {
    a.call-inner {
        width: calc(50% - 5px);
    }
    a.call-in-laptop.call-mobile-a.whatsapp {
        width: calc(50% - 5px);
    }
    p.comment-form-author {
        width: 49% !important;
        margin-top: 5px;
    }
    p.comment-form-email {
        width: 49% !important;
        margin-top: 5px;
    }
  }
nav.rank-math-breadcrumb::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

/**** home ************/
.sapce-gradiant-left:before {
    content: '';
    background: url(/wp-content/uploads/2025/02/bg_pattern.webp);
    height: 900px;
    width: 100vw;
    z-index: -2;
    position: absolute;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: -291px;
}
@media only screen and (max-width: 768px) {
    .sapce-gradiant-left {
        left: -5px !important;
    }
    .elementor-element.elementor-element-fb2f1e7.e-con-full.e-flex.e-con.e-child:before {
        content: '';
        background: linear-gradient(179deg, rgb(255 176 0) 0%, rgba(24, 24, 24, 0) 85%, rgba(24, 24, 24, 0) 100%);
        height: 315px;
        bottom: -20px;
        top: auto;
        position: absolute;
        background-position: center;
        border-radius: 50% 50% 0px 0px;
        width: 330px;
        right: 6%;
    }
    a.tell-mobile {
        display: flex;
        position: fixed;
        background: var(--gradiant-dr);
        bottom: 5px;
        width: 98%;
        height: 50px;
        padding: 20px;
        align-items: center;
        color: #fff;
        font-weight: 600;
        border-radius: 10px;
        margin: auto;
        justify-content: space-between;
        right: 50%;
        transform: translateX(50%);
        left: auto;
        font-size: 16px;
    }
    }
.sapce-gradiant-left {
    background: linear-gradient(153deg, rgb(255 215 0 / 12%) 0%, rgb(24 24 24 / 0%) 35%, rgba(24, 24, 24, 0) 100%);
    width: 100vw;
    z-index: -2;
    position: absolute;
    height: 900px;
    top: 0;
    left: 0;
}

/**** max mega menu *****/
.e-tabs-main-area {
    font-family: 'yekanbakh';
}
ol.comment-list {
    list-style: none;
    padding-inline-start: 0;
}
ol.comment-list li {
    margin-bottom: 5px;
}
/********************** mega menu dr mina ***********/
@media only screen and (min-width: 769px) {
li#mega-menu-item-4349> ul {
    min-width: 1140px !important;
    margin-top: 15px !important;
}
.elementor-element.elementor-element-fb2f1e7.e-con-full.e-flex.e-con.e-child:before {
    content: '';
    background: linear-gradient(179deg, rgb(255 176 0) 0%, rgba(24, 24, 24, 0) 85%, rgba(24, 24, 24, 0) 100%);
    height: 400px;
    bottom: -20px;
    top: auto;
    position: absolute;
    background-position: center;
    border-radius: 50% 50% 0px 0px;
    width: 500px;
    right: 12%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
    float: right;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    float: right;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    line-height: 40px;
    border-radius: 7px;
    margin: 5px auto;
    background: #fff4db;
}
li#mega-menu-item-4349> ul {
    border-top: 2px solid #ffaf00 !important;
    padding: 10px !important;
}
a.instagram-header:before, a.instagram-header:after {
    content: "";
    background-color: #ddd;
    width: 1px;
    height: 15px;
    margin: auto 10px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu {
    right: 20%;
    left: auto;
}
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 5px 6px;
    background: #fffaf0;
    margin-bottom: 5px;
    border-radius: 5px;
}


@media only screen and (max-width: 768px) {
    .heder-desktop-left a{
        background: #fffaf0;
    }
    .search-buttom {
background: #fffaf0;
    }
    div#mega-toggle-block-1 {
        background: #fffaf0;
    }
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
        float: left;
        padding: 0;
    }

} /*****************/
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    text-align: right !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    float: left;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    text-align: right !important;}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
        text-align: right !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    box-shadow: 0px 0px 0px 5px #a0a0a00a;
}
ul.mega-sub-menu {
    border: 0px !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    background: #ffaf00;
    color: #fff;
    font-weight: 700;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:before {
    content: '\f0d9';
    font-family: 'iconfont';
    margin: 0;
    padding-left: 5px;
    color: var(--third-color);
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    border-bottom: 1px solid #f4f4f4;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
    color: var(--second-color);
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: left;
    }
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        background: #fffaf0;
        color: var(--second-color);
        border-bottom: 1px solid #eee;
    }
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
        border-bottom: 1px solid #eee;
    }
    .woocommerce .products .star-rating {
        float: none !important;
    }
    a.tel-product {
        width: 100% !important;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 49% !important;
    }
}
.elementor-post__card {
    padding: 10px;
}
.elementor-post__thumbnail.elementor-fit-height img {
    border-radius: 15px;
}
span.woocommerce-Price-currencySymbol {
    font-size: 16px;
}
a.tel-product {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: calc(50% - 5px);
    color: var(--second-color);
    background: var(--e-a-bg-warning);
    padding: 7px;
    border-radius: 7px;
    align-items: center;
    border: 2px solid #ffc222;
}
a.tel-product:hover {
    color: var(--second-color);
}
a.tel-product svg {
    width: 35px;
    height: 35px;
}
a.tel-product p {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}
.call-sec div {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: var(--e-a-bg-active);
    color: #515151;
    position: relative;
    z-index: 0;
    margin: 0;
    width: 10%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--main-color);
    color: var(--second-color);
    z-index: 2;
    border-bottom-color: #fff;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border-radius: 0;
    border-width: 0;
    border-top: 0;
    box-shadow: none;
    margin: 0;
    padding: 20px 0px;
}
#tab-description p {
    text-align: justify;
    line-height: 2;
    font-size: 16px;
}
/***** product archive *******/
li.product.type-product {
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    padding: 10px !important;
}
.bdt-wc-carousel .bdt-wc-carousel-image img {
    position: relative;
}
.custom-product-image:before, .bdt-wc-carousel-image.bdt-background-cover:before {
    content: '';
    background-color: #ffc222;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    transition: 0.35s;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
}
li.product.type-product:hover .custom-product-image:before, .bdt-wc-carousel-image.bdt-background-cover:hover:before {
    height: 100%;
    opacity: 1;
    transition: 0.35s;
}
.woocommerce ul.products li.product a img {
    position: relative;
}
.custom-product-image {
    position: relative;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}
.title-related:after {
    content: '';
    border-top: 1px dashed #ddd;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 50%;
    margin-right: 10px;
}
.title-related {
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    position: relative;
    overflow: hidden;
}
h2.woocommerce-loop-product__title {
    font-size: 17px;
    color: #666;
}
.woocommerce .products .star-rating {
    float: left;
}
.img-pro-top:before {
    content: '';
    background-color: #ffc222;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    transition: 0.35s;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
}
.img-pro-top:hover:before{
    height: 100%;
    opacity: 1;
    transition: 0.35s;
}
.img-pro-top img {
    position: relative;
}
span.price del {
    font-size: 15px;
    text-decoration: none;
}
span.price ins {
    text-decoration: auto;
}
span.onsale {
    top: 15px;
    left: 15px;
    background: #ffd9d9;
    font-size: 12px !important;
    color: var(--second-color);
}
p.price del {
    font-size: 20px;
}
p.price ins {
    text-decoration: none;
}
/**************** service img ************/
.imge-serv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.imge-serv div {
    background: #fff;
    display: flex;
    border-radius: 15px;
    transition: 0.35s;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.imge-serv img {
    height: 85px;
    position: relative;
}
.imge-serv div:before {
    content: '';
    background: #f1f1f1;
    position: absolute;
    width: 95px;
    height: 95px;
    display: block;
    border-radius: 50%;
    transition: 0.35s;
}
.imge-serv div:hover:before {
    width: 110px;
    height: 110px;
    transition: 0.35s;
}
.imge-serv p {
    display: flex;
    flex-direction: column;
}
.imge-serv p span:nth-child(1) {
    color: var(--second-color);
    font-weight: 600;
}
.imge-serv p span:nth-child(2) {
    font-size: 12px;
}
a.button.product_type_simple {
    margin-top: 0 !important;
    background: transparent;
    padding: 0;
    color: var(--main-color);
}
span.acf-input-food {
    font-size: 13px;
    display: block;
    line-height: 1.5;
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px){
    .imge-serv p span:nth-child(1) {
        font-size: 15px;
    }
    .imge-serv p {
        width: 100%;
    }
    .imge-serv div:before {
        right: 25%;
        top: 0;
    }
    .imge-serv div {
        width: calc(50% - 5px);
        max-height: 100%;
        height: 200px;
        padding-left: 0;
        flex-direction: column;
        padding: 15px;
    }
    .imge-serv {
        gap: 10px;
    }
    .elementor-widget.elementor-widget-breadcrumbs nav {
        overflow-x: auto;
        white-space: nowrap;
    }

    .elementor-widget.elementor-widget-breadcrumbs nav::-webkit-scrollbar {
        width: 1px;
        height: 4px;
    }
    .elementor-widget.elementor-widget-breadcrumbs nav::-webkit-scrollbar-thumb{
    background: #d5d5d5;
    }
    .elementor-widget.elementor-widget-breadcrumbs nav::-webkit-scrollbar-track {
        background: #ebebeb;
    }
}
@media only screen and (min-width: 769px){
    .imge-serv p span:nth-child(1) {
        font-size: 18px;
    }
    .imge-serv p {
        width: 55%;
    }
    .bdt-wc-carousel-price-wrapper.bdt-flex-middle.bdt-flex-center.bdt-grid.bdt-grid-small {
        display: flex;
        align-items: flex-start;
    }
    .imge-serv div:before {
        right: 10px;
        top: 10%;
    }
    .imge-serv div {
        width: calc(25% - 5px);
        max-height: 150px;
        height: 130px;
        justify-content: space-between;
        padding-left: 10px;
    }
}
/*********** product flex ************/
li.product.type-product .custom-product-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
}

li.product.type-product {
    display: flex !important;
    justify-content: space-between !important;
}
ul.products.elementor-grid.columns-4 {
    display: flex !important;
}
a.button.product_type_simple {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    li.product.type-product .custom-product-image {
        width: 41%;
    }
    li.product.type-product .custom-product-info {
        width: 56%;
    }
    li.product.type-product {
        flex-direction: row-reverse !important;
        flex-wrap: wrap;
        width: 100%;
    }
    ul.products.elementor-grid.columns-4 {
        flex-direction: column;
    }
    .bdt-wc-products.bdt-wc-products-skin-table table img {
        width: 55px !important;
    }
    .elementor-2451 .elementor-element.elementor-element-4209061 img {
        opacity: 0.15 !important; 
    }
}

@media only screen and (min-width: 769px) {

    li.product.type-product a {
        width: 100%;
    }
    li.product.type-product .custom-product-info {
        width: 100%;
    }
    li.product.type-product {
        width: calc(25% - 15px) !important;
        flex-direction: column !important;
    }
    span.acf-input-food {
        width: 100%;
    }
    ul.products.elementor-grid.columns-4 {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
h2.woocommerce-loop-product__title a {
    color: #555;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    text-align: justify;
    border-bottom: 1px solid #f7f7f7;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #eee;
}
#mega-menu-wrap-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge {
    border-radius: 10px !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    background: #fff;
    box-shadow: 2px 2px 1px 1px rgba(160, 160, 160, 0.1) !important;
}
a.tel-header p {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.tel-header p span:nth-child(1) {
    font-size: 12px;
    letter-spacing: 0;
    color: var(--five-color);
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.cat-home a:hover img {
    transform: translateY(-10px);
    transition: 0.35s;
}
.cat-home img {
    position: relative;
    transition: 0.35s;
    max-width: 150px;
}
.cat-home a {
    position: relative;
}
.cat-home a:before {
    content: '';
    background: #fff7e3;
    width: 145px;
    height: 55px;
    position: absolute;
    bottom: 20%;
    left: 5px;
    border-radius: 20px;
}
.cat-home {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.cat-home h2 {
    color: var(--second-color);
}
.cat-home a {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
a.tell-mobile svg {
    width: 33px;
    height: 33px;
}
.elementor-post__thumbnail {
    border-radius: 15px !important;
}
.bdt-wc-carousel .bdt-badge {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f01e1e !important;
    background-color: #fff;
    border: 1px solid #ffc222;
    padding: 12px;
    z-index: 1;
}

.elementor-2451 .elementor-element.elementor-element-0f81184 .bdt-wc-carousel .bdt-badge {
    margin: 0 0 0 0;
    right: auto;
    left: 10px;
    top: 10px;
}