/* 
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: Ariana Digital Agency
Author URI: https://arianait.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
*/
.tereezeh-header-container {
}

.tereezeh-hero-section {
  overflow: hidden;
  /*background: #f7f3ea;*/
}

@media (max-width: 1025px) {
    .tereezeh-hero-section .hero-text-wrapper .hero-text-col {
        background-color: rgba(247, 243, 234, 0.5);
    }
}

/* ------------------------------ STICKY HEADER ------------------------------ */
/* when sticky offset reached, elementor add this to sticky menu */

.tereezeh-header-container.elementor-sticky--effects {
  /*background-color: var(--e-global-color-07ef33d) !important;*/
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.tereezeh-header-container .logo-wrapper img {
  transition: all 0.3s ease-in-out;
}

.tereezeh-header-container.elementor-sticky--effects .logo-wrapper img {
  width: 70px !important;
}

.rtl .tereezeh-header-container.elementor-sticky--effects .logo-wrapper img {
  width: 50px !important;
}

.tereezeh-header-container.elementor-sticky--effects
  .menu-wrapper
  .menu-item
  a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.e-con.elementor-sticky--active {
    z-index: 999 !important;
}

/* ------------------------------ DIVIDER CENTER ------------------------------ */
.tereezeh-modern-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #C98A4B;
}
.tereezeh-modern-divider svg {
    /* width: 100%; */
    width: clamp(400px, 60%, 500px);
    max-width: 700px;
    /* height: auto; */
    height: clamp(50px, 6vw, 60px);
    overflow: visible;
}

/* ------------------------------ DIVIDER RIGHT ------------------------------ */
.tereezeh-modern-divider-right-extended {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    color: #C98A4B;
}
.tereezeh-modern-divider-right-extended svg {
    width: clamp(400px, 60%, 500px);
    max-width: 800px;
    height: clamp(50px, 6vw, 60px);
    shape-rendering: crispEdges;
}

/* ------------------------------ DIVIDER LEFT ------------------------------ */
.tereezeh-modern-divider-left-fixed {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #C98A4B;
}
.tereezeh-modern-divider-left-fixed svg {
    width: clamp(400px, 60%, 500px);
    max-width: 800px;
    height: clamp(50px, 6vw, 60px);
    shape-rendering: crispEdges; 
}

/* ------------------------------ BUTTONS ------------------------------ */
.elementor-button .elementor-button-text {
    line-height: 1 !important;
}

/* ------------------------------ ELEMENTOR ------------------------------ */
.elementor-menu-cart__toggle_button:focus {
	background-color: transparent !important;
}

/* ------------------------------ FOOTER ------------------------------ */
.tereezeh-footer-container .footer-menu-1 .menu-item a {
 }
 
 /* ------------------------------ WOO PRODUCT SINGLE ------------------------------ */
 .woocommerce-Price-amount {
	color: #C98A4B !important;
 }
 .quantity input[type="number"] {
  padding-inline-end: 12px;
  }

 .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h3 {
	margin-top: 40px;
 }
 
 .woocommerce-product-attributes.shop_attributes th, .woocommerce-product-attributes.shop_attributes td{
	border: none !important;
 }
 .woocommerce-product-attributes.shop_attributes th, .woocommerce-product-attributes.shop_attributes td {
	background-color: transparent !important;
	padding: 10px !important;
 }
 .woocommerce-product-attributes.shop_attributes td p{
	padding: 0px !important;
 }
 .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    background-color: unset !important;
 }
 .woocommerce div.product form.cart .variations tr:hover td, .woocommerce div.product form.cart .variations tr:hover th {
    background-color: unset !important; 
 }
 
 /* ------------------------------ POST SINGLE ------------------------------ */
 .elementor-widget-theme-post-content .wp-block-heading:not(:first-child) {
  margin-top: 40px;
 }



/* ------------------------------ Elementor Colors ------------------------------ */

    /* --e-global-color-primary: #B8793E;
    --e-global-color-secondary: #0E3A3A;
    --e-global-color-text: #2E2A26;
    --e-global-color-accent: #C98A4B; */

/* ------------------------------ MODALS ------------------------------ */
:root {
    --ariana-modal-overlay-bg: rgba(255,255,255,1);
    --ariana-modal-radius: 0px !important;
    --ariana-modal-padding: 4vw !important;
    --ariana-modal-width: 100vw !important;
    --ariana-modal-max-width: 100vw !important;
    --ariana-account-font-base: 18px !important;
}
.ariana-ew-modal-overlay {}
.ariana-ew-modal-container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    max-height: none !important;
    justify-content: start !important;
    padding: 0 !important;
}


.ariana-ew-modal-close-container {
    position: unset !important;
    top: unset !important;
    right: unset !important;
    align-items: center !important;
    align-self: flex-start !important;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end !important;
    display: flex;
    padding: 20px 20px 0 0;
}

