/*
Theme Name:   Hello Elementor Child
Theme URI:    https://itfaam.ir/
Description:  A hello-elementor child theme 
Author:       itfaam
Author URI:   http://itfaam.ir
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/



/* @import url("../hello-elementor/style.css"); */


/*==============GLOBAL==============*/
@font-face {
    font-family: "Peyda";
    src: url("assets/font/PeydaRegular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Peyda";
    src: url("assets/font/PeydaBlack.woff2") format("woff2");
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: "Peyda";
    src: url("assets/font/PeydaExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Peyda";
    src: url("assets/font/PeydaLight.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Peyda";
    src: url("assets/font/PeydaSemiBold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Peyda";
    src: url("assets/font/PeydaBold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

* {
    text-decoration: none;
}

*:not(i) {
    font-family: "Peyda";
}

body {
	margin: 0 !important;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: inside;
}

.elementor-icon-wrapper,
.elementor-icon-box-icon {
	line-height: 0;
}

.elementor-widget-image a {
    width: 100%;
    height: 100%;
}

.elementor-image-box-img {
	flex-shrink: 0;
	line-height: 0;
}

.height-full{
    height:100%; 
}
.height-zero{
    height:0;
}
.height-var-min{
    height: var(--min-height);
}


p, h1, h2, h3, h4, h5 {
	margin: 0;
}

ul {
    padding: 0;
    margin: 0;
	list-style: inside;
}

.elementor-icon-box-icon,
.elementor-icon-wrapper  {
	line-height: 0;
}

.elementor-widget-image a {
    width: 100%;
}
.elementor-counter-title {
    line-height: 30px !important;
}

[data-elementor-type="wp-page"] {
    overflow-x: hidden !important;
}
.elementor-icon-box-icon {
    margin: 0;
}

.pswp {
    display: none !important;
}

.term-description img {
	margin: auto;
  	display: flex;
}

@media only screen and (max-width: 768px) {
    .icon-box .elementor-icon-box-content {
       display: flex;
       align-items: center;
    }
}


/*================ANIMATIONS================*/
/*@keyframes shadow_pulse{0%{box-shadow:0 0 0 0 #00000055}70%{box-shadow:0 0 0 20px rgba(0,0,0,0)}100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}}*/
/*.shadow-pulse > .elementor-widget-container {*/
/*	animation: shadow_pulse 2s infinite;*/
/*}*/


@keyframes shadow-pulse-animation{0%{box-shadow:0 0 0 0 #00000055}70%{box-shadow:0 0 0 20px rgba(0,0,0,0)}100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}}
.shadow-pulse > .elementor-widget-container {
    animation: shadow-pulse-animation 2s infinite
    
}

/*=======================table===========================*/
/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/*=======================PRODUCT SINGLE===========================*/
.product-catalog{
    display: none;
}
.product-catalog[data-catalog]{
    display: flex;
}

/*=============CHECKOUT SINGLE=============*/
.check-out-single .woocommerce-shipping-fields{
    display: none;
}


/*=========PAGE - MY ACCOUNT=========*/
#custom-my-account .e-my-account-tab.e-my-account-tab__dashboard .e-wc-account-tabs-nav {
    display: none !important;
}
#custom-my-account .e-my-account-tab.e-my-account-tab__dashboard .woocommerce-MyAccount-content {
    padding-top: 0 !important;
}

@media only screen and (max-width: 767px) {
    #custom-my-account .elementor-widget-icon-box {
        width: 150px;
    }
    #custom-my-account .elementor-widget-icon-box .elementor-widget-container {
        padding: 15px 10px;
    }
    #custom-my-account .elementor-widget-icon-box .elementor-icon-box-icon {
        font-size: 40px;
    }
    #custom-my-account .elementor-widget-icon-box .elementor-icon-box-title a {
        font-size: 15px;
    }
    #custom-my-account .elementor-widget-icon-box .elementor-icon-box-description {
        font-size: 13px;
    }
}

/*================ARTICLE SINGLE - TABLE OF CONTENT================*/
#article-single-table-content ul {
    list-style: none;
    padding: 0;
}
#article-single-table-content ul li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #888;
    padding-right: 0;
    transition: all .3s;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#article-single-table-content ul li::before {
    content: "";
    width: 4px;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: var(--e-global-color-primary);
    border-radius: 100px;
}
#article-single-table-content ul li[scrolled="active"] {
    color: #000;
}
#article-single-table-content ul li[scrolled="last-active"] {
    font-size: 17px;
    color: var(--e-global-color-primary);
    font-weight: bold;
    padding-right: 20px;
}
#article-single-table-content ul li[scrolled="last-active"]::before {
    height: 100%;
}

/*================ARTICLE SINGLE - STICKY SIDE BAR================*/
#article-single-sidebar[sticky="relative"] {
    position: relative;
    top: 0 !important;
}
#article-single-sidebar[sticky="fixed"] {
    left: calc(50% - 600px);
}
#article-single-sidebar[sticky="absolute"] {
    left: 0;
}
#article-single-sidebar[sticky="fixed"] {
    position: fixed;
    bottom: auto !important;
}
#article-single-sidebar[sticky="absolute"] {
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
}
@media only screen and (max-width: 1200px) {
    #article-single-sidebar[sticky="fixed"] {
        left: calc(50% - 512.5px);
    }
}
@media only screen and (max-width: 1025px) {
    #article-single-sidebar[sticky="fixed"] {
        left: calc(50% - 440px);
    }
}
@media only screen and (max-width: 880px) {
    #article-single-sidebar[sticky="fixed"] {
        left: calc(50% - 384px);
    }
}
@media only screen and (max-width: 767px) {
    #article-single-sidebar {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    #article-single-sidebar {
        position: relative !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }
}

/*================ARTICLE SINGLE================*/
#article-main-image {
    height: 100%;
}
/*----------------------------------------------*/
#article-single-content .e-con {
    padding: 0;
}
#article-single-content h2 {
    color: var(--e-global-color-primary);
    margin: 10px 0;
    font-size: 20px;
}
#article-single-content h3 {
    color: var(--e-global-color-primary);
    margin: 10px 0;
    font-size: 17px;
}
#article-single-content h4 {
    color: var(--e-global-color-primary);
    margin: 10px 0;
    font-size: 15px;
}
#reply-title {
    display: none;
}
#article-single-box .elementor-post-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#article-single-box .elementor-post-navigation .elementor-post-navigation__separator {
    width: 1px;
    height: 50px;
}
#article-single-box .elementor-post-navigation .elementor-post-navigation__link a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#article-single-box .elementor-post-navigation .elementor-post-navigation__link__next,
#article-single-box .elementor-post-navigation .elementor-post-navigation__link__prev {
    display: flex;
    flex-direction: column;
}
#article-single-box .elementor-post-navigation .elementor-post-navigation__link__prev {
    text-align: right;
}
#article-single-box .elementor-post-navigation .elementor-post-navigation__link__next {
    text-align: left;
}
#article-single-box .elementor-post-navigation .post-navigation__arrow-prev {
    margin-inline-end: 15px;
}
#article-single-box .elementor-post-navigation .post-navigation__arrow-next {
    margin-inline-start: 15px;
}
#article-single-box .elementor-post-navigation .post-navigation__arrow-wrapper i::before {
    display: none;
}
#article-single-box .elementor-post-navigation .post-navigation__arrow-wrapper i {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='20'><path fill='%23B09A69' fill-rule='evenodd' d='M.366 19.708c.405.39 1.06.39 1.464 0l8.563-8.264a1.95 1.95 0 0 0 0-2.827L1.768.292A1.063 1.063 0 0 0 .314.282a.976.976 0 0 0-.011 1.425l7.894 7.617a.975.975 0 0 1 0 1.414L.366 18.295a.974.974 0 0 0 0 1.413'/></svg>");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 11px;
    height: 20px;
    display: inline-block;
}
#article-single-box .elementor-post-navigation .post-navigation__arrow-next i {
    transform: rotate(180deg);
}
#article-single-current-progress .current-progress {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}
#article-single-box .elementor-author-box {
    display: flex;
}
#article-single-box .elementor-author-box .elementor-author-box__avatar {
    line-height: 0;
}
#article-single-box .elementor-author-box .elementor-author-box__avatar img {
    border-radius: 100px;
}
@media only screen and (max-width: 767px) {
    #article-content-shadow {
        box-shadow: none;
    }
    #article-single-background {
        background-color: #fff;
    }
    #article-single-box .elementor-post-navigation {
        flex-wrap: wrap;
    }
    #article-single-box .elementor-post-navigation__link {
        width: 100%;
    }
    #article-single-box .elementor-post-navigation__separator-wrapper {
        width: 100%;
        margin: 10px 0;
    }
    #article-single-box .elementor-post-navigation__separator {
        width: 100% !important;
        height: 1px !important;
    }
}

/*=============FOOTER=============*/
#digits_country_list_wrapper,
.dig_load_overlay,
.digits_login_form{
    display: none;
}

@media only screen and (max-width: 1025px){
    .footer-menu-list ul li{
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px){
    .footer-menu-list ul.menu > li.menu-item > a{
        font-size:14px;
    }
    .footer-menu-list ul.menu{
        gap:14px
    } 
}

/*=============PRODUCT LIST SUB TAGs AND BRANDs=============*/
#product-list-catalog a {
    display: none;
}
#product-list-catalog a[href] {
    display: inline-block;
}
.brand-list-box{
	background-color: #fff;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 0 20px -5px #0005;
}

#category-tag-list,
#category-brands-list {
	list-style: none;
    margin: 0;
    padding: 5px 5px 5px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    max-height: 320px;
    overflow: hidden;
    overflow-y: auto;
}
#category-tag-list li,
#category-brands-list li {
    width: 100%;
    height: auto;
}
#category-tag-list li a,
#category-brands-list li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px #0002;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    color: #000;
}
#category-tag-list li a:hover,
#category-brands-list li a:hover {
    background-color: #076FDA;
    color: #fff;
}
#category-tag-list li .image,
#category-brands-list img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 5px;
    background-color: #eee;
    text-indent: 100vw;
    overflow: hidden;
    border: 1px solid #0001;
}
#category-tag-list li .title,
#category-brands-list li span {
    text-align: right;
}
@media only screen and (max-width: 767px){
	#category-tag-list li, 
	#category-brands-list li{
		width: 48%;
	}
	#category-tag-list,
	#category-brands-list{
		height: 50vh;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        background-color: #fff;
        z-index: 2;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        margin: auto;
        padding: 20px 0;
		gap: 15px;
	}
	.product-list-brand .brand-list-box{
		display: flex;
		background-color: #0000;
		width: 100%;
		height: 100%;
		z-index: 2;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.product-list-brand .brand-list-box{
		display: none;
	}
	.category-brands-list-popup-closer{
		width: 100%;
		height: 100%;
		background-color: #0005;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		cursor: pointer;
	}
}

/*=============PRODUCT LIST SUB CATEGORY=============*/
.sub-category-list li{
    list-style: none;
}
.sub-category-list li a{
     color: #aaa;
 }
 .sub-category-list li a:hover{
     color:#19377E;
 }
 .sub-category-list .widget_product_categories{
    gap: 10px;
    display: flex;
    flex-direction: column;
}


/*============SINGLE PRODUCT - GALLEY - DEFAULT============*/
#product-gallery-box {
    height: var(--min-height) !important;
}
.product-gallery,
.product-gallery .elementor-widget-container,
.product-gallery .woocommerce-product-gallery,
.product-gallery .woocommerce-product-gallery .flex-viewport,
.product-gallery .woocommerce-product-gallery__wrapper,
.product-gallery .woocommerce-product-gallery__image {
    height: 100% !important;
    width: 100% !important;
}
.product-gallery .woocommerce-product-gallery {
    overflow: hidden !important;
}
.product-gallery .woocommerce-product-gallery__image a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.product-gallery .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
}
.product-gallery .woocommerce-product-gallery {
    margin: 0 !important;
    opacity: 1 !important;
    width: 100% !important;
    overflow: visible !important;
}
.product-gallery .carousel-box {
    padding-bottom: 10px;
}
.product-gallery .zoomImg,
.product-gallery .flex-control-thumbs,
.product-gallery .woocommerce-product-gallery__trigger {
    display: none !important;
}
.product-gallery .custom-carousel-bullet {
    bottom: -18px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    #product-gallery-box {
        box-shadow: 0 0 20px -5px rgba(0,0,0,0.15);
    }
}



/*================PRODUCY GALLERY MODAL================*/
.woocommerce .dialog-lightbox-widget {
    display: none !important;
}
#product-gallery-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
    visibility: visible;
}
#product-gallery-modal * {
    box-sizing: border-box;
}
#product-gallery-modal .closer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor: pointer;
    background-color: #000a;
}
#product-gallery-modal .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #0000;
    margin: auto;
}
#product-gallery-modal .action-box {
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 20px;
    right: auto;
    width: auto;
    z-index: 2;
    background-color: #0000;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}
