/* 
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 */

/*global*/


.hero-play-icon {
    cursor: pointer;
}

.hero-play-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85px;
    height: 88px;
    background-image: url("img/play-circle-svgrepo-com-green.svg");
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.home-product-tabs .e-n-tab-title[aria-selected="true"]::after {
    border-radius: 50px !important;
}

.news-price-box .elementor-icon {
    transform: rotate(180deg);
}

.general-about-us-image::after {
    content: url("img/play-circle-svgrepo-com.svg");
    position: absolute;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%) scale(.1);
    cursor: pointer;
}

.home-services-item p {
    text-align: center !important;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.wpcf7-response-output {
    margin: 25px 0 !important;
    border-radius: 10px !important;
}

/*global*/

/*main header*/

.main-header {
    position: absolute;
    top: 0;
    z-index: 1;
}

.header-cart .elementor-button-icon,
.header-cart .elementor-menu-cart__wrapper,
.header-cart .elementor-menu-cart__toggle {
    display: flex;
}

.header-cart .elementor-menu-cart__wrapper {
    position: relative;
}

.offCanvas-mobile-box img {
    filter: drop-shadow(0 0 1px #014342);
    transform: scale(1.5)
}

.header-cart .elementor-menu-cart__wrapper::before {
    content: "";
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.5px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translate(20px, -50%);
}

.header-cart .elementor-menu-cart__wrapper::after {
    content: "";
    display: flex;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.5px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translate(-20px, -50%);
}

.header-search .elementor-icon-wrapper {
    display: flex;
}

body:not(.home) .main-header {
    height: 150px;
    background-image: none !important;
}

/*main header*/

/*home hero*/

.home-hero-link-container::after {
    content: url('img/testimonial-section-curve.svg');
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(calc(50% - 4px), 19px);
    z-index: 0;
}

.hero-scroll-arrow {
    cursor: pointer;
}

.hero-scroll-arrow .elementor-icon-wrapper {
    display: flex;
}

.hero-scroll-arrow svg {
  transition: transform 0.6s ease;
  transform: rotate(90deg);
}

.hero-scroll-arrow:hover svg {
  transform: rotate(450deg);
}

/*home hero*/

/*video popup style*/

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-popup.hidden {
  display: none;
}

.video-popup-content {
  position: relative;
  max-width: 90%;
  max-height: 80%;
}

.video-popup video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.video-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    color: white;
    background-color: var(--e-global-color-primary);
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/*video popup style*/

/*home about link*/

.home-about-box .elementor-icon-box-wrapper::before {
    content: 'About us';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-55px, calc(-100% + 20px));
    font-family: 'Alike Angular';
    font-size: 75px;
    font-weight: 400;
    line-height: normal;
    color: rgba(244, 244, 244, 1);
}

.home-about-link .elementor-icon-box-content {
    padding: 10px 45px;
}

.home-about-link .elementor-icon-box-icon {
    padding: 10px;
}

.home-about-link svg {
    transition: transform 0.5s;
}

.home-about-link:hover svg {
    transform: rotate(-45deg);
}

/*home about link*/

/*home product category*/

.home-category-box .elementor-icon-box-wrapper::before {
    content: 'Categories';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-55px, calc(-100% + 20px));
    font-family: 'Alike Angular';
    font-size: 75px;
    font-weight: 400;
    line-height: normal;
    color: rgba(244, 244, 244, 1);
}

.home-category-title .elementor-heading-title::before {
    content: "";
    display: flex;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translate(100%, -50%);
    width: 115px;
    height: 1px;
    background-color: #fff;
    background-image: linear-gradient(90deg, rgba(164, 97, 11, 1) 0%, rgba(227, 200, 166, 1) 100%);
}

.home-category-title .elementor-heading-title::after {
    content: "";
    display: flex;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 115px;
    height: 1px;
    background-color: #fff;
    background-image: linear-gradient(90deg, rgba(227, 200, 166, 1) 0%, rgba(164, 97, 11, 1) 100%);
}

.home-category-link .elementor-icon-box-wrapper::after {
    content: "";
    width: 150px;
    height: 133px;
    background-image: url('img/home-category-link-diamond.svg');
    transform: translate(0, -50px);
}