.admin-bar .ariana-ew-modal-close-container {
    top: unset !important;
    padding-top: 65px !important;
}

.rtl .ariana-ew-modal-close-container {
    right: auto !important;
    left: unset !important;
    padding: 20px 0 0 20px;
}

.ariana-ew-modal-close {
    background-color: unset !important;
    color: var(--e-global-color-secondary, #666) !important;
    padding: var(--toggle-icon-padding, 10px 10px) !important;
    font-size: 50px !important;
}
.ariana-ew-modal-close:hover, .ariana-ew-modal-close:focus, .ariana-ew-modal-close:active {
    background-color: unset !important;
    color: var(--e-global-color-accent, #333) !important;
}

.ariana-ew-modal-inner {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 20px 50px;
    width: 100%;
}

@media (max-width: 767px) {}
@media (max-width: 1024px) {}

/* ------------------------------ LOGIN & ACCOUNT MODAL ------------------------------ */
.ariana-ew-account-trigger {
  background-color: unset !important;
  color: var(--e-global-color-secondary, #666) !important;
  padding: var(--toggle-icon-padding, 10px 10px) !important;
  border: none !important;
  outline: none !important;
}
.ariana-ew-account-trigger:hover, .ariana-ew-account-trigger:focus, .ariana-ew-account-trigger:active{
  background-color: unset !important;
  color: var(--e-global-color-accent, #333) !important;
  border: none !important;
  outline: none !important;
}
#ariana-ew-account-modal .ariana-ew-modal-container .ariana-ew-modal-inner,
#ariana-ew-login-modal .ariana-ew-modal-container .ariana-ew-modal-inner {
        max-width: 400px;
}

/* ------------------------------ SEARCH MODAL ------------------------------ */
.ariana-ew-search-trigger {
  background-color: unset !important;
  color: var(--e-global-color-secondary, #666) !important;
  padding: var(--toggle-icon-padding, 10px 10px) !important;
  border: none !important;
  outline: none !important;
}
.ariana-ew-search-trigger:hover, .ariana-ew-search-trigger:focus, .ariana-ew-search-trigger:active {
  background-color: unset !important;
  color: var(--e-global-color-accent, #333) !important;
  border: none !important;
  outline: none !important;
}
@media (min-width: 1025px) {
    #ariana-ew-search-modal .ariana-ew-modal-container .ariana-ew-modal-inner {
        max-width: 800px;
    }
}
.ariana-ew-modal-title {
    display: none;
}
.ariana-ew-search-submit {
    padding: 10px !important;
}
.ariana-ew-account-link {
    color: var(--e-global-color-text, #333) !important;
    /*background-color: var(--e-global-color-05b512a, #05b512a) !important;*/
}

.ariana-ew-account-link:hover, .ariana-ew-account-link:active {
    color: var(--e-global-color-text, #333) !important;
    /*background-color: var(--e-global-color-05b512a, #05b512a) !important;*/
}


/* ------------------------------ MULTISITE LANGUAGE SWITCHER ------------------------------ */
/* #msls-lang-switcher-01 */
#msls-lang-switcher-01 .ariana-msls-link {
  background-color: unset !important;
  color: var(--e-global-color-secondary, #666) !important;
  padding: var(--toggle-icon-padding, 10px 10px) !important;
  border: none !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  line-height: 1px;
}

#msls-lang-switcher-01 .ariana-msls-link:hover,
#msls-lang-switcher-01 .ariana-msls-link:focus,
#msls-lang-switcher-01 .ariana-msls-link:active {
  background-color: unset !important;
  color: var(--e-global-color-accent, #333) !important;
  border: none !important;
  opacity: 0.8 !important;
  outline: none;
}

#msls-lang-switcher-01 .ariana-msls-link .ariana-msls-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
}

/* ------------------------------ HUMBERGER ICON ------------------------------ */
#header-main-menu-01 .elementor-menu-toggle {
  background-color: unset !important;
  color: var(--e-global-color-secondary, #666) !important;
  padding: var(--toggle-icon-padding, 10px 10px) !important;
  border: none !important;
  cursor: pointer;
  line-height: 1px;
}
#header-main-menu-01 .elementor-menu-toggle svg {
  color: var(--e-global-color-secondary, #666) !important;
  transition: opacity 0.2s ease;
}
#header-main-menu-01 .elementor-menu-toggle svg:hover,
#header-main-menu-01 .elementor-menu-toggle svg:focus,
#header-main-menu-01 .elementor-menu-toggle svg:active {
  background-color: unset !important;
  color: var(--e-global-color-accent, #333) !important;
  border: none !important;
  opacity: 0.8 !important;
  outline: none;
}