#product-gallery-modal .action {
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0000;
    cursor: pointer;
}
#product-gallery-modal .action-close {
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' width='100%' height='100%' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z'/></svg>");
}
#product-gallery-modal .action-zoom-in {
    background-image: url("data:image/svg+xml;utf8,<svg stroke='white' width='100%' height='100%' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M20 20L14.9497 14.9498M14.9497 14.9498C16.2165 13.683 17 11.933 17 10C17 6.13401 13.866 3 10 3C6.13401 3 3 6.13401 3 10C3 13.866 6.13401 17 10 17C11.933 17 13.683 16.2165 14.9497 14.9498ZM7 10H13M10 7V13'/></svg>");
}
#product-gallery-modal .action-zoom-out {
    background-image: url("data:image/svg+xml;utf8,<svg stroke='white' width='100%' height='100%' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='10.1' cy='10.1' r='8' /><line x1='21.9' x2='16.3' y1='21.9' y2='16.3'/><line x1='13.1' x2='7.1' y1='10.1' y2='10.1'/></svg>");
}
#product-gallery-modal .action-fullscreen-open {
    background-image: url("data:image/svg+xml;utf8,<svg stroke='white' width='100%' height='100%' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 15V18C4 19.1046 4.89543 20 6 20H9M15.2173 20H18C19.1046 20 20 19.1046 20 18V15M20 9V6C20 4.89543 19.1046 4 18 4H15M4 9V6C4 4.89543 4.89543 4 6 4H9' /></svg>");
}
#product-gallery-modal .action-fullscreen-close {
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' width='100%' height='100%' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 16L2 16C1.44772 16 1 15.5523 1 15C1 14.4477 1.44772 14 2 14L7 14C8.65685 14 10 15.3431 10 17V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V17C8 16.4477 7.55228 16 7 16Z'/><path d='M10 2C10 1.44772 9.55229 1 9 1C8.44772 1 8 1.44772 8 2L8 7C8 7.55228 7.55228 8 7 8L2 8C1.44772 8 1 8.44771 1 9C1 9.55228 1.44772 10 2 10L7 10C8.65685 10 10 8.65685 10 7L10 2Z'/><path d='M14 22C14 22.5523 14.4477 23 15 23C15.5523 23 16 22.5523 16 22V17C16 16.4477 16.4477 16 17 16H22C22.5523 16 23 15.5523 23 15C23 14.4477 22.5523 14 22 14H17C15.3431 14 14 15.3431 14 17V22Z'/><path d='M14 7C14 8.65686 15.3431 10 17 10L22 10C22.5523 10 23 9.55228 23 9C23 8.44772 22.5523 8 22 8L17 8C16.4477 8 16 7.55229 16 7L16 2C16 1.44772 15.5523 1 15 1C14.4477 1 14 1.44772 14 2L14 7Z'/></svg>");
}
#product-gallery-modal .action-zoom-out,
#product-gallery-modal .action-fullscreen-close,
#product-gallery-modal.zoom .action-zoom-in,
#product-gallery-modal.fullscreen .action-fullscreen-open {
    display: none;
}
#product-gallery-modal.zoom .action-zoom-out,
#product-gallery-modal.fullscreen .action-fullscreen-close {
    display: inline-block;
}
#product-gallery-modal .custom-carousel-box {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 50px;
}
#product-gallery-modal .custom-carousel-prev,
#product-gallery-modal .custom-carousel-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    margin: auto;
    width: 50px;
    height: 50px;
    background-size: 30px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' width='100%' height='100%' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M16.1795 3.26875C15.7889 2.87823 15.1558 2.87823 14.7652 3.26875L8.12078 9.91322C6.94952 11.0845 6.94916 12.9833 8.11996 14.155L14.6903 20.7304C15.0808 21.121 15.714 21.121 16.1045 20.7304C16.495 20.3399 16.495 19.7067 16.1045 19.3162L9.53246 12.7442C9.14194 12.3536 9.14194 11.7205 9.53246 11.33L16.1795 4.68297C16.57 4.29244 16.57 3.65928 16.1795 3.26875Z'/></svg>");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0000;
    cursor: pointer;
    z-index: 1;
}
#product-gallery-modal .custom-carousel-prev {
    right: 0;
    transform: rotate(180deg);
}
#product-gallery-modal .custom-carousel-next {
    left: 0;
    transform: none;
}
#product-gallery-modal .custom-carousel {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
}
#product-gallery-modal .carousel-item {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
}
#product-gallery-modal .carousel-item img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition-duration: 300ms;
    transform: translate3d(0px, 0px, 0px);
}
#product-gallery-modal.zoom .carousel-item img {
    transform: translate3d(0px, 0px, 0px) scale(3);
}

@media only screen and (max-width: 767px) {
    #product-gallery-modal .custom-carousel-box {
        padding: 70px 0 60px;
    }
    #product-gallery-modal .custom-carousel-prev,
    #product-gallery-modal .custom-carousel-next {
        top: auto;
        background-size: 40px;
    }
}


/*============SINGLE PRODUCT============*/
.single-product-add-to-cart .out-of-stock {
    display: none !important;
}
.single-product-add-to-cart .single_variation_wrap {
    width: 100%;
}
.single-product-add-to-cart form.cart,
.single-product-add-to-cart .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-direction: column;
    /*flex-wrap: wrap !important;*/
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.single-product-add-to-cart form.cart::before,
.single-product-add-to-cart form.cart::after {
    display: none !important;
}
.single-product-add-to-cart form.cart {
    width: 100%;
    max-width: 100%;
}
.single-product-add-to-cart form.cart.variations_form  {
    gap: 0;
}
.single-product-add-to-cart .woocommerce-variation-add-to-cart {
    width: 100%;
}
.single-product-add-to-cart form.cart .woocommerce-variation-price,
.single-product-add-to-cart form.cart .woocommerce-variation-availability {
    display: none !important;
}
/*-------------------------------*/
.single-product-add-to-cart table.variations {
    max-width: 100% !important;
    margin-bottom: 0 !important;
    width: auto !important;
}
.single-product-add-to-cart table.variations th,
.single-product-add-to-cart table.variations td {
    padding: 0 !important;
    border: none !important;
}
.single-product-add-to-cart table.variations tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.single-product-add-to-cart table.variations tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
}
.single-product-add-to-cart table.variations tr .label {
    display: flex;
    flex-shrink: 0;
    width: max-content;
    padding: 15px 0 0 !important;
    background-color: #0000 !important;
}
.single-product-add-to-cart table.variations tr .label label::before {
    content: "انتخاب ";
}
.single-product-add-to-cart table.variations tr .label label::after {
    content: " :";
}
.single-product-add-to-cart table.variations tr .value {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    padding: 0 !important;
    background-color: #0000 !important;
    width: auto;
    max-width: 100%; 
}
.single-product-add-to-cart table.variations tr .value select {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    padding: 10px;
    font-family: var(--font-family);
    width: 100%;
    font-size: 13px;
    margin: 0 !important;
}
.single-product-add-to-cart table.variations .reset_variations {
    display: none;
    flex-shrink: 0;
    font-size: 13px;
}
.single-product-add-to-cart table.variations .reset_variations.active {
    display: flex;
}
/*-------------------------------*/
.single-product-add-to-cart .price-data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.single-product-add-to-cart .price-data[has-discount] {
    justify-content: space-between;
    margin-bottom: 10px;
}
.single-product-add-to-cart .price-data.variable[has-discount] {
    margin-top: 15px;
}
/*-------------------------------*/
.single-product-add-to-cart .quantity {
    width: 100%;
    margin: 0 !important;
    order: 2;
}
/*-------------------------------*/
.single-product-add-to-cart .discount {
    display: none;
    margin-right: 15px;
    font-size: 20px;
    width: 50px;
    text-align: right;
    height: 20px;
    line-height: 20px;
    font-weight: 600;
    direction: ltr;
    color: red;
    align-items: flex-end;
    justify-content: flex-end;
    order: 0;
}
.single-product-add-to-cart .price-data[has-discount] .discount {
    display: flex;
}
/*-------------------------------*/
.single-product-add-to-cart .price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: max-content;
    gap: 5px;
    order: 1;
    min-height: 45px;
    position: relative;
}
.single-product-add-to-cart .price-data.variable .price.default::before {
    content: "ویژگی متغیر محصول را انتخاب ";
    color: #aaa;
    font-size: 13px;
}
.single-product-add-to-cart .price.default.hidden {
    display: none;
}
.single-product-add-to-cart .price.variation {
    display: none;
}
.single-product-add-to-cart .price.variation.active {
    display: flex;
}
.single-product-add-to-cart .price-data[has-discount] .price {
    padding-left: 15px;
}
/*-------------------------------*/
.single-product-add-to-cart .price del,
.single-product-add-to-cart .price > .amount,
.single-product-add-to-cart .price ins,
.single-product-add-to-cart .price > p {
    height: 20px;
    line-height: 20px;
}
.single-product-add-to-cart .price > .amount:last-child {
    width: 100%;
    text-align: center;
}
.single-product-add-to-cart .price del {
    color: #999 !important;
    opacity: 1 !important;
    text-decoration: line-through;
}
.single-product-add-to-cart .price del .amount {
    color: #999 !important;
    font-weight: 400;
    font-size: 16px;
}
.single-product-add-to-cart .price ins {
    text-decoration: none !important;
}
.single-product-add-to-cart .price > .amount,
.single-product-add-to-cart .price ins .amount,
.single-product-add-to-cart .price > p {
    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
    margin: 0 !important;
}
.single-product-add-to-cart .price .out-of-stock {
    color: red !important;
}
/*-------------------------------*/
body.single-product [data-elementor-type="footer"] {
    margin-bottom: 70px;
}
/*-------------------------------*/
.single-product-add-to-cart form.cart.variations_form .single_add_to_cart_button.deactive {
    box-shadow: none !important;
    background-image: none !important;
    background-color: #ddd !important;
    color: #999 !important;
    cursor: no-drop;
    opacity: 0.7 !important;
}
.single-product-add-to-cart .single_add_to_cart_button {
    color: white !important;
    font-size: 15px !important;
    padding: 15px !important;
    border: none !important;
    border-radius: 0px !important;
    background: var(--e-global-color-primary) !important;
    box-shadow: 0 10px 10px -10px var(--e-global-color-secondary) !important;
    width: max-content;
    margin-top: 0 !important;
    margin-right: 0 !important;
    cursor: pointer;
    font-family: var(--font-family);
    flex-grow: 1;
    position: relative;
    width: 100%;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    opacity: 1 !important;
    outline: none;
}
.single-product-add-to-cart .single_add_to_cart_button .icon {
    background-image: url("assets/image/add-to-cart-white.svg");
    display: flex;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.single-product-add-to-cart .single_add_to_cart_button::before {
    content: "";
    animation: shadow-pulse-animation 2s infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.single-product-add-to-cart form.cart.variations_form .single_add_to_cart_button.deactive::before {
    display: none !important;
}
.single-product-add-to-cart .price-data[has-discount] ~ .single_add_to_cart_button {
    background: var(--e-global-color-primary) !important;
    box-shadow: 0 10px 10px -10px var(--e-global-color-secondary) !important;
}
/*-------------------------------*/
.custom-float-notices {
    position: fixed;
    top: auto;
    bottom: 20px;
    left: auto;
    right: 20px;
    width: max-content;
    z-index: 5;
    background-color: var(--e-global-color-primary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 13px;
}
.custom-float-notices.erro {
    background-color: red;
}
.custom-float-notices ul {
    margin: 0;
}
/*-------------------------------*/
#product-single-articles .custom-carousel-box {
	overflow: visible !important;
}
#product-single-articles .elementor-loop-container {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
#product-single-articles .custom-carousel-bullet {
    top: -39px;
    bottom: auto;
    left: 70px;
    right: auto;
}
#product-single-articles .custom-carousel-prev,
#product-single-articles .custom-carousel-next {
    top: -44px;
    bottom: auto;
    right: auto;
    width: 20px;
    height: 20px;
    background-size: 10px;
}
#product-single-articles .custom-carousel-prev {
    left: 40px;
}
#product-single-articles .custom-carousel-next {
    left: 0;
}
@media only screen and (max-width: 500px) {
    .single-product-add-to-cart form.cart {
        width: 260px;
        margin: auto;
        justify-content: center;
    }
    .single-product-add-to-cart .price-data {
        padding-right: 0;
    }
    .single-product-add-to-cart .quantity {
        margin-top: 15px;
    }
    .single-product-add-to-cart .single_add_to_cart_button {
        margin-right: 0;
    }
}
/*============SINGLE PRODUCT - BOX============*/
/*#product-single-box .woocommerce-product-rating {*/
/*    flex-direction: row-reverse;*/
/*}*/
/*#product-single-box .woocommerce-product-rating .star-rating {*/
/*    margin-left: 0;*/
/*    margin-right: 5px;*/
/*}*/
/*#product-single-box .woocommerce-review-link {*/
/*    font-size: 13px;*/
/*}*/
.single-product-add-to-cart form.cart.variations_form {
    gap: 15px;
}
.single-product-add-to-cart .woocommerce-variation-add-to-cart,
.product-type-simple .single-product-add-to-cart form.cart {
    flex-direction: row;
    flex-wrap: wrap !important;
    justify-content: center;
}
.single-product-add-to-cart .price-data {
    width: max-content;
    flex-grow: 0;
    gap: 10px;
    margin: 0 !important;
}
.single-product-add-to-cart .discount {
    margin-right: 0;
    width: max-content;
}
/*-------------------------------*/
.single-product-add-to-cart .timer {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 120px;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    height: 45px;
    margin-bottom: 0;
}
.single-product-add-to-cart .timer[data-date] {
	display: flex;
}
.single-product-add-to-cart .timer-clock {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    height: 15px;
	color: #ff7600;
}
.single-product-add-to-cart .timer small {
    display: inline-block;
    line-height: 11px;
    font-size: 12px;
    letter-spacing: -0.5px;
    padding-top: 1px;
}
.single-product-add-to-cart .price-data[has-discount] .price {
    padding-left: 0;
}
.single-product-add-to-cart .single_add_to_cart_button {
    width: 180px;
    flex-grow: 0;
}
.single-product-add-to-cart .quantity {
    width: 150px;
    flex-grow: 0;
    gap: 0;
}
.single-product-add-to-cart table.variations tbody {
    gap: 20px;
}
.single-product-add-to-cart table.variations tr {
    flex-wrap: wrap;
}
.single-product-add-to-cart table.variations tr .label {
    padding-top: 3px !important;
}
.single-product-add-to-cart table.variations tr .value .radio-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    cursor: pointer;
}
.single-product-add-to-cart table.variations tr .value .radio-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    border-radius: 100px;
    padding: 5px;
}
.single-product-add-to-cart table.variations tr .value .radio-item:hover {
    background-color: #efefef;
}
.single-product-add-to-cart table.variations tr .value .radio-item input {
    width: 17px;
    height: 17px;
    border: 2px solid #ccc;
    border-radius: 100px;
}
.single-product-add-to-cart table.variations tr .value .radio-item input[checked]::after {
    content: " \2714";
    height: 14px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-size: 18px;
    font-weight: bold !important;
}
.single-product-add-to-cart table.variations tr .value .radio-item span {
    padding-top: 0px;
    line-height: 15px;
    font-size: 13px;
    height: 11px;
}

@media only screen and (max-width: 767px) {
    #product-single-box {
        box-shadow: none !important;
        background-color: rgba(0,0,0,0) !important;
    }
    .single-product-add-to-cart .price-data {
        width: 100%;
        gap: 10px;
        justify-content: center !important;
    }
    .single-product-add-to-cart .price {
        flex-grow: 1;
    }
    .single-product-add-to-cart .price-data[has-discount] .price {
        flex-grow: 0;
    }
    .single-product-add-to-cart .woocommerce-variation-add-to-cart,
    .product-type-simple .single-product-add-to-cart form.cart {
        flex-wrap: wrap !important;
        width: 340px;
        max-width: 100%;
        justify-content: center;
        margin: auto;
    }
    .single-product-add-to-cart form.cart.variations_form {
        width: max-content;
        max-width: 100%;
        margin: auto;
        gap: 20px;
    }
}