.home-product-category-grid .elementor-grid .e-loop-item:nth-child(even) {
    transform: translate(0, -60px);
}

/*home product category*/

/*home pricing*/

.home-pricing-box .elementor-icon-box-wrapper::before {
    content: 'Pricing';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-55px, calc(-100% + 20px));
    font-family: 'Alike Angular';
    font-size: 75px;
    font-weight: 400;
    line-height: normal;
    color: rgba(244, 244, 244, 1);
    z-index: -1;
}

/*home pricing*/

/*home weblog carousel*/

.home-weblog-box .elementor-icon-box-wrapper::before {
    content: 'Weblog';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-55px, calc(-100% + 20px));
    font-family: 'Alike Angular';
    font-size: 75px;
    font-weight: 400;
    line-height: normal;
    color: rgba(244, 244, 244, 1);
}

.home-weblog-link .elementor-icon-box-wrapper::after {
    content: "";
    width: 218px;
    height: 154px;
    background-image: url("img/weblog-link-diamond.svg");
    transform: translate(0px, -50px);
}

.weblog-container .elementor-loop-container {
    overflow: visible !important;
}

.home-weblog-carousel .swiper-slide {
    transition: transform .7s;
}

.home-weblog-carousel .swiper-slide-prev,
.home-weblog-carousel .swiper-slide-duplicate-active {
    filter: grayscale(1) opacity(0.5);
    transform: translateY(60px);
}

.home-weblog-carousel .elementor-swiper-button svg {
    opacity: 0.5;
}

.home-weblog-carousel .elementor-swiper-button:hover svg {
    opacity: 1;
}

.home-weblog-carousel .elementor-swiper-button:hover svg path {
    fill: #B59B4E;
}

/*home weblog carousel*/

/*home services*/

.home-services-box .elementor-icon-box-wrapper::before {
    content: '?Why our store';
    position: absolute;
    width: 36vw;
    top: 0;
    right: 0;
    transform: translate(-55px, calc(-100% + 20px));
    font-family: 'Alike Angular';
    font-size: 75px;
    font-weight: 400;
    line-height: normal;
    color: rgba(244, 244, 244, 1);
}

.home-services-link .elementor-icon-box-wrapper::after {
    content: "";
    width: 159px;
    height: 109px;
    background-image: url("img/services-link-diamond.svg");
    transform: translate(0px, -25px);
}


.home-services-item .elementor-icon-box-icon {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-30px, 30px);
}

.home-services-item .elementor-icon-box-title {
    padding-right: 70px;
    padding-top: 15px;
}

/*home services*/

/*home testimonial*/

.home-testimonial-box .elementor-icon-box-wrapper::before {
    content: 'Feedback';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-55px, calc(-100% + 20px));
    font-family: 'Alike Angular';
    font-size: 75px;
    font-weight: 400;
    line-height: normal;
    color: rgba(244, 244, 244, 1);
}

.home-testimonial-link .elementor-icon-box-wrapper {
    position: relative;
}

.home-testimonial-link .elementor-icon-box-wrapper::after {
    content: "";
    width: 145px;
    height: 147px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('img/testimonial-link-spark.svg');
    transform: translate(85%, -80%);
}

.home-testimonial-star .elementor-widget-container {
    transform: translate(0, calc(-100% - 20px));
    height: 0 !important;
}

.home-testimonial-carousel .e-n-carousel {
    padding-bottom: 0 !important;
    box-shadow: 0px 16px 36px 0px #0000001A, 0px 66px 66px 0px #00000017, 0px 148px 89px 0px #0000000D, 0px 263px 105px 0px #00000003, 0px 411px 115px 0px #00000000;
    border-radius: 40px;
}

.home-testimonial-carousel .elementor-swiper-button {
    backdrop-filter: blur(20px);
    box-shadow:
        -1px 2px 4px 0px rgba(0, 0, 0, 0.1),
        -2px 8px 8px 0px rgba(0, 0, 0, 0.09),
        -5px 17px 11px 0px rgba(0, 0, 0, 0.05),
        -10px 30px 13px 0px rgba(0, 0, 0, 0.01),
        -15px 47px 14px 0px rgba(0, 0, 0, 0);
}

