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

/* Add your custom styles here */
span.home-quote-icon {
    font-family: "Avenir Next", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0;
    color: var( --e-global-color-primary );
    display: block;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a {
    text-decoration: underline;
}

.home-reviewscarou .elementor-testimonial {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-reviewscarou .swiper-slide {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.hover-underline:hover {
	text-decoration: underline;
	color: var( --e-global-color-accent );
}

/*  nesting shopepage-cats*/

.shopepage-cats .woocommerce ul.products li.product a {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.shopepage-cats .woocommerce ul.products li.product a img {
    object-fit: cover;
    height: 161px;
    padding: 0;
    border-radius: 7px;
    border-radius: 7px;
    margin: 0;
}

.shopepage-cats h2.woocommerce-loop-category__title {
    position: absolute;
    border-radius: 7px;
    height: 100%;
    display: flex;
    width: 100%;
    background: #00000045;
    justify-content: center;
    align-content: center;
	transition: opacity 100ms ease 0s;
    align-items: center;
}

.shopepage-cats h2.woocommerce-loop-category__title:hover {
    background: #edc913a8;
}


.shopepage-cats mark {
	background: none !important;
}

.shopsidebar-cats img {
    display: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: var( --e-global-color-accent );
    color: black;
}

.woocommerce-info::before {
    color: var(--e-global-color-accent );
}

.woocommerce-info {
    border-top-color: var( --e-global-color-accent );
}

.elementor-widget-woocommerce-checkout-page a,.elementor-widget-woocommerce-checkout-page a:hover {
	color: var(--e-global-color-accent ) !important;
}

.customaddtocart td, .customaddtocart th {
    background: none !important;
    text-align: left;
    padding: 0;
}

.dgwt-wcas-search-wrapp {
    margin-right: 0;
}

p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    width: 100%;
}

@media screen and (min-width: 454px) {
p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 50%;
    padding-right: 10px !important;
}

p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    width: 50%;
    padding-left: 10px !important;
}
}


.dropdown-menu a {
    color: black;
    padding: 7px 14px;
    display: block;
    text-align: left;
    /* background: var( --e-global-color-primary ); */
}
      .dropdown {
        position: relative;
        display: inline-block;
        width: 100%;
        text-align: right;
        padding-right: 6px;
        padding-bottom: 2px;
      }
      
      .dropdown-menu {
        display: none;
        position: absolute;
        z-index: 1;
        right: 0;
      }
      
      .dropdown:hover .dropdown-menu {
        display: block;
        background-color: white;
        box-shadow: 0px 0px 9px -5px #000;
      }

.dropdown-menu a:hover {
    background: var(--e-global-color-primary );
}

.header-user {
    padding: 0 !important;
    margin: 0 !important;
}

body.logged-in .logout-link {
	display: none !important;
}

body.logged-out .login-link {
	display: none !important;
}

.desktop-user-menu .dropdown-menu {
    top: 44px;
}

body.logged-in .logged-outtext {
	display: none !important;
}

body.logged-out .logged-intext {
	display: none !important;
}