/*============SINGLE PRODUCT - FIXED BOTTOM============*/
#product-single-fixed-bottom .single-product-add-to-cart .timer {
    order: 1;
    width: auto;
    margin: 0 10px;
}
#product-single-fixed-bottom .single-product-add-to-cart .timer small {
    font-size: 12px;
    /* letter-spacing: -0.5px; */
}
#product-single-fixed-bottom .single-product-add-to-cart form.cart,
#product-single-fixed-bottom .single-product-add-to-cart .woocommerce-variation-add-to-cart {
    flex-direction: row;
    flex-wrap: nowrap !important;
    justify-content: center;
    width: 100%;
    gap: 20px;
}
#product-single-fixed-bottom .single-product-add-to-cart .single_variation_wrap,
#product-single-fixed-bottom .single-product-add-to-cart table.variations {
    width: auto;
}
#product-single-fixed-bottom .single-product-add-to-cart .quantity {
    display: none !important;
}
#product-single-fixed-bottom .single-product-add-to-cart .single_add_to_cart_button {
    width: max-content;
    flex-shrink: 0;
    flex-grow: 0;
}
#product-single-fixed-bottom .single-product-add-to-cart .price-data {
    width: auto;
}
#product-single-fixed-bottom .single-product-add-to-cart .price-data.variable[has-discount] {
    width: max-content;
    margin: 0;
}
#product-single-fixed-bottom .single-product-add-to-cart .discount {
    margin-right: 0;
}
#product-single-fixed-bottom .single-product-add-to-cart .price-data[has-discount] .price {
    padding-left: 0;
}
#product-single-fixed-bottom .single-product-add-to-cart table.variations tr {
    align-items: center;
    width: auto;
}
#product-single-fixed-bottom .single-product-add-to-cart table.variations tr .label {
    padding-top: 0 !important;
}
#product-single-fixed-bottom .single-product-add-to-cart table.variations tr .label label {
    font-weight: normal;
    font-size: 14px;
}
#product-single-fixed-bottom .single-product-add-to-cart table.variations tr .value {
    flex-wrap: nowrap;
}
#product-single-fixed-bottom .single-product-add-to-cart table.variations tr .value select {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ccc;
}
#product-single-fixed-bottom .single-product-add-to-cart table.variations .reset_variations {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    #product-single-fixed-bottom .single-product-add-to-cart table.variations tr .value select {
        padding: 5px;
        max-width: 140px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .price {
        min-height: 35px;
        gap: 0;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .price del .amount {
        font-size: 14px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .price > .amount,
    #product-single-fixed-bottom .single-product-add-to-cart .price ins .amount,
    #product-single-fixed-bottom .single-product-add-to-cart .price > p {
        font-size: 16px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .discount {
        font-size: 16px;
        width: 40px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .quantity .minus,
    #product-single-fixed-bottom .single-product-add-to-cart .quantity .plus {
        box-shadow: none;
        width: 30px;
        background-size: 13px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .quantity .qty {
        width: 40px !important;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .single_add_to_cart_button {
        padding: 8px 10px !important;
        border-radius: 10px !important;
        font-weight: normal;
    }
}
@media only screen and (max-width: 767px) {
    #product-single-fixed-bottom .single-product-add-to-cart form.cart {
        flex-direction: column;
        gap: 5px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .woocommerce-variation-add-to-cart {
        gap: 5px;
        flex-wrap: wrap !important;
        min-width: 200px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart table.variations tbody {
        gap: 5px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart table.variations tr .label label {
        font-size: 13px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart table.variations tr .value select {
        padding: 3px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .price del .amount {
        font-size: 13px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .price > .amount,
    #product-single-fixed-bottom .single-product-add-to-cart .price ins .amount,
    #product-single-fixed-bottom .single-product-add-to-cart .price > p {
        font-size: 15px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .price-data {
        width: 100% !important;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .discount {
        font-size: 15px;
        width: 35px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .single_add_to_cart_button {
        /*color: #0000 !important;*/
        /*gap: 0;*/
        /*width: 40px;*/
        /*justify-content: flex-end;*/
        gap: 10px;
        width: 100%;
        overflow: hidden;
        height: 40px;
        padding: 7px !important;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .single_add_to_cart_button .icon {
        width: 30px;
        height: 30px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .timer {
        order: 0;
        width: auto;
        margin: 0;
    }
}


/*============SINGLE PRODUCT - TAB============*/
#product-single-tabs ul.tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: visible;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}
#product-single-tabs ul.tabs > li {
    flex: 1;
    /*margin: 0 20px;*/
    margin: 0 7.5px;
    box-shadow: 0 0 20px -5px rgb(0 0 0/15%);
    border-radius: 0px;
    position: relative;
    padding: 0;
    background-color: #fff;
	border: none;
}
#product-single-tabs ul.tabs > li:first-child {
    margin-right: 0;
}
#product-single-tabs ul.tabs li:last-child {
    margin-left: 0;
}
#product-single-tabs ul.tabs > li > a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px;
    position: relative;
}
#product-single-tabs ul.tabs li.active a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: -30px;
}
#product-single-tabs ul.tabs li.active:not(:last-child)::before,
#product-single-tabs ul.tabs li.active:not(:first-child)::after {
    position: absolute;
    bottom: -15px;
    content: '';
    width: 20px;
    height: 20px;
    box-shadow: none;
}
#product-single-tabs ul.tabs li.active:not(:last-child)::before {
    left: -20px;
    right: auto;
    background: radial-gradient(circle at top left,transparent 70%,white 50%);
}
#product-single-tabs ul.tabs li.active:not(:first-child)::after {
    right: -20px;
    left: auto;
    background: radial-gradient(circle at top right,transparent 70%,white 50%);
}
/*-------------------------------*/
#product-single-tabs .woocommerce-Tabs-panel {
    display: none;
    padding: 20px;
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.15);
    border-radius: 0px;
    background-color: #fff;
	border: none;
	line-height: 40px;
	text-align: justify;
}
#product-single-tabs .woocommerce-Tabs-panel img {
	margin: auto;
    align-self: center;
    display: flex;
}
/*-------------------------------*/
#tab-additional_information > h2 {
    display: none !important;
}
#tab-additional_information table {
    width: calc(100% + 10px) !important;
    margin: -5px;
    border-spacing: 5px !important;
    border-collapse: inherit;
    border: none;
}
#tab-additional_information table tr {
    background-color: rgba(0,0,0,0) !important;
}
#tab-additional_information table th {
    background-color: #eee;
    padding: 10px 20px;
    line-height: 1.5em;
    border-radius: 10px;
    min-width: 150px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    border: none;
}
#tab-additional_information table td {
    width: 100%;
    border: none;
    padding-right: 10px;
}
#tab-additional_information table td,
#tab-additional_information table td * {
    font-size: 15px;
    font-style: normal;
    background-color: rgba(0,0,0,0);
}

@media only screen and (max-width: 767px) {
    #product-single-tabs .woocommerce-Tabs-panel {
		line-height: 30px;
    }
}

/*============SINGLE PRODUCT - DESCRIPTION============*/
#product-single-tabs #tab-description {
    text-align: justify !important;
}
#product-single-tabs #tab-description * {
    font-weight: 400 !important;
    color: var(--e-global-color-text) !important;
    line-height: 1.7em !important;
    font-size: 15px !important;
}
#product-single-tabs #tab-description h1,
#product-single-tabs #tab-description h1 * {
    font-size: 21px !important;
    font-weight: bold !important;
}
#product-single-tabs #tab-description h2,
#product-single-tabs #tab-description h2 * {
    font-size: 20px !important;
    font-weight: bold !important;
}
#product-single-tabs #tab-description h3,
#product-single-tabs #tab-description h3 * {
    font-size: 19px !important;
    font-weight: bold !important;
}
#product-single-tabs #tab-description h4,
#product-single-tabs #tab-description h4 * {
    font-size: 18px !important;
    font-weight: bold !important;
}
#product-single-tabs #tab-description h5,
#product-single-tabs #tab-description h5 * {
    font-size: 17px !important;
    font-weight: bold !important;
}
#product-single-tabs #tab-description h6,
#product-single-tabs #tab-description h6 * {
    font-size: 16px !important;
    font-weight: bold !important;
}


/*=========PRODUCT SINGLE=========*/

/*.product-single-call {*/
/*    --product-single-call-box: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));*/
/*}*/
/*body.rtl .product-single-call {*/
/*    --product-single-call-box: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);*/
/*}*/

.elementor-widget-woocommerce-product-meta span {
    font-weight: 700 !important;
}
.elementor-widget-woocommerce-product-meta .detail-label {
    font-weight: 300 !important;
}
#product-single-box {
	height: var(--min-height) !important;
	overflow: visible;
}
#product-single-title > .elementor-widget-container {
    width: max-content;
    max-width: 100%;
}
#product-single-attributes,
#product-single-attributes .elementor-widget-container {
	display: flex;
    flex-direction: column;
    justify-content: center;
    /* justify-content: flex-start; */
    align-items: center;
    /* align-items: flex-end; */
    width: 100%;
}
#product-single-attributes .read-more {
	height: 20px;
    font-weight: 700;
    color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    border-bottom: 2px solid red;
    /* margin: 5px 0; */
    margin: 20px 0;
    cursor: pointer;
    font-size: 15px;
}
#product-single-attributes table {
    margin: 0 !important;
    border: none !important;
	width: 100%;
}
#product-single-attributes tbody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 150px;
    flex-wrap: wrap;
    overflow: hidden;
}
#product-single-attributes tr {
    background-color: #0000 !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    /* width: 50%; */
    width: 100%;
    gap: 10px;
    min-height: 30px;
}
#product-single-attributes th,
#product-single-attributes td {
    border: none !important;
    background-color: #0000 !important;
    padding: 0 !important;
    font-style: normal !important;
    color: #000 !important;
    font-size: 15px !important;
	width: 50% !important;
}
#product-single-attributes th {
    text-align: start !important;
    font-weight: 300 !important;
    position: relative;
    display: flex;
    flex-direction: row;
    /* justify-content: flex-start; */
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    width: max-content;
    flex-shrink: 0;
}
#product-single-attributes th::before {
	display: none !important;
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #000;
    border-radius: 100px;
    margin-inline-end: 5px;
}
#product-single-attributes th::after {
    content: ":";
}
#product-single-attributes td,
#product-single-attributes td * {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#product-single-attributes td {
    font-weight: 700 !important;
    width: 100%;
}
#product-single-attributes td * {
    padding: 0 !important;
}
.product-single-call {
	height: 100%;
	animation: shadow-pulse-animation 2s infinite;
}
.product-single-call .elementor-icon-box-wrapper {
	gap: 10px;
	justify-content: center;
}
.product-single-call .elementor-icon-box-content {
	flex-grow: 0 !important;
}
.product-single-call .elementor-widget-container {
	-webkit-clip-path: var(--product-single-call-box);
    clip-path: var(--product-single-call-box);
}
.product-single-call-list .elementor-icon-list-item > a {
	gap: 5px;
}
.product-single-call-list .elementor-icon-list-text,
.product-single-call-list .elementor-icon-list-icon svg {
	margin: 0 !important;
	padding: 0 !important;
}
.product-single-meta .product_meta .detail-container {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	padding-inline-end: 10px !important;
	margin-inline-end: 10px !important;
	border-inline-end: 1px solid #ddd !important;
}
.product-single-meta .product_meta .detail-container:last-child {
	padding-inline-end: 0 !important;
	margin-inline-end: 0 !important;
	border-inline-end: none !important;
}
.product-single-meta .product_meta .detail-container::after {
	display: none !important;
}
.product-single-meta .product_meta .detail-container .detail-label::after {
	content: " :";
}
#product-attribute-modal .inner .read-more {
	display: none !important;
}
#product-attribute-modal .inner {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
    width: 430px;
    gap: 0;
    max-width: 80%;
}
#product-attribute-modal h2 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
	z-index: 1;
}
#product-attribute-modal table {
    width: 100%;
    margin: 0 !important;
    padding: 15px 0 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: none;
    border-top: 1px solid #ddd;
}
#product-attribute-modal tbody {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
#product-attribute-modal tr {
	width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
}
#product-attribute-modal th,
#product-attribute-modal td {
	background-color: #0000;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 17px;
}
#product-attribute-modal th {
	gap: 5px;
    font-weight: 300;
    width: max-content;
	flex-shrink: 0;
	font-size: 16px;
}
#product-attribute-modal th::after {
	content: ":";
}
#product-attribute-modal td {
    font-weight: 700;
    font-style: italic;
	width: 0;
	flex-grow: 1;
	font-size: 16px;
}
#product-attribute-modal td > * {
    padding: 0;
	padding-inline-start: 5px;
}

@media only screen and (max-width: 767px) {
	#product-single-attributes .read-more {
		margin: 10px 0 20px;
	}
}


/*=========HIGHLIGHT OBJECTS=========*/
#product-single-title > .elementor-widget-container,
#product-attribute-modal h2 {
    position: relative;
}
#product-single-title > .elementor-widget-container::after,
#product-attribute-modal h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    height: 3px;
    width: 100%;
    border-radius: 100px;
    background-color: var(--e-global-color-primary);
}

/*================CUSTOM CTA BUTTON================*/
.custom-cta-box {
	height: var(--min-height) !important;
}
.custom-cta-toggle {
	cursor: pointer;
}
.custom-cta-toggle,
.custom-cta-result {
	transition: all 0.5s ease-in-out;
}
.custom-cta-box.active .custom-cta-toggle,
.custom-cta-result {
	height: 0% !important;
	overflow: hidden !important;
	box-shadow: none !important;
	border: none !important;
}
.custom-cta-box.active .custom-cta-result {
	height: 100% !important;
	overflow: visible !important;
}


/*=========PAGE - CART=========*/
#custom-cart .wc-proceed-to-checkout a {
    background-color: var(--e-global-color-primary);
    border-radius: 0px;
    font-weight: 600;
}