.home-testimonial-carousel .swiper-pagination {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-testimonial-carousel-subject-image {
    position: relative;
}

.home-testimonial-carousel-subject-image::before {
    content: 'مشاهده طرح';
    width: fit-content;
    white-space: nowrap;
    position: absolute;
    right: -5px;
    top: 0;
    transform: translate(100%, 0);
    background-color: rgb(240 173 78);
    border-radius: 15px;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.home-testimonial-carousel-subject-image:hover::before {
    opacity: 1;
}

.home-testimonial-carousel-subject-image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center center;
    background-color: rgb(0 0 0 / 30%);
    border-radius: 15px;
    opacity: 1;
    transition: background-color 0.3s ease, background-image 0.3s ease;
    pointer-events: none;
}

.home-testimonial-carousel-subject-image:hover::after {
    background-image: url('img/custom-vip-icon.svg');
    background-color: rgb(0 0 0 / 50%);
}

.home-testimonial-carousel-subject-image .elementor-widget-container::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -10px;
    top: -10px;
    background-image: url('img/custom-vip-icon.svg');
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: calc(100% - 5px) 5px;
    pointer-events: none;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.home-testimonial-carousel-subject-image:hover .elementor-widget-container::after {
    opacity: 0;
}

.testimonial-link-icon .elementor-icon-wrapper {
    display: flex;
}

.testimonial-link .elementor-icon-box-content {
    padding: 10px 25px;
}

.testimonial-link .elementor-icon-box-icon {
    padding: 10px;
}

.testimonial-link svg {
    transition: transform 0.5s;
}

.testimonial-link:hover svg {
    transform: rotate(-45deg);
}

/*home testimonial*/

/*home product carousel*/

.home-product-carousel .swiper-wrapper {
    padding-top: 80px;
}

.home-product-carousel .swiper-slide {
    transition: transform .5s;
}

.home-product-carousel .swiper-slide:hover {
    transform: translateY(-50px);
}

.home-product-carousel .swiper-slide .item-product-price-link svg {
    transition: transform .5s;
}

.home-product-carousel .swiper-slide:hover .item-product-price-link svg {
    transform: rotate(-45deg);
}

.home-product-carousel .elementor-swiper-button svg {
    opacity: 0.5;
}

.home-product-carousel .elementor-swiper-button:hover svg {
    opacity: 1;
}

.home-product-carousel .elementor-swiper-button:hover svg path {
    fill: #B59B4E;
}

/*home product carousel*/

/*main footer*/

.footer-top-logo {
    transform: translateY(-50%);
    position: relative;
}

.footer-top-logo::after {
    content: url('img/footer-top-curve.svg');
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, calc(-50% + 22px));
    z-index: -1;
}

.footer-contact .elementor-icon-list-item {
    direction: ltr;
}

.footer-social .elementor-icon-list-item {
    direction: ltr;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 100%;
    justify-content: center !important;
    align-items: center !important;
}

.footer-social .elementor-icon-list-item:hover {
    background-color: #fff;
}

.footer-social .elementor-icon-list-item svg {
    margin: 0 0 0 5px !important;
}

.footer-social .elementor-icon-list-item:hover svg path {
    fill: var(--e-global-color-primary) !important;
}

.footer-copyright .elementor-heading-title {
    direction: ltr;
    position: relative;
}

.footer-copyright .elementor-heading-title::before {
    content: "";
    display: flex;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translate(100%, -50%);
    width: 230px;
    height: 1px;
    background-color: #fff;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, var(--e-global-color-primary) 100%);
}

.footer-copyright .elementor-heading-title::after {
    content: "";
    display: flex;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 230px;
    height: 1px;
    background-color: #fff;
    background-image: linear-gradient(90deg, var(--e-global-color-primary)0%, rgba(255, 255, 255, 1) 100%);
}

/*main footer*/

/*item product category*/

.item-product-category {
    box-shadow:
        0px 13px 28px 0px rgba(0, 0, 0, 0.1),
        0px 50px 50px 0px rgba(0, 0, 0, 0.09),
        0px 114px 68px 0px rgba(0, 0, 0, 0.05),
        0px 202px 81px 0px rgba(0, 0, 0, 0.01),
        0px 315px 88px 0px rgba(0, 0, 0, 0);
}

