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

html,body {
	font-family: "IRANSansXV", Sans-serif;
}

ul {
    padding: 0 20px;
}

li::marker {
  color: #3e3e3e82;
}

.desktop-search-input .e-search-input {
    min-height: 44px !important;
    background: #f0f1f5;
    padding: 9px 40px 9px 16px !important;
    border: none !important;
}

.desktop-login-btn svg {
    width: 18px;
}

.desktop-header-cart a {
    background-color: #fff !important;
    border: 1px solid !important;
    border-color: var(--e-global-color-9e9f5bd) !important;
}

/* ========================================
    Header - Two-Row Scroll-Sensitive
   ======================================== */

.beban-header {
    position: relative;
    width: 100%;
    z-index: 1000;
}

.header-row-1 {
    position: relative;
    width: 100%;
    z-index: 1001;
    background: #fff;
}

.header-row-2 {
    position: relative;
    width: 100%;
    z-index: 1000;
    /*overflow: hidden;*/
    transition: max-height 0.35s ease, opacity 0.35s ease;
}

.beban-header.is-sticky .header-row-1 {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    /*box-shadow: 0 1px 2px rgb(0, 0, 0, 0.15);*/
}

.beban-header.is-sticky .header-row-2 {
    position: fixed !important;
    top: var(--row1-height, 80px);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9998;
    transform: translateY(-2px);
    opacity: 1;
    transition: transform 0.35s ease, opacity 0.35s ease;
    box-shadow: 0 1px 2px rgb(0, 0, 0, 0.15);
}

.beban-header.is-hiding-row2 .header-row-2 {
    transform: translateY(-100%) !important;
    opacity: 1 !important;
    pointer-events: none;
}

.beban-header.is-sticky.is-active .header-row-2 {
    transform: translateY(-2px);
    opacity: 1;
    pointer-events: auto;
}

/*.beban-header.is-sticky.is-active .header-row-1 {*/
/*    box-shadow: none;*/
/*}*/

.beban-header-spacer {
    height: 0;
    /*transition: height 0.3s ease;*/
}


@media (max-width: 768px) {
    .header-row-2 {
        transition: transform 0.25s ease, opacity 0.25s ease;
    }
}

/*.header-row-1,
.header-row-2 {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}*/


.woocommerce-notices-wrapper {
    max-width: 1440px;
    margin: 15px auto;
}

.woocommerce-message, .woocommerce-notices-wrapper {
    line-height: 32px;
}

.product-meta-links ul li span {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.product-meta-links ul li span a {
    padding: 0 5px;
    color: #264AFFCC;
}

.elementor-widget-icon-box .elementor-icon-box-icon {
    line-height: 1.8;
}

.variable-item, .variable-item-span-color {
    border-radius: 8px !important;
}

.woocommerce-Price-currencySymbol {
    float: inline-end;
}

.woocommerce-Price-currencySymbol svg {
    vertical-align: middle;
    margin-right: 4px;
}


.elementor-button-content-wrapper {
    align-items: center;
}

.elementor-widget-woocommerce-product-price p {
    margin: 0;
}

.variable-product-text {
    color: #505464;
    font-size: 14px;
    margin: 0;
}

.woocommerce-variation-price .price {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    color: var(--e-global-color-primary) !important;
    margin: 0 0 10px 0;
}

.woocommerce-variation-price .price del {
    font-size: 13px !important;
    opacity: .5 !important;
}

.woocommerce-variation-price .price ins {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.woocommerce-variation-availability {
    color: var(--e-global-color-primary) !important;
}

.out-of-stock {
    background-color: rgb(170 0 0 / 10%);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}

table.variations tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0px;
}