/*=========PAGE - CHECKOUT - CUSTOM=========*/
#custom-checkout .woocommerce,
#custom-checkout form.woocommerce-checkout,
#custom-checkout #customer_details,
#custom-checkout .custom-checkout-shipping-box,
#custom-checkout .woocommerce-billing-fields__field-wrapper,
#custom-checkout .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
/*--------------------------------*/
#custom-checkout .custom-checkout-toggle-box,
#custom-checkout #customer_details,
#custom-checkout .custom-checkout-order-box {
    width: calc(50% - 10px);
}
#custom-checkout .custom-checkout-shipping-box,
#custom-checkout .woocommerce-shipping-fields,
#custom-checkout .woocommerce-additional-fields,
#custom-checkout .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}
#custom-checkout .custom-checkout-toggle-box,
#custom-checkout .woocommerce-billing-fields__field-wrapper,
#custom-checkout .woocommerce-shipping-fields,
#custom-checkout .woocommerce-additional-fields,
#custom-checkout .woocommerce-checkout-review-order-table,
#custom-checkout .woocommerce-checkout-payment {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
}
/*--------------------------------*/
#custom-checkout form select,
#custom-checkout form input[type="text"],
#custom-checkout form input[type="email"],
#custom-checkout form input[type="number"],
#custom-checkout form input[type="tel"],
#custom-checkout form input[type="password"],
#custom-checkout form textarea,
#custom-checkout form .select2-selection {
    min-height: 40px;
    background-color: #eee;
    border: none;
    border-radius: 11px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}
#custom-checkout form input[name="billing_phone_digt_countrycode"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#custom-checkout form label {
    font-size: 13px;
    line-height: 1.5em;
    color: #aaa;
    font-weight: 400;
    text-align: right;
}
#custom-checkout .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto;
}
/*--------------------------------*/
#custom-checkout #billing_country_field,
#custom-checkout #shipping_country_field {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    display: none !important;
}
#custom-checkout .form-row {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#custom-checkout .form-row-wide {
    width: 100% !important;
}
#custom-checkout form .select2-selection__placeholder,
#custom-checkout form #select2-billing_state-container,
#custom-checkout form #select2-billing_city-container {
    width: 100%;
}
#custom-checkout .form-row-first,
#custom-checkout .form-row-last,
#custom-checkout #billing_state_field,
#custom-checkout #billing_city_field,
#custom-checkout #billing_address_1_field,
#custom-checkout #billing_address_2_field,
#custom-checkout #shipping_state_field,
#custom-checkout #shipping_city_field,
#custom-checkout #shipping_address_1_field,
#custom-checkout #shipping_address_2_field {
    width: calc(50% - 10px);
    clear: inherit;
}
#custom-checkout .form-row-first,
#custom-checkout #billing_state_field,
#custom-checkout #billing_address_1_field,
#custom-checkout #shipping_state_field,
#custom-checkout #shipping_address_1_field {
    float: right;
}
#custom-checkout .form-row-last,
#custom-checkout #billing_city_field,
#custom-checkout #billing_address_2_field,
#custom-checkout #shipping_city_field,
#custom-checkout #shipping_address_2_field {
    float: left;
}
/*--------------------------------*/
#custom-checkout .woocommerce-billing-fields >  h3,
#custom-checkout #order_review_heading {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}
#custom-checkout #ship-to-different-address label,
#custom-checkout .woocommerce-form-login-toggle .woocommerce-info,
#custom-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
#custom-checkout .custom-checkout-toggle-box .woocommerce-info::after {
    display: none !important;
}
#custom-checkout .custom-checkout-toggle-box .woocommerce-info a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
    font-size: 14px;
    color: dodgerblue;
    font-weight: 400;
    margin-right: 10px;
}
/*--------------------------------*/
#custom-checkout .woocommerce-form-coupon,
#custom-checkout .woocommerce-form-login {
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 10px 0 0;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
#custom-checkout .woocommerce-form-coupon > p,
#custom-checkout .woocommerce-form-login > p {
    font-size: 13px;
    line-height: 1.5em;
    color: #aaa;
    margin-bottom: 10px;
    text-align: justify;
}
#custom-checkout .woocommerce-form-coupon button[type="submit"],
#custom-checkout .woocommerce-form-login .woocommerce-form-login__submit {
    background-color: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 13px 15px;
    border-radius: 11px;
    margin: 0;
    width: 100%;
}
/*--------------------------------*/
#custom-checkout form {
    width: 100%;
}
#custom-checkout .custom-checkout-toggle-box .woocommerce-info {
    margin: 0;
    border: none;
    background-color: rgba(0,0,0,0);
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    justify-content: flex-start;
}
#custom-checkout .custom-checkout-toggle-box .woocommerce-info::before {
    display: none;
}
#custom-checkout .custom-checkout-toggle-box .woocommerce-info a::after {
    content: url(image/arrow-2.svg);
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(-90deg);
}
#custom-checkout .woocommerce-billing-fields__field-wrapper,
#custom-checkout .woocommerce-shipping-fields__field-wrapper {
    align-items: stretch;
}
#custom-checkout .buyer-sms-notify {
    margin-top: 15px;
}
#custom-checkout .buyer-sms-notify,
#custom-checkout #ship-to-different-address {
    line-height: 15px;
}
#custom-checkout .buyer-sms-notify label,
#custom-checkout #ship-to-different-address label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
#custom-checkout .buyer-sms-notify input[type="checkbox"],
#custom-checkout #ship-to-different-address input[type="checkbox"] {
    width: 15px;
    height: 15px;
    background-color: #eee;
    border-radius: 3px;
    position: relative;
    margin: 0;
}
#custom-checkout .buyer-sms-notify input[type="checkbox"]::before,
#custom-checkout #ship-to-different-address input[type="checkbox"]::before {
    display: none;
    content: "";
    background-color: dodgerblue;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 2px;
}
#custom-checkout .buyer-sms-notify input[type="checkbox"]:checked::before,
#custom-checkout #ship-to-different-address input[type="checkbox"]:checked::before {
    display: block;
}
#custom-checkout .shipping_address {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}
#custom-checkout .woocommerce-checkout-review-order-table th,
#custom-checkout .woocommerce-checkout-review-order-table td {
    border: none;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    background-color: rgba(0,0,0,0);
}
#custom-checkout .woocommerce-checkout-review-order-table th {
    color: #aaa;
}
#custom-checkout .woocommerce-checkout-review-order-table tbody tr:first-child th,
#custom-checkout .woocommerce-checkout-review-order-table tbody tr:first-child td,
#custom-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal th,
#custom-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal td,
#custom-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th,
#custom-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td,
#custom-checkout .woocommerce-checkout-review-order-table tr.order-total th,
#custom-checkout .woocommerce-checkout-review-order-table tr.order-total td {
    border-top: 1px dashed #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}
#custom-checkout .woocommerce-checkout-review-order-table thead th,
#custom-checkout .woocommerce-checkout-review-order-table thead td {
    padding-bottom: 5px;
}
#custom-checkout .woocommerce-checkout-review-order-table tr.order-total th,
#custom-checkout .woocommerce-checkout-review-order-table tr.order-total td {
    padding-bottom: 0;
}
#custom-checkout .woocommerce-checkout-payment {
    border: none;
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.15);
}
#custom-checkout .payment_methods {
    padding: 0 !important;
    border: none !important;
}
#custom-checkout .payment_methods .wc_payment_method label img {
    width: 25px;
    margin: 0 10px 0 0;
}
#custom-checkout .payment_methods .wc_payment_method .payment_box {
    background-color: #eee;
    border-radius: 10px;
    font-size: 13px;
    padding: 10px;
    margin: 10px 0;
}
#custom-checkout .payment_methods .wc_payment_method .payment_box::before {
    border-bottom-color: #eee;
}
#custom-checkout .woocommerce-checkout-payment .place_order {
    padding: 0;
    margin-top: 20px;
}
#custom-checkout .woocommerce-checkout-payment button#place_order {
    padding: 15px;
    border-radius: 0px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
    width: min(300px, 100%);
    margin: auto;
    background-color: var(--e-global-color-primary);
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    #custom-checkout .custom-checkout-toggle-box,
    #custom-checkout #customer_details,
    #custom-checkout .custom-checkout-order-box {
        width: 100% !important;
    }
    #custom-checkout .custom-checkout-toggle-box,
    #custom-checkout .woocommerce-billing-fields__field-wrapper,
    #custom-checkout .woocommerce-shipping-fields,
    #custom-checkout .woocommerce-additional-fields,
    #custom-checkout .woocommerce-checkout-review-order-table,
    #custom-checkout .woocommerce-checkout-payment {
        padding: 10px;
    }
    #custom-checkout .woocommerce-billing-fields__field-wrapper,
    #custom-checkout .woocommerce-shipping-fields__field-wrapper {
        gap: 5px;
    }
    #custom-checkout .form-row-first,
    #custom-checkout .form-row-last,
    #custom-checkout #billing_state_field,
    #custom-checkout #billing_city_field,
    #custom-checkout #billing_address_1_field,
    #custom-checkout #billing_address_2_field,
    #custom-checkout #shipping_state_field,
    #custom-checkout #shipping_city_field,
    #custom-checkout #shipping_address_1_field,
    #custom-checkout #shipping_address_2_field {
        width: calc(50% - 5px);
    }
    #custom-checkout #ship-to-different-address label,
    #custom-checkout .woocommerce-form-login-toggle .woocommerce-info,
    #custom-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
        font-size: 13px;
    }
    #custom-checkout .custom-checkout-toggle-box .woocommerce-info a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 360px) {
    #custom-checkout .form-row-first,
    #custom-checkout .form-row-last,
    #custom-checkout #billing_state_field,
    #custom-checkout #billing_city_field,
    #custom-checkout #billing_address_1_field,
    #custom-checkout #billing_address_2_field,
    #custom-checkout #shipping_state_field,
    #custom-checkout #shipping_city_field,
    #custom-checkout #shipping_address_1_field,
    #custom-checkout #shipping_address_2_field {
        width: 100%;
    }
    #custom-checkout .custom-checkout-toggle-box .woocommerce-info a {
        width: 100%;
        margin: 0;
    }
}


/*============CUSTOM FORM - 7FORM============*/
.custom-form {
    font-family: var(--font-family);
    font-weight: 400;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
.custom-form br {
	display: none;
}
.custom-form .col-12 {
	width: 100%;
}
.custom-form .col-6 {
	width: calc(50% - 10px);
}
.custom-form p {
	width: 100%;
	margin: 0;
}
.custom-form label {
	display: inline-block;
    direction: rtl;
    position: relative;
    width: 100%;
}
body .custom-form label {
	direction: ltr;
}
body.rtl .custom-form label {
	direction: rtl;
}
.custom-form .label-text {
	position: absolute;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 0 10px;
    top: calc(50% - 10px);
    transition: all 0.3s;
    z-index: 1;
	color: #aaa;
	border-radius: 100px;
}
body .custom-form .label-text {
    left: 10px;
}
body.rtl .custom-form .label-text {
	left: auto;
	right: 10px;
}
.custom-form label.focus .label-text {
	top: -10px;
    background-color: #E6EDF6;
	color: #000;
}
.custom-form label input,
.custom-form label textarea,
.custom-form label select {
	width: 100%;
    border: 2px solid #E6EDF6;
    background-color: #FAFCFF;
    color: var(--e-global-color-primary);
    padding: 10px 20px;
    min-height: 60px;
    border-radius: 10px;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
    outline: none;
}
.custom-form label input::placeholder {
	font-weight: 300;
	font-size: 14px;
}
body.rtl .custom-form label select,
body.rtl .custom-form label input::placeholder,
body.rtl .custom-form label textarea::placeholder {
	text-align: right !important;
}
.custom-form input[type="submit"] {
	width: 100%;
    background-color: var(--e-global-color-primary);
    border: none;
    border-radius: 10px;
    color: #fff;
    height: 50px;
    font-family: var(--font-family);
}
.custom-form .wpcf7-spinner {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000055;
    z-index: 2;
}
.custom-form .wpcf7-spinner::before {
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}
.custom-form label.input-file span a.remove-file {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='red' width='100%' height='100%' viewBox='0 0 512 512'><path d='m295.328 189.854-11.285 213.089c-.584 11.03 7.884 20.445 18.915 21.03.36.019.718.028 1.075.028 10.561 0 19.39-8.273 19.955-18.943l11.285-213.089c.584-11.03-7.884-20.445-18.915-21.03-11.023-.588-20.445 7.885-21.03 18.915zM195.642 170.939c-11.03.584-19.499 10-18.915 21.03l11.285 213.089c.565 10.671 9.394 18.943 19.955 18.943.356 0 .715-.009 1.075-.028 11.03-.584 19.499-10 18.915-21.03l-11.285-213.089c-.585-11.031-9.999-19.492-21.03-18.915z' /><path d='M443.534 82.911h-105.87v-1.334C337.665 36.595 301.069 0 256.088 0h-.176c-44.981 0-81.577 36.595-81.577 81.577v1.334H68.466c-11.046 0-20 8.954-20 20s8.954 20 20 20h6.481l16.594 313.32c2.25 42.487 37.34 75.769 79.888 75.769h169.143c42.547 0 77.638-33.282 79.887-75.758l.009-.173c.59-11.03-7.873-20.45-18.902-21.04-11.03-.584-20.45 7.873-21.04 18.902l-.01.185C379.391 455.359 361.845 472 340.571 472H171.429c-21.273 0-38.819-16.641-39.944-37.884l-16.481-311.205h281.993l-11.229 212.031c-.584 11.03 7.884 20.445 18.915 21.03 11.014.582 20.445-7.884 21.03-18.915l11.341-214.146h6.481c11.046 0 20-8.954 20-20s-8.955-20-20.001-20zm-229.199 0v-1.334c0-22.925 18.651-41.577 41.577-41.577h.176c22.925 0 41.577 18.651 41.577 41.577v1.334z' /></svg>");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    cursor: pointer;
}
body .custom-form label.input-file span a.remove-file {
	right: 10px;
}
body.rtl .custom-form label.input-file span a.remove-file {
	right: auto;
	left: 10px;
}

@media only screen and (max-width: 500px) {
    .custom-form .col-6 {
        width: 100%;
    }
}


/*================PAGE CONTACT US================*/
@media only screen and (max-width: 767px) {
    #contact-us-data ul {
        gap: 20px;
    }
    #contact-us-data ul li {
        width: 100%;
    }
}