/*item product category*/

/*item product*/

.item-product-image-container {
    height: 300px;
}

.item-product-image-container::after {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: -1px;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 1) 100%);
    border-radius: 0 0 62px 62px;
    z-index: 0;
}

.item-product-price-link .elementor-icon-box-icon {
    padding: 20px 15px;
}

.item-product-price-link .elementor-icon {
    position: relative;
    left: -2px;
}

.item-product-price-link .elementor-icon-box-content {
    padding: 10px 13px;
    width: 160px !important;
    white-space: nowrap;
    text-align: right;
}

.item-product-price-link .woocommerce-Price-currencySymbol {
    font-size: 13px;
}

/*item product*/

/*item product archive*/

.item-product-archive-image-container {
    height: 300px;
}

.item-product-archive-container:hover .item-product-archive-title .elementor-heading-title {
    color: #000;
}

.item-product-archive-link .elementor-icon-box-icon {
    padding: 10px 15px;
}

.item-product-archive-link .elementor-icon-box-content {
    padding: 10px 13px;
    width: 130px !important;
    white-space: nowrap;
    text-align: right;
}

.item-product-archive-container:hover .item-product-archive-link .elementor-icon-box-icon svg path {
    fill: #fff;
}

.item-product-archive-container:hover .item-product-archive-link .elementor-icon-box-title {
    color: #fff !important;
}

.item-product-archive-container:hover .item-product-archive-link .elementor-widget-container {
    background-image: url('img/item-product-archive-link-bg-hover.svg') !important;
}

.item-product-archive-price .woocommerce-Price-currencySymbol {
    font-size: 10px;
}

.item-product-archive-price .elementor-heading-title {
    color: var(--e-global-color-primary);
}


/*item product archive*/

/*item weblog*/

.item-weblog {
    box-shadow:
        0px 12px 26px 0px rgba(0, 0, 0, 0.1),
        0px 48px 48px 0px rgba(0, 0, 0, 0.09),
        0px 108px 65px 0px rgba(0, 0, 0, 0.05),
        0px 192px 77px 0px rgba(0, 0, 0, 0.01),
        0px 300px 84px 0px rgba(0, 0, 0, 0);
}

.item-weblog-title .elementor-heading-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.item-weblog-excerpt p {
    margin: 0;
}

/*item weblog*/

/*product archive*/

.archive-product-filter .jet-sorting-label,
.archive-product-filter .jet-filter-label {
    font-family: var(--e-global-typography-primary-font-family);
}

.archive-product-filter select {
    appearance: none;
    background-image: url('img/archive-product-filter-arrow.svg');
    background-repeat: no-repeat;
    background-position: 20px center;
    outline: none;
    font-family: var(--e-global-typography-primary-font-family);
}

.product-archive-grid .item-product-archive-container:hover {
    transform: translate(0, -30px);
}

.product-archive-grid .item-product-archive-container:hover .item-product-archive-link svg {
    transition: transform .5s;
}

.product-archive-grid .item-product-archive-container:hover .item-product-archive-link svg {
    transform: rotate(-45deg);
}

/*product archive*/

/*product single top aside*/

.single-product-top-aside .elementor-icon-list-item {
    flex-direction: row-reverse;
    gap: 3px;
}

.single-product-top-aside .elementor-icon-list-item .elementor-icon-list-icon {
    cursor: pointer;
}

