/* 
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 */

body a {
    transition: all 0.3s ease-out;
  }


  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true]+.e-n-menu-wrapper {
    --n-menu-wrapper-display: flex !important;
  }

  #mobile-custom-menu .elementor-widget-container .e-n-menu  .e-n-menu-wrapper {
    display: flex !important;
    position: relative;
    max-width: 100%;
    left: 0;
    --n-menu-dropdown-content-box-height: auto !important;

  }

  #mobile-custom-menu .elementor-widget-container .e-n-menu .e-n-menu-toggle {
    width: 0;
    height: 0;
    opacity: 0;
  }

  #mobile-custom-menu .elementor-widget-container .e-n-menu .e-n-menu-wrapper ul  .e-n-menu-title {
    justify-content: space-between !important;
  }
  .elementor-widget-container .e-n-menu .e-n-menu-wrapper ul.e-n-menu-heading  .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text  {
    cursor: pointer !important;
  }

  .elementor-popup-modal .dialog-close-button {
    z-index: 99990000000 !important;
    padding: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: 2px solid 
}
.woocommerce div.product.elementor ul.tabs {
    padding: 0 !important;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border-top: none !important;
}
.woocommerce div.product.elementor ul.tabs li a {
    text-transform: uppercase;
}
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder {
    flex-wrap: nowrap !important;
}

.wcpa_wrap .wcpa_price_summary .wcpa_total {
    color: var( --e-global-color-d725f57 );
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 15px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {

    background-color: var( --e-global-color-accent ) !important;
    font-family: var(--e-global-typography-accent-font-family), Small Link;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height) !important;
    color: #FFF;
    border-radius: 0;
    padding: 10px 21px !important;
}

.woocommerce a.added_to_cart {
    display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: var( --e-global-color-f4b94a0 ) !important;
    color: #FFF;
}

.payment_box {
    padding: 0 !important;
    font-weight: 600 !important;
}


/* woocommerce dropdown */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: var( --e-global-color-text ) transparent transparent transparent !important;
	border-width: 5px 4px 0 4px !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
    max-width: 100% !important;
}

.woocommerce form .form-row .required {
    visibility: visible;
    color: var(--forms-labels-color, #69727d);
}

/* border-radius removed */
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
}


@media only screen and (max-width: 767px) {
	.elementor-slides-wrapper .elementor-swiper-button {
		display: none !important;
	}
	
}