/*=========PRODUCT LIST PAGE=========*/
.product-list-page ul.products {
    width: calc(100% + 20px);
    margin: 0 -10px !important;
    padding: 0;
}
/*-----------------------------------*/
.product-list-page .woocommerce {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
/*-----------------------------------*/
.product-list-page .woocommerce-notices-wrapper {
	order: 0;
	display: none;
}
.product-list-page .woocommerce-ordering {
	order: 10;
}
.product-list-page .woocommerce-products-per-page {
	order: 20;
}
.product-list-page .woocommerce-result-count {
    order: 30;
}
.product-list-page ul.products {
	order: 40;
}
.product-list-page .woocommerce-pagination {
	order: 50;
}
/*-----------------------------------*/
.product-list-page .woocommerce-notices-wrapper {
	width: 100%;
}
/*-----------------------------------*/
.product-list-page .woocommerce-result-count {
    display: flex;
    flex-grow: 1;
    text-align: left;
    justify-content: flex-end;
    margin: 0;
    word-spacing: 5px;
}
/*-----------------------------------*/
.product-list-page .woocommerce-ordering,
.product-list-page .woocommerce-products-per-page {
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.15)!important;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: max-content;
    max-width: 100%;
    overflow: hidden;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 0;
}
.product-list-page .woocommerce-products-per-page {
    width: 200px !important;
}
.product-list-page .woocommerce-ordering::before,
.product-list-page .woocommerce-products-per-page::before {
    display: flex;
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 13px;
    color: #aaa;
}
.product-list-page .woocommerce-products-per-page::before {
    content: "نمایش در این صفحه:";
}
.product-list-page .woocommerce-ordering::before {
    content: "مرتب کردن براساس:";
}
.product-list-page .woocommerce-ordering select,
.product-list-page .woocommerce-products-per-page select {
    height: 40px;
    min-width: 60px;
    width: 100%;
    border: 2px solid #eee;
    background-color: #fff;
    border-radius: 10px;
    font-family: var(--font-family);
    text-align: center;
}

@media only screen and (max-width: 767px) {
	.product-list-page ul.products {
		width: calc(100% + 10px);
		margin: 0 -5px !important;
		padding: 0;
	}
    .product-list-page .woocommerce-result-count {
        text-align: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 600px) {
    .product-list-page .woocommerce-ordering,
    .product-list-page .woocommerce-products-per-page {
        flex-direction: column;
    }
    .product-list-page .woocommerce-ordering {
        flex-grow: 1;
        width: 180px;
    }
    .product-list-page .woocommerce-products-per-page {
        width: 150px !important;
    }
}
@media only screen and (max-width: 380px) {
    .product-list-page .woocommerce-ordering,
    .product-list-page .woocommerce-products-per-page {
        width: 100% !important;
    }
}



/*============CART============*/
.product-list-item .ajax_add_to_cart.pending,
.single-product-add-to-cart .single_add_to_cart_button.pending,
#mini-cart-content .remove_from_cart_button.pending,
#mini-cart-content .quantity.pending {
    position: relative;
}
.single-product-add-to-cart .single_add_to_cart_button.pending::after,
.product-list-item .ajax_add_to_cart.pending::after,
#mini-cart-content .remove_from_cart_button.pending::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
    background-image: url("image/pending-2.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite;
    opacity: 1;
    border: none !important;
    z-index: 2;
    background-color: rgba(0,0,0,0.3);
    box-shadow: none !important;
}
.product-list-item .ajax_add_to_cart.pending::after {
    width: 30px;
    height: 30px;
}
#mini-cart-content .remove_from_cart_button.pending::after {
    width: 15px;
    height: 15px;
}
.single-product-add-to-cart .single_add_to_cart_button.pending::after {
    width: 35px;
    height: 35px;
}
#mini-cart-content .remove_from_cart_button.pending {
    color: rgba(0,0,0,0);
}
/*-----mini cart toggle-----*/
#header-cart {
	cursor: pointer;
}
#header-cart .elementor-icon-box-wrapper {
	align-items: center;
}
#header-cart .counter {
    background-color: red;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -7px;
    right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*-----mini cart box-----*/
#mini-cart-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 4;
    display: none;
}
#mini-cart-box.active {
    display: block;
}
#mini-cart-box .closer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
#mini-cart-content {
    width: min(400px, 75%);
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#mini-cart-content .woocommerce-mini-cart__empty-message {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #aaa;
}
/*-----mini cart list-----*/
#mini-cart-content .woocommerce-mini-cart__total,
#mini-cart-content .woocommerce-mini-cart__buttons {
    line-height: 1.5em;
    height: max-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: calc(100% - 40px);
    margin: auto;
}
#mini-cart-content .woocommerce-mini-cart__total {
    background-color: #eee;
    border-radius: 0px;
    padding: 5px 20px;
}
#mini-cart-content .woocommerce-mini-cart__buttons {
    padding-top: 5px;
    margin-bottom: 20px;
}
#mini-cart-content .woocommerce-mini-cart__buttons .button {
    background-color: var(--e-global-color-primary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
}
#mini-cart-content .cart_list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    justify-content: flex-start;
    align-items: flex-start;
    /*flex: 1;*/
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
}
/*-----mini cart list item-----*/
#mini-cart-content .mini_cart_item {
    display: flex;
    /*flex: 0;*/
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /*flex-basis: 100%;*/
    max-width: 100%;
    padding: 10px 20px;
    gap: 10px;
    line-height: 1em;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}
#mini-cart-content .mini_cart_item:last-child {
    border-bottom: none;
}
#mini-cart-content .mini_cart_item > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    font-size: 12px;
    color: var(--e-global-color-text);
    font-weight: 400;
    gap: 10px;
}
#mini-cart-content .mini_cart_item .remove_from_cart_button {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    justify-content: center;
    cursor: pointer;
    border-radius: 100px;
    color: #ccc;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    background-color: #fff;
}
#mini-cart-content .mini_cart_item img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
}
#mini-cart-content .mini_cart_item .variation {
    
}
#mini-cart-content .mini_cart_item .variation dt {
    
}
#mini-cart-content .mini_cart_item .variation dd {
    
}
#mini-cart-content .mini_cart_item .quantity {
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 5px;
    box-shadow: none;
    border-radius: 0;
    direction: rtl;
}
#mini-cart-content .mini_cart_item .quantity bdi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px){
    #mini-cart-content .woocommerce-mini-cart__buttons .button{
        font-size: 13px;
    }  
}

/*================SEE MORE SECTION================*/
.see-more-section {
    /* height: 200px; */
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
    transition: all 1s;
}
.see-more-section.collapsed {
    height: 200px !important;
}
/* .see-more-section.active {
    height: auto !important;
} */
.see-more-section .see-more-button {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 74px;
    cursor: pointer;
    color: #ddd;
    padding: 60px 30px 0;
    text-align: center;
    background-image: linear-gradient(0, #fff, #fff, transparent);
    font-size: 13px;
}
.see-more-section .see-more-button::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    opacity: 1;
}
.see-more-section.collapsed .see-more-button::before {
    opacity: 0.3;
}
.see-more-section .see-more-button::after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 100px;
    line-height: 30px;
    color: #ddd;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='20'><path fill='%23DDD' fill-rule='evenodd' d='M.366 19.708c.405.39 1.06.39 1.464 0l8.563-8.264a1.95 1.95 0 0 0 0-2.827L1.768.292A1.063 1.063 0 0 0 .314.282a.976.976 0 0 0-.011 1.425l7.894 7.617a.975.975 0 0 1 0 1.414L.366 18.295a.974.974 0 0 0 0 1.413'/></svg>");
    background-size: 11px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(-90deg);
}
.see-more-section.collapsed .see-more-button::after {
    border-color: #dddddd55;
    color: #dddddd55;
    transform: rotate(90deg);
}
/*================END SEE MORE SECTION================*/


/*=========CUSTOM MAIN MENU=========*/
.custom-menu > .elementor-widget-container {
    overflow: visible !important;
    background-color: #00000000;
    box-shadow: none;
    border-radius: 0;
}
.custom-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-menu ul.menu {
    display: flex;
    flex-direction: row;
    gap: 35px;
}
.custom-menu ul li a {
    width: 100%;
    display: inline-block;
}
/*----------------------------------*/
.custom-menu ul.menu > li.menu-item > a {
	font-size: 16px;
	font-weight: 400;
    padding: 5px 0;
    position: relative;
    display: inline-block;
    color: #fff;
}
.custom-menu ul.menu > li.menu-item > a::after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
    width: 50px;
    height: 3px;
    border-radius: 100px;
    opacity: 0;
    transition: all 0.3s;
    background-color: var(--e-global-color-secondary);
}
.custom-menu ul.menu > li.menu-item > a:hover::after {
    opacity: 1;
}
/*----------------------------------*/
.custom-menu ul.menu > li.menu-item-has-children {
	padding-inline-end: 15px;
}
.custom-menu li.menu-item-has-children {
	position: relative;
}
/*----------------------------------*/
.custom-menu ul.sub-menu {
    position: absolute;
    transition: all 0.3s;
	box-shadow: 0 0 0 0 rgb(0,0,0,0);
	background-color: #fff;
    z-index: 9;
    flex-direction: column;
    width: max-content;
    height: max-content;
    display: none;
}
/*----------------------------------*/
.custom-menu ul.menu > li.menu-item-has-children > ul {
    top: 100%;
    right: 0;
}
/*----------------------------------*/
.custom-menu ul li ul {
    top: 0;
    right: 100%;
}
/*----------------------------------*/
.custom-menu ul li li a {
    padding: 10px 20px 10px 40px;
    color: var(--e-global-color-text);
}
/*----------------------------------*/
.custom-menu .sub-arrow {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='20'><path fill='%2311D397' fill-rule='evenodd' d='M.366 19.708c.405.39 1.06.39 1.464 0l8.563-8.264a1.95 1.95 0 0 0 0-2.827L1.768.292A1.063 1.063 0 0 0 .314.282a.976.976 0 0 0-.011 1.425l7.894 7.617a.975.975 0 0 1 0 1.414L.366 18.295a.974.974 0 0 0 0 1.413'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    margin: auto;
	background-color: rgba(0,0,0,0);
}
.custom-menu ul.menu > li.menu-item-has-children > .sub-arrow {
    transform: rotate(90deg);
    width: 10px;
    height: 10px;
    background-size: auto 100%;
}
.custom-menu li li.menu-item-has-children > .sub-arrow {
    height: 100%;
    transform: rotate(180deg);
    background-color: #fff;
    border-inline-end: 1px solid #eee;
    width: 30px;
    background-size: 9px auto;
}
/*----------------------------------*/
.custom-menu ul li {
    border-bottom: 1px solid #eee;
}
.custom-menu ul li:last-child {
    border-bottom: none;
}
/*----------------------------------*/
#mobile-menu-modal ul.menu {
    flex-direction: column;
    gap: 0;
}
#mobile-menu-modal li.menu-item a::after {
    display: none !important;
}
#mobile-menu-modal ul.sub-menu {
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    box-shadow: 0 0 0 0 rgb(0,0,0,0) !important;
    background-color: #00000008;
    width: 100% !important;
}
#mobile-menu-modal li.menu-item-has-children > ul{
    display: none !important;
}
#mobile-menu-modal li.menu-item-has-children.selected > ul {
	box-shadow: 0 0 20px -5px rgb(0,0,0,0.15);
    display: flex !important;
}
#mobile-menu-modal li.selected > a {
    background-color: var(--e-global-color-primary);
    color: #fff;
}
#mobile-menu-modal li.menu-item-has-children {
    padding-inline-end: 0;
}
#mobile-menu-modal li.menu-item-has-children > .sub-arrow {
    bottom: auto;
    transform: rotate(180deg);
    background-color: #fff;
    border-inline-end: 1px solid #eee;
    width: 40px;
    height: 40px;
    background-size: 9px auto;
}
#mobile-menu-modal li.menu-item-has-children.selected > .sub-arrow {
    transform: rotate(90deg);
}
#mobile-menu-modal li > a {
    font-size: 14px;
    padding: 10px;
    padding-inline-start: 20px;
    padding-inline-end: 60px;
    color: #000;
}
/*----------------------------------*/
@media only screen and (min-width: 1024px) {
    .custom-menu ul.menu > li {
        border-bottom: none;
    }
    .custom-menu ul.menu > li.menu-item > a:hover {
        color: #fff;
    }
    .custom-menu li.menu-item-has-children:hover > ul {
    	box-shadow: 0 0 20px -5px rgb(0,0,0,0.15);
        display: flex;
    }
    .custom-menu ul li li a:hover {
        background-color: var(--e-global-color-secondary);
        color: #fff;
    }
}
/*----------------------------------*/
@media only screen and (max-width: 1024px) {
    .custom-menu#mobile-menu {
        display: none;
    }
    .custom-menu ul.menu{
        gap: 17px;
    }
}
/*=========END CUSTOM MAIN MENU=========*/


/*=========MODAL=========*/
/*body > *:not([data-elementor-type="footer"]) {*/
/*    filter: blur(0px);*/
/*}*/
/*body.modal-open > *:not([data-elementor-type="footer"]) {*/
/*	transition: all 0.2s;*/
/*    filter: blur(5px);*/
/*}*/
.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999999999;
    display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
	align-items: flex-start;
    filter: blur(0px) !important;
	visibility: hidden;
}
.modal.active {
	visibility: visible;
}
.modal .closer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #00000055;
}
.modal .inner {
    background-color: #fff;
    position: relative;
	right: -100%;
    width: 300px;
    height: 100%;
    border-radius: 0;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    z-index: 3;
    -ms-overflow-style: none !important; /* for Internet Explorer, Edge */
    scrollbar-width: none !important; /* for Firefox */
	transition: all 0.5s ease-in-out;
}
.modal.active .inner {
	right: 0%;
}
.modal .inner::-webkit-scrollbar {
    display: none !important; /* for Chrome, Safari, and Opera */
}
/*=========END MODAL=========*/