.single-product-top-aside .elementor-icon-list-icon {
    width: 44px;
    height: 44px;
    background-color: rgba(3, 45, 45, 0.06);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product-top-aside .elementor-icon-list-icon svg {
    margin-left: 0 !important;
}

.single-product-top-aside .elementor-icon-list-text {
    padding-right: 0 !important;
    background-image: url('img/single-product-top-aside-bg.svg');
    background-position: center center;
    background-size: cover;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    width: 90px;
    height: 0;
    overflow: hidden;
    transition: height 0.5s, color 0.3s !important;
    position: absolute;
    top: 0;
    right: -4px;
    transform: translate(100%, 0);
}

.single-product-top-aside .elementor-icon-list-item:hover .elementor-icon-list-text {
    height: 40px;
}

.single-product-top-aside .jet-compare-button__link {
    padding: 0;
    display: contents !important;
}

/*product single top aside*/

/*product single woocommerce gallery*/

.custom-swiper-gallery {
    overflow: hidden;
    border-radius: 62px;
}

.custom-swiper-gallery .swiper-button {
    background-color: #fff;
    box-shadow: 0px 4px 45.8px 0px #E9B87330;
}

.custom-swiper-gallery .swiper-button::after {
    font-size: 20px;
    color: #333333;
}

.custom-swiper-gallery .swiper-button:hover::after {
    color: #A4610B;
}

.custom-swiper-gallery .swiper-button-prev {
    height: 70px;
    width: 35px;
    border-radius: 22px 0 0 22px;
    right: 0;
}

.custom-swiper-gallery .swiper-button-next {
    height: 70px;
    width: 35px;
    border-radius: 0 22px 22px 0;
    left: 0;
}

/*product single woocommerce gallery*/

/*product single stars*/

.rating-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.rating-title {
    color: #2C3370;
    font-weight: 700;
    font-size: 14px;
}

.rating-stat {
    color: #1B2262;
    font-weight: 400;
    font-size: 14px;
}

/*product single stars*/

/*product single variation form*/

.custom_variations_form,
.custom_simple_product_form {
    padding: 20px;
    background-color: rgba(0, 51, 52, 0.03);
    border-radius: 10px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.custom-variable-table {
    margin-bottom: 25px !important;
}

.custom-variable-table .label label {
    font-weight: 700 !important;
    font-size: 12px;
    line-height: 27px;
}

.custom-variable-table tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 50px;
}

.custom-variable-table tr {
    display: flex;
    flex-direction: column;
    width: calc(50% - 25px);
    border: none;
}

.custom-variable-table tr td {
    padding: 0;
    background-color: transparent !important;
}

.custom-variable-table tr td.value {
    position: relative;
}

.custom-variable-table tr td.value {
    position: relative;
}

.custom-variable-table .discount-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    background-image: linear-gradient(135deg, #003132 0%, #004e4fb3 100%);
    color: #fff;
    border-radius: 3px 0 0 3px;
    white-space: nowrap;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    width: fit-content;
    padding: 0 10px;
}

#wage_discount,
#weight_discount {
    display: none;
}

.custom-variable-table tr td:has(input[name="custom_message"])::before {
    content: attr(data-error);
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0,100%);
    font-size: 9px;
    color: red;
}

.custom-variable-table tr td input,
.custom-variable-table tr td select {
    font-weight: 500;
    font-size: 12px;
    line-height: 27px;
    color: #000;
    box-shadow: 0px 4px 41.5px 0px rgba(0, 0, 0, 0.03);
    border: none;
    margin: 0 !important;
    background-color: #fff !important;
}

.custom-variable-table #variation_wage,
.custom-variable-table #variation_price {
    background-image: none;
}

.custom-variable-table tr td input:focus-visible,
.custom-variable-table tr td select:focus-visible {
    outline: none;
}

.custom-variable-table tr td input[disabled],
.custom-variable-table tr td select[disabled] {
    background-color: rgba(240, 240, 240, 1) !important;
}

.custom-variable-submit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid rgba(214, 214, 214, 1);
    padding-top: 25px;
}

.custom-variable-submit label {
    color: #2B2B2B;
    font-weight: 500;
    font-size: 10px;
    line-height: 27px;
}

.custom-variable-submit .calculated_price {
    font-size: 20px;
    font-weight: 700;
    color: #06382A;
    border-radius: 10px;
    padding: 15px 60px;
    margin: 0;
    background-color: #FFFFFF;
}

.custom-variable-submit .single_add_to_cart_button {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #fff !important;
    background-color: rgba(6, 134, 49, 1) !important;
    box-shadow: 0px 4px 50px 0px rgba(197, 253, 216, 1) !important;
    padding: 15px 60px !important;
    border-radius: 10px !important;
}