/*=================OBJECT CAROUSEL GRID=================*/
.object-carousel.elementor-grid-1 .e-loop-item {
	width: 100% !important;
	flex-basis: 100% !important;
}
.object-carousel.elementor-grid-2 .e-loop-item {
	width: 50% !important;
	flex-basis: 50% !important;
}
.object-carousel.elementor-grid-3 .e-loop-item {
	width: 33.33% !important;
	flex-basis: 33.33% !important;
}
.object-carousel.elementor-grid-4 .e-loop-item {
	width: 25% !important;
	flex-basis: 25% !important;
}
.object-carousel.elementor-grid-5 .e-loop-item {
	width: 20% !important;
	flex-basis: 20% !important;
}
.object-carousel.elementor-grid-6 .e-loop-item {
	width: 16.66% !important;
	flex-basis: 16.66% !important;
}
.object-carousel.elementor-grid-7 .e-loop-item {
	width: 14.2% !important;
	flex-basis: 14.2% !important;
}
.object-carousel.elementor-grid-8 .e-loop-item {
	width: 12.5% !important;
	flex-basis: 12.5% !important;
}
@media only screen and (max-width: 1366px) {
	.object-carousel.elementor-grid-laptop-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-laptop-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-laptop-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-laptop-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-laptop-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-laptop-6 .e-loop-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.object-carousel.elementor-grid-laptop-7 .e-loop-item {
	    width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
	.object-carousel.elementor-grid-laptop-8 .e-loop-item {
	    width: 12.5% !important;
		flex-basis: 12.5% !important;
	}
}
@media only screen and (max-width: 1200px) {
	.object-carousel.elementor-grid-tablet_extra-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-6 .e-loop-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-7 .e-loop-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
	.object-carousel.elementor-grid-tablet_extra-8 .e-loop-item {
		width: 12.5% !important;
		flex-basis: 12.5% !important;
	}
}
@media only screen and (max-width: 1024px) {
	.object-carousel.elementor-grid-tablet-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-tablet-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-tablet-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-tablet-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-tablet-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-tablet-6 .e-loop-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.object-carousel.elementor-grid-tablet-7 .e-loop-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
	.object-carousel.elementor-grid-tablet-8 .e-loop-item {
		width: 12.5% !important;
		flex-basis: 12.5% !important;
	}
}
@media only screen and (max-width: 880px) {
	.object-carousel.elementor-grid-mobile_extra-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-6 .e-loop-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-7 .e-loop-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
	.object-carousel.elementor-grid-mobile_extra-8 .e-loop-item {
		width: 12.5% !important;
		flex-basis: 12.5% !important;
	}
}
@media only screen and (max-width: 767px) {
	.object-carousel.elementor-grid-mobile-1 .e-loop-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.object-carousel.elementor-grid-mobile-2 .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.object-carousel.elementor-grid-mobile-3 .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.object-carousel.elementor-grid-mobile-4 .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.object-carousel.elementor-grid-mobile-5 .e-loop-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.object-carousel.elementor-grid-mobile-6 .e-loop-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.object-carousel.elementor-grid-mobile-7 .e-loop-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
	.object-carousel.elementor-grid-mobile-8 .e-loop-item {
		width: 12.5% !important;
		flex-basis: 12.5% !important;
	}
}



/*=================PRODUCT CAROUSEL GRID=================*/
.product-carousel.elementor-grid-1 .product-list-item {
	width: 100% !important;
	flex-basis: 100% !important;
}
.product-carousel.elementor-grid-2 .product-list-item {
	width: 50% !important;
	flex-basis: 50% !important;
}
.product-carousel.elementor-grid-3 .product-list-item {
	width: 33.33% !important;
	flex-basis: 33.33% !important;
}
.product-carousel.elementor-grid-4 .product-list-item {
	width: 25% !important;
	flex-basis: 25% !important;
}
.product-carousel.elementor-grid-5 .product-list-item {
	width: 20% !important;
	flex-basis: 20% !important;
}
.product-carousel.elementor-grid-6 .product-list-item {
	width: 16.66% !important;
	flex-basis: 16.66% !important;
}
.product-carousel.elementor-grid-7 .product-list-item {
	width: 14.2% !important;
	flex-basis: 14.2% !important;
}
@media only screen and (max-width: 1366px) {
	.product-carousel.elementor-grid-laptop-1 .product-list-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.product-carousel.elementor-grid-laptop-2 .product-list-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.product-carousel.elementor-grid-laptop-3 .product-list-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.product-carousel.elementor-grid-laptop-4 .product-list-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.product-carousel.elementor-grid-laptop-5 .product-list-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.product-carousel.elementor-grid-laptop-6 .product-list-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.product-carousel.elementor-grid-laptop-7 .product-list-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}
@media only screen and (max-width: 1200px) {
	.product-carousel.elementor-grid-tablet_extra-1 .product-list-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.product-carousel.elementor-grid-tablet_extra-2 .product-list-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.product-carousel.elementor-grid-tablet_extra-3 .product-list-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.product-carousel.elementor-grid-tablet_extra-4 .product-list-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.product-carousel.elementor-grid-tablet_extra-5 .product-list-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.product-carousel.elementor-grid-tablet_extra-6 .product-list-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.product-carousel.elementor-grid-tablet_extra-7 .product-list-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}
@media only screen and (max-width: 1024px) {
	.product-carousel.elementor-grid-tablet-1 .product-list-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.product-carousel.elementor-grid-tablet-2 .product-list-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.product-carousel.elementor-grid-tablet-3 .product-list-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.product-carousel.elementor-grid-tablet-4 .product-list-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.product-carousel.elementor-grid-tablet-5 .product-list-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.product-carousel.elementor-grid-tablet-6 .product-list-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.product-carousel.elementor-grid-tablet-7 .product-list-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}
@media only screen and (max-width: 880px) {
	.product-carousel.elementor-grid-mobile_extra-1 .product-list-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.product-carousel.elementor-grid-mobile_extra-2 .product-list-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.product-carousel.elementor-grid-mobile_extra-3 .product-list-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.product-carousel.elementor-grid-mobile_extra-4 .product-list-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.product-carousel.elementor-grid-mobile_extra-5 .product-list-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.product-carousel.elementor-grid-mobile_extra-6 .product-list-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.product-carousel.elementor-grid-mobile_extra-7 .product-list-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}
@media only screen and (max-width: 767px) {
	.product-carousel.elementor-grid-mobile-1 .product-list-item {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.product-carousel.elementor-grid-mobile-2 .product-list-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	.product-carousel.elementor-grid-mobile-3 .product-list-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	.product-carousel.elementor-grid-mobile-4 .product-list-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	.product-carousel.elementor-grid-mobile-5 .product-list-item {
		width: 20% !important;
		flex-basis: 20% !important;
	}
	.product-carousel.elementor-grid-mobile-6 .product-list-item {
		width: 16.66% !important;
		flex-basis: 16.66% !important;
	}
	.product-carousel.elementor-grid-mobile-7 .product-list-item {
		width: 14.2% !important;
		flex-basis: 14.2% !important;
	}
}


/*=================COLUMS GRID=================*/
    .product-carousel .columns-4 .product-list-item{
        width: 25% !important;
		flex-basis: 25% !important;  
    }
        
@media only screen and (max-width: 1025px){
    .product-carousel .columns-4 .product-list-item{
        width: 33.33% !important;
		flex-basis: 33.33% !important;  
    }
}
@media only screen and (max-width: 768px){
    .product-carousel .columns-4 .product-list-item{
        width: 50% !important;
		flex-basis: 50% !important;  
    }
}
/*=========HIGHLIGHT OBJECTS=========*/
.highlight-title > .elementor-widget-container,
.highlight-title-2 > .elementor-widget-container {
    position: relative;
}
.highlight-title > .elementor-widget-container::after,
.highlight-title-2 > .elementor-widget-container::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    height: 3px;
    width: 100%;
    border-radius: 100px;
    background-color: var(--e-global-color-primary);
}

.highlight-title-2 > .elementor-widget-container::after {
    background-color: var(--e-global-color-secondary);
}

#article-title-box .highlight-title > .elementor-widget-container::after,
#footer .highlight-title > .elementor-widget-container::after,
#page-single-title .highlight-title > .elementor-widget-container::after {
    background-color: #fff;
}


/*============QUANTITY ACTION============*/
/* Chrome, Safari, Edge, Opera */
.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button,
.wc-pao-addon-input-multiplier::-webkit-outer-spin-button,
.wc-pao-addon-input-multiplier::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* Firefox */
.quantity input[type=number],
.wc-pao-addon-input-multiplier {
    -moz-appearance: textfield;
}
/*----------------------------*/
.quantity {
    direction: rtl;
    width: max-content;
    border-radius: 0px;
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px;
    margin: 0;
    flex-shrink: 0;
    background-color: #fff;
}
.quantity .screen-reader-text {
    display: none;
}
.quantity .qty {
    margin: 0 !important;
    width: 50px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: bold;
    color: var(--e-global-color-primary) !important;
    padding: 0 !important;
    text-align: center !important;
    order: 1;
}
.quantity .minus,
.quantity .plus {
    display: inline-block;
    height: 30px;
    width: 40px;
    background: none;
    cursor: pointer;
    border: none;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.15);
    border-radius: 10px;
    padding: 0;
    margin: 0 !important;
    outline: none;
}
.quantity .plus {
	float: left;
	background-image: url("assets/image/plus-gray.svg");
	order: 2;
}
.quantity .minus {
	float: right;
	background-image: url("assets/image/minus-gray.svg");
	order: 0;
}
.quantity .minus.trash {
	display: none !important;
}


/*============CUSTOM CAROUSEL============*/
.swiper-carousel .swiper-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.swiper-carousel .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    direction: rtl;
    transform: none !important;
}
/*---------------------------------------*/
.product-carousel ul.products,
.object-carousel .elementor-loop-container,
.custom-carousel {
    display: flex !important;
	flex-direction: row !important;
    flex-wrap: nowrap !important;
	gap: 0 !important;
    justify-content: flex-start !important;
    width: 100% !important;
    overflow-x: auto !important;
    -ms-overflow-style: none !important; /* for Internet Explorer, Edge */
    scrollbar-width: none !important; /* for Firefox */
    transform: none !important;
}
.product-carousel ul.products::-webkit-scrollbar,
.object-carousel .elementor-loop-container::-webkit-scrollbar,
.custom-carousel::-webkit-scrollbar {
    display: none !important; /* for Chrome, Safari, and Opera */
}
.custom-carousel * {
    user-select: none;
}
.custom-carousel:hover {
    cursor: grab;
}
.custom-carousel.draging {
    cursor: grabbing;
    user-select: none;
}
.product-carousel .product-list-item,
.object-carousel .e-loop-item,
.custom-carousel .carousel-item {
    flex: 0 0 100% !important;
    /*flex: 0 0 auto !important;*/
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    flex-basis: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
}
.product-carousel > .elementor-widget-container,
.object-carousel .elementor-widget-container,
.custom-carousel-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.custom-carousel-box .custom-carousel-prev,
.custom-carousel-box .custom-carousel-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    z-index: 9;
    font-size: 40px;
    line-height: 45px;
    color: #aaa;
    text-align: center;
    direction: ltr;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='20'><path fill='%23DDD' fill-rule='evenodd' d='M.366 19.708c.405.39 1.06.39 1.464 0l8.563-8.264a1.95 1.95 0 0 0 0-2.827L1.768.292A1.063 1.063 0 0 0 .314.282a.976.976 0 0 0-.011 1.425l7.894 7.617a.975.975 0 0 1 0 1.414L.366 18.295a.974.974 0 0 0 0 1.413'/></svg>");
    background-size: 10px 15px;
    background-repeat: no-repeat;
    background-position: center center;
}
.custom-carousel-box .custom-carousel-next {
    left: 0;
    transform: rotate(180deg);
}
.custom-carousel-box:hover .custom-carousel-next {
    left: 0;
}
.custom-carousel-box .custom-carousel-prev {
    right: 0;
}
.custom-carousel-box:hover .custom-carousel-prev {
    right: 0;
}
/*----------------------------------------*/
.custom-carousel-bullet {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.custom-carousel-bullet a {
    display: flex;
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 100px;
	cursor: pointer;
    flex-shrink: 0;
}
.custom-carousel-bullet a.active-index {
    background-color: red;
    width: 40px;
    flex-shrink: 1;
}
.custom-carousel-bullet ~ .custom-carousel {
    padding-bottom: 20px;
}
.custom-carousel-box ~ .elementor-swiper-button {
	display: none !important;
}


/*=========PRODUCT LIST ITEM=========*/
.product-list-item {
    position: relative;
    height: auto;
    display: flex !important;
    flex-shrink: 0;
    z-index: 1;
	padding: 10px !important;
}
.product-list-item .inner {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: white;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start;
    justify-content: space-between !important;
    row-gap: 10px;
    box-shadow: 0 0 20px -5px #0003;
    padding: 5px;
    border-radius: 10px;
}
.product-list-item .woocommerce-loop-product__link {
    display: none !important;
}
/*-----------------------------------*/
.product-list-item .discount {
	display: none;
}
.product-list-item .discount[has-discount] {
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: absolute;
    top: 0px !important;
    color: white;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 5px 2px !important;
    margin: 0 !important;
    border-radius: 80px 100px 100px 0px;
    background: #CE394C;
    height: max-content;
    min-height: max-content;
    z-index: 1;
    left: 0;
}
.product-list-item .discount[has-discount]::after {
	content: "تخفیف";
	display: none;
}
.product-list-item .timer {
    display: none;
}
.product-list-item .timer[data-date] {
    display: flex;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    background: orange;
    color: #000;
    font-size: 13px;
    padding: 7px 5px 3px;
    line-height: 10px;
    border-radius: 5px;
    width: 90px;
    align-items: center;
    justify-content: center;
}
/*-----------------------------------*/
.product-list-item .product-image {
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: 0;
    background-color: aliceblue;
    border-radius: 10px;
}
.product-list-item .product-image img {
    width: 100% !important;
    border-radius: 5px;
    margin: 0 auto !important;
}
.product-list-item .product-image .onsale {
    display: none !important;
}
/*-----------------------------------*/
.product-list-item .title-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.product-list-item .subtitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #aaa;
}
.product-list-item .woocommerce-loop-product__title {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 !important;
    font-size: 15px !important;
	font-weight: 500 !important;
    color: #000 !important;
    margin: 3px 0 !important;
    text-align: start;
}
.product-list-item .star-rating {
    display: none !important;
}
/*-----------------------------------*/
.product-list-item .price-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: max-content;
    position: relative;
    max-width: 100%;
}
.product-list-item .price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 0 !important;
}
.product-list-item .woocommerce-Price-amount {
	font-weight: 800 !important;
	color: #000 !important;
	font-size: 15px !important;
}
.product-list-item .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-weight: 600 !important;
    font-size: 11px !important;
	color: #7694A5 !important;
	margin-right: 2px;
}
.product-list-item del,
.product-list-item del .woocommerce-Price-amount {
    color: #bbb !important;
    opacity: 1 !important;
}
.product-list-item del .woocommerce-Price-amount {
	font-weight: 300 !important;
	font-size: 13px !important;

}
.product-list-item del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    /*font-weight: 300 !important;*/
    /*font-size: 14px !important;*/
    /*color: #bbb !important;*/
    display: none;
}
.product-list-item .price ins {
	color: #000 !important;
    text-decoration: none !important;
}
/*-----------------------------------*/
.product-list-item .button-box {
	width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
    flex-shrink: 0;
    border-radius: 10px !important;
    /*margin: 0 !important;*/
    /*padding: 0 !important;*/
    color: #076FDA !important;
    background-color: #0000 !important;
    
}
/*.product-list-item .add_to_cart_button {*/

/*}*/
.product-list-item .button-box a {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	height: 100%;
	z-index: 1;
    margin: 0 !important;
	padding: 0 !important;
    color: #0000 !important;
    font-size: 0px !important;
    border: none !important;
    background-color: #0000 !important;
	background-image: url(assets/image/shopping.svg) !important;
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 80% !important;
}
/*.product-list-item .add_to_cart_button:hover {*/
/*	background-color: #2DD48D !important;*/
/*	background-image: url(assets/image/basket-white.svg) !important;*/
/*}*/

@media only screen and (max-width: 767px) {
	.product-list-item {
		padding: 5px !important;
	}
	.product-list-item .inner {
		padding: 5px !important;
		row-gap: 5px;
	}
	.product-list-item .woocommerce-loop-product__title {
		font-size: 15px !important;
	}
	.product-list-item .subtitle {
		font-size: 13px;
	}
	.product-list-item del .woocommerce-Price-amount {
		font-size: 14px !important;
	}
	.product-list-item .woocommerce-Price-amount {
		font-size: 15px !important;
	}
	.product-list-item .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
		font-size: 13px !important;
	}
	.product-list-item .button-box {
		width: 45px;
		height: 45px;
	}
	.product-list-item .add_to_cart_button {
		background-size: 65% !important;
	}
	.product-list-item .timer[data-date] {
		font-size: 11px;
    	padding: 5px 3px 2px;
		width: 70px;
	}
	.product-list-item .discount[has-discount] {
    	gap: 3px;
		font-size: 11px;
		padding: 5px 4px 2px !important;
	}
}


/*================ARTICLE LIST ITEM================*/
.article-list-item {
    height: 100%;
}
.article-list-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -80%;
    transform: skewX(-35deg);
    background: linear-gradient(to left,#0000,#fff5,#0000);
    width: 200px;
    height: 100%;
    mix-blend-mode: color-dodge;
    transition: 300ms linear;
}
.article-list-item:hover:after {
    left: 120%;
}
/*.article-list-item .image::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: auto;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    border-radius: 0 0 17px 17px;*/
/*    background-image: linear-gradient(0deg,#0009 30%,#0000 70%);*/
/*}*/
.article-list-item .image,
.article-list-item .image .elementor-image {
    height: 100%;
}


/*=========PAGINATION=========*/
.woocommerce-pagination {
	order: 50;
    margin: 0;
    width: 100%;
    text-align: center;
}
nav.elementor-pagination,
.woocommerce-pagination ul.page-numbers {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: none !important;
    gap: 20px;
    padding: 0px !important;
    list-style: none;
    margin: 0 !important;
}
.woocommerce-pagination ul.page-numbers li {
    overflow: visible !important;
    border: none;
    
}
nav.elementor-pagination > a,
nav.elementor-pagination > .current,
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li .current {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #ccc;
    padding: 5px 0 0;
    font-size: 17px;
    font-weight: 400;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 10px 2px #ddd;
    margin: 0;
    margin: 0 !important;
    width: 40px;
    height: 40px;
    line-height: unset !important;
}
nav.elementor-pagination > a:hover,
nav.elementor-pagination > .current,
.woocommerce-pagination ul.page-numbers li:hover a,
.woocommerce-pagination ul.page-numbers li .current {
    box-shadow: 0 10px 10px -5px #f24;
    background: #f34 !important;
    color: white !important;
}
nav.elementor-pagination > .dots {
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    nav.elementor-pagination,
    .woocommerce-pagination ul.page-numbers {
        gap: 10px;
    }
    nav.elementor-pagination > a,
    nav.elementor-pagination > .current,
    .woocommerce-pagination ul.page-numbers li a,
    .woocommerce-pagination ul.page-numbers li .current {
        font-size: 16px;
        border-radius: 10px;
        width: 30px;
        height: 30px;
    }
}


/*================ COMMENTS ================*/
.woocommerce-Tabs-panel--reviews #comments {
	text-align: center;
}
.woocommerce-Tabs-panel--reviews #commentform {
	width: min(450px, 100%);
    margin: auto;
}
#comments ol {
    list-style: none;
}
#comments p {
    line-height: 1.2em;
}
#comments .woocommerce-Reviews-title {
    margin-bottom: 5px;
}
#comments ol li {
    display: inline-block;
    width: 100%;
}
#comments .comment-list {
	padding: 0;
	margin-bottom: 40px;
}
#comments .comment-body {
	position: relative;
    padding-right: 50px;
    padding-left: 50px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}
#comments .comment-meta,
#comments .comment-author {
	position: unset;
	display: inline-block;
    width: 100%;
}
#comments .comment-author {
	float: right;
	width: auto;
}
#comments .comment-metadata {
    position: absolute;
    top: 15px;
    left: 0;
}
#comments .comment-author img {
	position: absolute;
    right: 0;
    top: 15px;
    border-radius: 100px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    border: 2px solid #fff;
	width: 40px;
    height: 40px;
}
#comments .comment-author b {
	color: var(--e-global-color-primary);
}
#comments .comment-author span,
#comments .comment-metadata a {
	font-size: 13px;
    color: #ccc;
}
#comments .comment-awaiting-moderation {
	width: 100%;
    display: inline-block;
    font-size: 12px;
    color: red;
}
#comments .reply {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
}
#comments .reply a {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%231E4CC1' width='100%' height='100%' viewBox='0 0 512 512'><path d='M171.154 312.882 45.846 187.142c-7.799-7.798-7.799-20.486-.032-28.252L171.098 34.174c7.828-7.793 7.856-20.456.063-28.284-7.792-7.829-20.455-7.856-28.284-.064L17.56 130.574c-23.393 23.394-23.393 61.458-.023 84.828l125.284 125.716A19.935 19.935 0 0 0 156.987 347a19.94 19.94 0 0 0 14.119-5.834c7.823-7.797 7.846-20.46.048-28.284z' /><path d='M332.487 153h-213.5c-11.046 0-20 8.954-20 20s8.954 20 20 20h213.5c76.921 0 139.5 62.58 139.5 139.5S409.408 472 332.487 472c-11.046 0-20 8.954-20 20s8.954 20 20 20c98.977 0 179.5-80.523 179.5-179.5S431.464 153 332.487 153z' /></svg>");
	background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: rgba(0,0,0,0);
}
#reply-title {
    display: none;
}
#commentform > p.comment-form-comment {
    position: relative;
    display: inline-block;
    width: 100%;
	margin: 0;
    line-height: 0;
}
#commentform label {
    color: #aaa;
	line-height: 20px;
	text-align: right !important;
    display: inline-block;
}
#commentform textarea, 
#commentform input:not([type="checkbox"]) {
    border: none;
    background-color: #eee;
    border-radius: 10px;
    min-height: 50px;
    outline-color: var(--e-global-color-primary);
    width: 100%;
	padding: 15px;
}
#commentform input[type="submit"] {
    background-color: var(--e-global-color-primary);
    color: #fff;
    width: max-content;
    padding: 15px 30px;
	font-family: var(--font-family);
	margin-top: 10px;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
    width: 49%;
    float: right;
    line-height: 0;
}
#commentform .comment-form-author {
    margin-right: 1%;
}
#commentform .comment-form-email {
    margin-left: 1%;
}
/*=============END OF COMMENTS===================*/


/*====================================================================================================*/




/*================================*/
[data-elementor-type="footer"]{
    overflow: hidden;
}

/*=============PRODUCT SINGLE CHANGE BULLET STYLE===================*/
.product-single-related-products .custom-carousel-box .custom-carousel-prev,
.product-single-related-products .custom-carousel-box .custom-carousel-next
{
    background-color: #eee;
}
@media only screen and (max-width: 1025px) {
    .product-single-related-products .custom-carousel-box .custom-carousel-prev,
    .product-single-related-products .custom-carousel-box .custom-carousel-next,
    .product-single-product-gallery .custom-carousel-box .custom-carousel-prev,
    .product-single-product-gallery .custom-carousel-box .custom-carousel-next{
        padding: 30px;
    }
}
@media only screen and (max-width: 768px){
    .product-single-related-products .custom-carousel-box .custom-carousel-prev,
    .product-single-related-products .custom-carousel-box .custom-carousel-next,
    .product-single-product-gallery .custom-carousel-box .custom-carousel-prev,
    .product-single-product-gallery .custom-carousel-box .custom-carousel-next{
        padding: 25px; 
    }
}
.product-single-relate-article .custom-carousel-box .custom-carousel-prev, 
.product-single-relate-article .custom-carousel-box .custom-carousel-next{
    padding: 20px;
}
.product-single-relate-article #product-single-articles .custom-carousel-prev{
    left: 45px;
}
.product-single-relate-article #product-single-articles .custom-carousel-bullet{
    left: 100px;
}
.product-single-relate-article #product-single-articles .custom-carousel-prev, 
.product-single-relate-article #product-single-articles .custom-carousel-next{
    top: -55px;
}
.product-single-relate-article .custom-carousel-box .custom-carousel-prev,
.product-single-relate-article .custom-carousel-box .custom-carousel-next{
    background-color: #eee;
}
@media only screen and (max-width: 768px){
    .product-single-relate-article #product-single-articles .custom-carousel-bullet{
        display: none;
    }
    .product-single-relate-article .custom-carousel-box .custom-carousel-prev,
    .product-single-relate-article .custom-carousel-box .custom-carousel-next{
        padding: 15px;
    }
    .product-single-relate-article #product-single-articles .custom-carousel-prev,
    .product-single-relate-article #product-single-articles .custom-carousel-next{
        top: -43px;
    }
    .product-single-relate-article #product-single-articles .custom-carousel-next{
        left: 10px;
    }
}


/*=============PRODUCT SINGLE CONTACT BUTTON MOBILE RESPONSIVE===================*/
.product-single-call .elementor-icon-box-content{
    align-items: center;
    display: flex;
}



/*================WIDGET - TABs================*/
.elementor-widget-tabs .elementor-tab-title a {
	pointer-events: none;
}
.elementor-widget-tabs .elementor-tab-content {
	display: none;
}
.elementor-widget-tabs .elementor-tab-content.active {
	display: block;
}


/*============CUSTOM SEARCH MODAL============*/
#search-modal {
    justify-content: center;
    align-items: center;
    background: #0005;
    backdrop-filter: blur(10px);
    background-color: #19377Edd;
    z-index:99;
}
#search-modal .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: max-content;
    height: max-content;
    background-color: #0000;
    position: unset;
}
#search-modal .search-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#search-modal .search-input {
    background-color: #0000;
    border: 3px solid #fff;
    border-radius: 20px;
    height: 70px;
    width: 500px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    outline: none;
}
#search-modal .search-input::placeholder {
    color: #fff9;
    font-size: 25px;
}
#search-modal .submit-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='100%' height='100%' fill='white'><path d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z' /></svg>");
}
#search-modal .closer-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='100%' height='100%' fill='white'><path d='M13.41,12l6.3-6.29a1,1,0,1,0-1.42-1.42L12,10.59,5.71,4.29A1,1,0,0,0,4.29,5.71L10.59,12l-6.3,6.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l6.29,6.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z'/></svg>");
}

@media only screen and (max-width: 767px) {
    #search-modal .search-form {
        gap: 0;
    }
    #search-modal .search-input {
        width: 250px;
        height: 50px;
    }
    #search-modal .closer-icon {
        position: absolute;
        top: 10px;
        left: 10px;
    }
}


/*================WIDGET - FAQ================*/
.elementor-widget-toggle .elementor-tab-title a,
.elementor-widget-accordion .elementor-tab-title a {
	pointer-events: none;
}
.elementor-widget-toggle .elementor-tab-content,
.elementor-widget-accordion .elementor-tab-content {
	display: none;
}
.elementor-widget-toggle .elementor-tab-content.active,
.elementor-widget-accordion .elementor-tab-content.active {
	display: block;
}




















    
/*=============================header=================================*/
/*.header-call .elementor-widget-container {*/
/*    background-size: 100% 100% !important;*/
/*    height: 70px !important;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
.header-separator .elementor-widget-container {
    background: linear-gradient(to left, #0000, #fff, #0000);
}
.header-logo img{
    object-fit: contain;
}
@media only screen and (max-width: 768px) {
    .header-call .elementor-icon-box-content {
        display: none;
    }
    .header-call .elementor-icon-box-wrapper {
       display: flex !important;
       justify-content: center !important;
       align-items: center !important;
    }
    .header-call .elementor-icon-box-icon {
       margin: 0 !important;
    }
    .header-call .elementor-widget-container {
       height: 40px !important;
    }
}
@media only screen and (max-width: 1024px){
    #header-main-menu ul li{
        border-bottom: none;
    }
}
@media only screen and (max-width: 767px){
    .relative-mobile{
        position: relative !important;
        top:0 !important;
        bottom:0 !important;
        left:0 !important;
        right:0 !important;
    }
    #header-main-menu ul.menu {
        gap: 12px;
    }
}



/*==============================footer=================================*/
.footer-text p {
    text-align-last: center;
}
.footer-phone-number ul li:nth-child(2) span{
    color: #fff;
}
/*==============================slider==================================*/
.custom-carousel-box .custom-carousel-prev,
.custom-carousel-box .custom-carousel-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    z-index: 9;
    font-size: 40px;
    line-height: 45px;
    color: #aaa;
    text-align: center;
    direction: ltr;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='20'><path fill='%23DDD' fill-rule='evenodd' d='M.366 19.708c.405.39 1.06.39 1.464 0l8.563-8.264a1.95 1.95 0 0 0 0-2.827L1.768.292A1.063 1.063 0 0 0 .314.282a.976.976 0 0 0-.011 1.425l7.894 7.617a.975.975 0 0 1 0 1.414L.366 18.295a.974.974 0 0 0 0 1.413'/></svg>");
    background-size: 10px 15px;
    background-repeat: no-repeat;
    background-position: center center;
}
@media only screen and (max-width: 768px) {
    .hr-categori-list-1 hr:nth-child(1) {
        left: calc(50% - 151px);
    }
    .custom-carousel-box .custom-carousel-prev,
    .custom-carousel-box .custom-carousel-next {
    width: 40px;
    height: 40px;
    padding: 15px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='20'><path fill='%23DDD' fill-rule='evenodd' d='M.366 19.708c.405.39 1.06.39 1.464 0l8.563-8.264a1.95 1.95 0 0 0 0-2.827L1.768.292A1.063 1.063 0 0 0 .314.282a.976.976 0 0 0-.011 1.425l7.894 7.617a.975.975 0 0 1 0 1.414L.366 18.295a.974.974 0 0 0 0 1.413'/></svg>");
    background-size: 5px 10px;
}
}
/*===================================category-list-item-1================================*/