form.custom_variations_form .custom-variable-submit .calculated_price {
    position: relative;
}

form.custom_variations_form .custom-variable-submit .calculated_price .regular-price {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-12.5px,-50%);
    font-size: 12px;
    text-decoration: line-through;
    padding: 5px 10px;
    color: #fff;
    background-color: var(
    --e-global-color-primary);
    border-radius: 10px;
}

form.custom_simple_product_form .custom-variable-submit .calculated_price {
    position: relative;
}

form.custom_simple_product_form .calculated_price > del {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-12.5px,-50%);
    padding: 5px 10px;
    color: #fff;
    background-color: var(--e-global-color-primary);
    border-radius: 10px;
    text-decoration: none;
}

form.custom_simple_product_form .calculated_price > del > span{
    display: flex;
}

form.custom_simple_product_form .calculated_price > del bdi {
    font-size: 12px;
    text-decoration: line-through;
}

form.custom_simple_product_form .calculated_price > ins {
    text-decoration: none;
}

/*product single variation form*/

/*product single text preview*/

.custom-message-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.custom-message-container .message-style {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
}

.custom-message-container .message-style > div{
    width: 50%;
}

.custom-message-container .message-style .label {
    font-weight: 700 !important;
    font-size: 10px;
    line-height: 27px;
}

.custom-message-container .option-list {
    display: flex;
    gap: 5px;
    list-style: none;
    padding: 0;
}

.custom-message-container .option-list li {
    border: 1px solid #dbdee6;
    border-radius: 2px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #637284;
    font-size: 20px;
}

.custom-message-container .option-list li.active {
    border: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.custom-message-container .message-symbol .symbol-list {
    display: flex;
    gap: 5px;
}

.custom-message-container .message-symbol .symbol-item  {
    border: 1px solid #dbdee6;
    border-radius: 2px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #637284;
    font-size: 20px;
}

.char-counter {
    font-weight: 700 !important;
    font-size: 10px;
    line-height: 27px;
    margin-top: 25px;
}

.char-counter::before {
    content: 'متن انتخابی نمی‌تواند از 25 کاراکتر بیشتر باشد';
    display: inline-block;
    margin-left: 10px;
    color: var(--e-global-color-secondary);
}

.custom-message-container .message-preview {
    width: 380px;
    height: 176px;
    margin: 25px auto;
    position: relative;
    background-image: url('img/text-ring-bg-white.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 30px;
    box-shadow: 0 0 20px #003b3d14;
}

.custom-message-container .message-preview .preview-text-container {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.custom-message-container .message-preview .preview-text-container .preview-text svg{
    width: 100%;
    height: 100%;
    font-size: 22px;
}

/*product single text preview*/

/*product single tabs*/

.single-product-tabs-trigger:hover .elementor-widget-container {
    box-shadow: 0px 4px 39.7px 0px rgba(5, 59, 60, 0.52);
}

#desc-trigger:hover svg path {
    fill: #fff
}

#related-trigger:hover svg path,
#faq-trigger:hover svg path,
#comments-trigger:hover svg path {
    stroke: #fff;
}

.single-product-tabs-trigger .elementor-icon-box-title a {
    width: -webkit-fill-available;
    display: inline-block;
}

.single-product-tabs-trigger:hover .elementor-icon-box-title a {
    color: #fff;
}

/*product single tabs*/

/*product single related*/

.single-product-related-carousel .swiper-wrapper {
    padding-top: 75px;
}

.single-product-related-carousel .swiper-slide {
    transition: transform .5s;
}

.single-product-related-carousel .swiper-slide:hover {
    transform: translateY(-50px);
}

.single-product-related-carousel .swiper-slide:hover .item-product-archive-link svg {
    transition: transform .5s;
}

.single-product-related-carousel .swiper-slide:hover .item-product-archive-link svg {
    transform: rotate(-45deg);
}

.single-product-related-carousel .elementor-swiper-button:hover svg path {
    fill: #B59B4E;
}

/*product single related*/

/*product single faq*/

.single-product-faq {
    font-family: var(--e-global-typography-primary-font-family);
}

.faq-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-question {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius: 10px;
    padding: 22.5px 45px;
}

.faq-question-text {
    font-size: 16px;
    font-weight: 600;
    color: rgba(39, 68, 93, 1);
}

.faq-toggle {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(248, 248, 248, 1);
    border-radius: 100%;
    margin-right: auto;
    cursor: pointer;
    transition: transform .7s;
}

.faq-toggle:hover {
    transform: rotate(180deg);
}

.faq-answer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    background-color: rgba(233, 184, 115, 0.08);
    border-radius: 10px;
}

.faq-answer-title {
    font-weight: 700;
    font-size: 15px;
    color: var(--e-global-color-secondary);
    padding: 30px 45px 30px 0;
}

.faq-answer-text {
    font-weight: 400;
    font-size: 15px;
    color: rgba(39, 68, 93, 1);
    padding: 30px 0 30px 45px;
}

.no-faq {
    font-family: var(--e-global-typography-primary-font-family);
}

/*product single faq*/

/*product single comments*/

.custom-comments-wrapper {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.custom-comment-form:has(#wp-temp-form-div) {
    padding: 0;
    margin: 0;
}

.custom-comment {
    padding: 25px;
    background-color: #F6F6F6;
    border-radius: 15px;
    margin-top: 15px;
    position: relative;
}

.comment-owner {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-left: 5px;
}

.time-ago {
    font-size: 14px;
    font-weight: 500;
    color: #989898;
}

.comment-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 37px;
    text-align: justify;
    color: #343A3A;
    margin-top: 10px;
}

.rating-container {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.rating-text,
.rating-number {
    font-size: 14px;
    font-weight: 700;
    color: #2C3370;
}

.reply-link {
    position: absolute;
    left: 25px;
    top: 25px;
}

.reply-link a {
    color: var(--e-global-color-secondary);
}

.custom-comment-form,
.comment-respond {
    padding: 25px;
    background-color: #F6F6F6;
    border-radius: 15px;
    margin: 30px 0;
}

.comment-respond .comment-form label,
.custom-comment-form label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    display: inline-block;
}

.custom-comments-wrapper .comment-reply-title {
    position: relative;
    line-height: normal;
    margin: 30px 0;
}

.custom-comments-wrapper .comment-reply-title small {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.custom-comments-wrapper .comment-reply-title small a {
    color: var(--e-global-color-secondary);
    font-size: 16px;
}

.comment-respond .comment-form .logged-in-as a,
.custom-comment-form .logged-in-as a {
    color: var(--e-global-color-secondary);
}

.comment-respond .comment-form textarea,
.custom-comment-form textarea {
    width: 100%;
    height: 100px;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #343A3A;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    resize: none;
    margin-bottom: 15px;
    line-height: 1.5;
}

.comment-respond .comment-form textarea:focus-visible,
.custom-comment-form textarea:focus-visible {
    outline: none;
    border-color: var(--e-global-color-primary);
}

.comment-respond .comment-form select,
.custom-comment-form select {
    font-size: 16px;
    font-weight: 500;
    color: #343A3A;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    width: 100%;
}

.comment-respond .comment-form .submit-button,
.custom-comment-form .submit-button {
    background-color: var(--e-global-color-primary) !important;
    color: white !important;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.comment-respond .comment-form .submit-button:hover,
.custom-comment-form .submit-button:hover {
    background-color: white !important;
    color: var(--e-global-color-primary) !important;
}

.comment-respond .comment-form .comment-form-rating,
.custom-comment-form .comment-form-rating {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
}

.comment-respond .comment-form .comment-form-rating .stars,
.custom-comment-form .comment-form-rating .stars {
    margin: 0;
}

.comment-respond .comment-form .comment-form-rating a,
.custom-comment-form .comment-form-rating a {
    color: #FABF35;
}

.comment-respond .comment-form .comment-form-rating a:hover,
.custom-comment-form .comment-form-rating a:hover,
.custom-comment-form .comment-form-rating a:active {
    color: var(--e-global-color-secondary);
}

.comment-respond .comment-form .comment-form-rating label,
.custom-comment-form .comment-form-rating label {
    font-weight: 700;
    color: #2C3370;
    font-size: 14px;
}

.no-comments-found {
    margin: 30px 0;
}

/*product single comments*/

/*my account woocommerce page*/

.elementor-widget-woocommerce-my-account {
    font-family: var(--e-global-typography-primary-font-family), 'sans-serif';
}

/*my account woocommerce page*/

/*custom order page*/

.order-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    background-color: rgba(0, 51, 52, 0.03);
    padding: 15px;
    border-radius: 10px;
}

.order-form .form-title {
    display: inline-block;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%;
}

.order-form input[type="text"],
.order-form input[type="number"],
.order-form input[type="tel"],
.order-form select,
.order-form input[type="file"],
.order-form textarea{
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 41.5px 0px rgba(0, 0, 0, 0.03);
}

.order-form textarea{
    height: 50px;
}

.order-form select {
    appearance: none;
    background-image: url('img/order-form-arrow.svg');
    background-position: 20px 50%;
    background-repeat: no-repeat;
}

.order-form input[type="text"]:focus-visible,
.order-form input[type="number"]:focus-visible,
.order-form input[type="tel"]:focus-visible,
.order-form select:focus-visible,
.order-form textarea:focus-visible {
    outline: none;
}

.order-submit {
    margin-top: 50px;
}

.order-submit input[type="submit"] {
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    color: #fff;
    border: none;
    border-radius: 10px;
    background-color: rgba(6, 134, 49, 1);
    width: -webkit-fill-available;
    box-shadow: 0px 4px 50px 0px rgba(197, 253, 216, 1);
}

.order-submit input[type="submit"]:hover {
    color: rgba(6, 134, 49, 1);
    background-color: #fff;
}

#order-file-input .wpcf7-form-control-wrap {
    padding: 8px 0;
    display: inline-block;
    width: 100%;
}