.category-list-item-1 .custom-carousel-prev,
.category-list-item-1 .custom-carousel-next {
    display: none;
}
.hr-categori-list-1 {
    height: 100%;
}
.hr-categori-list-1 hr {
    position: absolute;
    height: 100%;
    background-color: #FFFFFF10;
    width: 1px;
    border: none;
}
.hr-categori-list-1 hr:nth-child(1) {
    left: calc(50% - 577px);
}
.hr-categori-list-1 hr:nth-child(2) {
    left: calc(50% - 227px);
}
.hr-categori-list-1 hr:nth-child(3) {
    left: calc(50% - 176px);
}
.hr-categori-list-1 hr:nth-child(4) {
    left: calc(50% + 173px);
}
.hr-categori-list-1 hr:nth-child(5) {
    left: calc(50% + 224px);
}
.hr-categori-list-1 hr:nth-child(6) {
    left: calc(50% + 574px);
}

@media only screen and (max-width: 1200px) {
    .hr-categori-list-1 hr:nth-child(1) {
        left: calc(50% - 579px);
    }
    .hr-categori-list-1 hr:nth-child(2) {
        left: calc(50% - 259px);
    }
    .hr-categori-list-1 hr:nth-child(3) {
        left: calc(50% - 238px);
    }
    .hr-categori-list-1 hr:nth-child(4) {
        left: calc(50% + 82px);
    }
    .hr-categori-list-1 hr:nth-child(5) {
        left: calc(50% + 104px);
    }
    .hr-categori-list-1 hr:nth-child(6) {
        left: calc(50% + 423px);
    }
}
@media only screen and (max-width: 1025px) {
    .hr-categori-list-1 hr:nth-child(1) {
        left: calc(50% - 506px);
    }
    .hr-categori-list-1 hr:nth-child(2) {
        left: calc(50% - 236px);
    }
    .hr-categori-list-1 hr:nth-child(3) {
        left: calc(50% - 213px);
    }
    .hr-categori-list-1 hr:nth-child(4) {
        left: calc(50% + 57px);
    }
    .hr-categori-list-1 hr:nth-child(5) {
        left: calc(50% + 81px);
    }
    .hr-categori-list-1 hr:nth-child(6) {
        left: calc(50% + 351px);
    }
}
@media only screen and (max-width: 881px) {
    .hr-categori-list-1 hr:nth-child(1) {
        left: calc(50% - 444px);
    }
    .hr-categori-list-1 hr:nth-child(2) {
        left: calc(50% - 224px);
    }
    .hr-categori-list-1 hr:nth-child(3) {
        left: calc(50% - 188px);
    }
    .hr-categori-list-1 hr:nth-child(4) {
        left: calc(50% + 32px);
    }
    .hr-categori-list-1 hr:nth-child(5) {
        left: calc(50% + 68px);
    }
    .hr-categori-list-1 hr:nth-child(6) {
        left: calc(50% + 288px);
    }
}
@media only screen and (max-width: 768px) {
    .hr-categori-list-1 hr:nth-child(1) {
        left: calc(50% - 228px);
    }
    .hr-categori-list-1 hr:nth-child(2) {
        left: calc(50% + 74px);
    }
    .hr-categori-list-1 hr:nth-child(3) {
        display: none;
    }
    .hr-categori-list-1 hr:nth-child(4) {
        display: none;
    }
    .hr-categori-list-1 hr:nth-child(5) {
        display: none;
    }
    .hr-categori-list-1 hr:nth-child(6) {
        display: none;
    }
    .category-list-item-1 .custom-carousel-bullet ~ .custom-carousel{
        padding-bottom: 0;
    } 
}

/*===================================category-item-1================================*/
.category-item-1  {
    height: 250px;
}
.category-item-1 {
    height: var(--min-height);
}
/*===============================article-list-item===================================*/
.article-list-item .custom-carousel-prev,
.article-list-item .custom-carousel-next {
    display: none;
} 
.article-list-item .elementor-heading-title {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*===============================================================*/
.after-title .elementor-widget-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 3px;
    border-radius: 100px;
    opacity: 0;
    transition: all 0.3s;
    background-color: var(--e-global-color-secondary);
}


/*=================================product-list-item-1=================================*/
.product-list-item-1 .custom-carousel-prev,
.product-list-item-1 .custom-carousel-next {
    display: none;
}


/* -----------------prodduct-list-item----------------------- */
.products-tab  .elementor-tab-title{
    padding: 10px 30px !important;
}
.products-tab  .elementor-tab-title.active {
    color: #076FDA !important;
    font-weight: 700 !important;
    font-size: 17px !important;
}
.products-tab  .elementor-tab-title.active::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    width: 50px !important;
    height: 3px !important;
    border-radius: 100px;
    transition: all 0.3s;
    background-color:  #076FDA !important;
}

.price-box span:last-child {
    color: #076FDA;
    font-size: 14px !important;
    font-weight: 500;
}
.product-list-item {
	padding: 0 5px;
}
.product-list-item .inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px 5px;
	width: 100%;
	background-color: #FFF;
	padding: 20px;
	border-radius: 0px;
}
.product-list .product-image {
	position: relative;
}
.product-list-item .title-link  {
    z-index: 1;
}
.product-list-item .title-link h2 {
	display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700 !important;
}
.product-list-item .woocommerce-loop-product__title {
    font-size: 20px;
	font-weight: 500 !important;
	color: #16295B !important;
}
.product-list-item .price {
	display: flex !important;
	flex-direction: column !important;
	margin-bottom: 0 !important;
	gap: 0;
    height: 40px;
    line-height: 0;
    color: #0000 !important;
}
/*.product-list-item .price del {*/
/*    padding-right: 30px;*/
/*}*/
.product-list-item del .woocommerce-Price-amount {
	color: #9CAACF !important;
	font-size: 13px;
	font-weight: 400;
}
.product-list-item ins .woocommerce-Price-amount,
.product-list-item ins .woocommerce-Price-currencySymbol {
	color: #F86161 !important;
	font-size: 17px !important;
}
.product-list-item .woocommerce-Price-amount {
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 600;
	height: 20px;
    line-height: 23px;
}
.product-list-item .woocommerce-Price-currencySymbol {
	color: #9CAACF !important;
	font-weight: 400;
}
.product-list-item del .woocommerce-Price-currencySymbol {
    display: none !important;
}
.product-list-item .onsale {
	padding: 10px 20px !important;
    background-color: red !important;
    border-radius: inherit !important;
	min-height: 0 !important;
	min-width: 0 !important;
	line-height: 5px!important;
	position: absolute;
	margin: 0 !important;
	top: 0;
	left: 0;
}
.product-list-item .discount {
	display: none;
	position: absolute;
	bottom: 0 !important;
	right: 0 !important;
	width: 25px;
	background-color: #F86161;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	padding: 4px 2px 2px 2px;
}
.product-list-item .discount[has-discount] {
	display: flex;
	bottom: 4px !important;
	right: auto !important;
}
.product-list-item .discount::after {
	display: none;
}
.product-list-item .price-box {
	position: relative;
    display: flex;
    align-items: flex-end;
    height: max-content;
    justify-content: flex-end;
}
.product-list-item.outofstock .price-box {
    display: none !important;
}
.product-list-item.outofstock .button-box {
    width: 100% !important;
    height: 20px !important;
    background: none !important;
}
.product-list-item.outofstock .button-box a {
    background: none !important;
    position: relative !important;
    color: #0000 !important;
}
.product-list-item.outofstock .button-box a::before {
    content: "تماس بگیرید";
    font-weight: 700 !important;
    color: red !important;
    position: absolute !important;
    bottom: 0 !important;
}
.product-list-item .button-box {
	width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    border-radius: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0000 !important;
    background-color: #0000 !important;
}
.product-list-item .button-box .button  {
    height: 100%;
    margin: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 14px !important;
}

.product-list-item .add_to_cart_button {
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0 !important;
    padding: 0 0 8px 0 !important;
    color: #0000 !important;
    font-size: 0px !important;
    border: none !important;
    background-color: #EBF5FB  !important;
	background-image: url(https://asanpump.com/wp-content/uploads/2024/05/call-shop.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 15px 20px;
    background-size: 20px;
}

/*.product-list-item .add_to_cart_button:hover {*/
/*    justify-content: flex-end !important;*/
/*	background-color: #F48461 !important;*/
	/*background-image: url(https://demo-329.itfaam.ir/wp-content/uploads/2024/04/basket-white.svg) !important;*/
/*	background-position: 15px 10px !important;*/
/*	transition: all 0.3s;*/
/*}*/
/*.product-list-item .add_to_cart_button:hover::after {*/
/*	content: "خرید";*/
/*	color: #FFF !important;*/
/*	font-size: 13px !important;*/
/*	font-weight: 400 !important;*/
/*	padding-bottom: 0px;*/
/*}*/
.woocommerce ul.products li.product .button {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.product-list-item .custom-carousel-bullet {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .products-tab .elementor-tabs-wrapper {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
    }
    .products-tab .elementor-tab-title {
        padding: 5px 10px !important;
        flex-shrink: 0;
    }
    .products-tab .elementor-tab-mobile-title {
        display: none !important;
    }
    .price-box span:last-child {
       font-size: 14px;
    }
    .product-list-item .button-box {
        width: 100%;
        height: 35px;
        background-color: var( --e-global-color-primary ) !important;
        border-radius: 0px !important;
        margin-bottom: 5px !important;
    }
    .product-list-item .button-box .added_to_cart{
        display: none;
    }
    .product-list-item .button-box a{
        background-image: none !important;
        color: #fff !important;
        font-size: 14px !important;
    }
    .product-list-item .woocommerce-Price-amount {
    	font-size: 13px;
    }
    .product-list-item .discount {
    	font-size: 11px;
    }
    .product-list-item .price-box{
        width: max-content;
        align-items: center;
    }
    .product-list-item .inner{
        justify-content: center !important;
    }
    .product-list-item .add_to_cart_button {
       background-size: 25px !important;
    }
   .product-list-item .woocommerce-loop-product__title {
       font-size: 18px;
    }
    .product-list-item {
       padding: 0 5px;
    }
    .product-list-item .woocommerce-Price-amount {
	  font-size: 14px !important;
    }
    .product-list-item del .woocommerce-Price-amount {
   	  font-size: 12px;
    }
    .product-list-item .discount {
	  width: 25px !important;
	  height: 20px !important;
	  font-size: 11px;
    }
    .product-list-item .discount[has-discount] {
	  bottom: 6px !important;
    }
    .product-list .custom-carousel-box .custom-carousel-next {
        top: 0px ;
        bottom: 0 !important;
        right: auto !important;
        left: 0 !important;
        margin: auto;
    }
    .product-list .custom-carousel-box .custom-carousel-prev {
        top: 0px ;
        bottom: 0 !important;
        left: auto !important;
        right: 0 !important;
        margin: auto;
    }
    .category-list-2 .custom-carousel-box .custom-carousel-next {
        top: 0px ;
        ottom: 0 !important;
        right: auto !important;
        left: 0 !important;
        margin: auto;
    }
    .category-list-2 .custom-carousel-box .custom-carousel-prev {
        top: 0px ;
        bottom: 0 !important;
        left: auto !important;
        right: 0 !important;
        margin: auto;
    }
    
}


/* =============product_catalog=============== */
.catalog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px !important;
  background-color: #EF394E;
  text-decoration: none !important;
  border: 2px solid #fff !important;
  box-shadow: 0 20px 10px -20px #0009 !important;
  width: 100%;
  max-height: 50px;
}
.catalog-btn .elementor-button-text {
	display: flex;
	align-items: center;
}
.catalog-btn .elementor-button-content-wrapper {
	gap: 15px;
}
/* .catalog-btn:hover {
  background-color: #005be0;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 123, 255, 0.4);
  color: #fff !important;
} */
.catalog-btn .elementor-button-icon {
	background-color: #E31A32;
	padding: 8px;
	border-radius: 10px;
}
.catalog-btn-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  filter: brightness(0) invert(1); /* آیکن سفید می‌شود */
  transition: transform 0.2s ease;
}
.catalog-btn {
	cursor: pointer;
}




/*=======================HEADER CATEGORY ICON===========================*/
.category-header-icon li{
    cursor: pointer;
}


/*=======================FIRST FRAME (HOME)===========================*/
.main-title h1{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.main-title h1 .first-line{
    color: #34d2e3;
    font-size: 48px;
    text-align: center;
}
.main-title h1 .second-line{
   color: #ffffff; 
   font-size: 40px; 
   font-weight: 700; text-shadow: 0px 5px 10px rgba(229.5, 229.5, 229.5, 0.3);
   padding-bottom: 30px;
   text-align: center;
}
@media only screen and (max-width: 880px){
    .main-title h1 .first-line{
        font-size: 40px;
    }
    .main-title h1 .second-line{
        font-size: 35px; 
    }
}
@media only screen and (max-width: 768px){
    .main-title h1 .first-line{
        font-size: 28px;
    }
    .main-title h1 .second-line{
        font-size: 28px; 
    }
}
@media only screen and (max-width: 360px){
    .main-title h1 .first-line{
        font-size: 25px;
    }
    .main-title h1 .second-line{
        font-size: 24px; 
    }
}