#order-file-input .wpcf7-form-control-wrap input {
    position: relative;
    padding-right: 10px;
    min-height: 40px;
}

#order-file-input .wpcf7-form-control-wrap input::before {
    content: attr(data-file-name);
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 30px;
    min-height: 40px;
    background-color: #fff;
    z-index: 1;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

#order-file-input input {
    width: 100%;
}

.order-form .full-row {
    width: 100%;
}

.order-form .half-row {
    width: calc(50% - 12.5px);
}

.order-form p,
.order-submit p {
    margin: 0;
}

.order-form .wpcf7-not-valid-tip {
    margin-top: 10px;
}

.order-form br,
.order-submit .wpcf7-spinner {
    display: none;
}

.order-form-upload-box,
.order-form-upload {
    cursor: pointer;
}

.order-form-upload-container::after {
    content: url('img/order-form-shape.svg');
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate(-50%, -50%);
    cursor: auto;
}

/*custom order page*/

/*compare page*/

.jet-compare-table {
    margin-bottom: 0 !important;    
}

/*compare page*/

/*about us page*/

.about-hero-image-box .elementor-image-box-img::before {
    content: url('img/about-hero-text.svg');
    position: absolute;
    left: 50%;
    bottom: calc(50% + 30px);
    transform: translate(-50%, 50%);
    z-index: -1;
}

.about-feature-container::after {
    content: url('img/about-feature-spark.svg');
    position: absolute;
    right: 30%;
    top: 0;
    transform: translateY(-50%);
}

.about-feature-subject::after {
    content: url('img/about-feature-diamonds.svg');
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
}

.about-values-container::before {
    content: url('img/about-value-right.png');
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0,-100px);
    mix-blend-mode: luminosity;
    z-index: -1;
}

.about-values-container::after {
    content: url('img/about-value-left.png');
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0,-100px);
    mix-blend-mode: luminosity;
    z-index: -1;
}

.about-value-box::after {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-image: linear-gradient(147.07deg, rgba(233, 184, 115, 0.29) 64.9%, #A4610B 101.47%);
    z-index: -1;
    border-radius: 25px;
}

/*about us page*/

/*global woocommerce style*/

.woocommerce-notices-wrapper {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    margin: auto;
}

.elementor-widget-woocommerce-cart .woocommerce,
.elementor-widget-woocommerce-checkout-page {
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
}

.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message {
    margin: 0;
}

/*global woocommerce style*/