/* 
Theme Name: Hello Aiper
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Aiper is a child theme of Hello Elementor, created by MickyLlew
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.3
Text Domain: hello-aiper
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 */

.elementor-kit-6 .cwg_popup_submit {
    background-color: #30c8d3 !important;
    border-style: none;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading {
    display: none;
}

.cwgstock_button {
    background-color: #30c8d3 !important;
    border-style: none;
}

.cwginstock-panel-primary {
    border-style: none !important;
}

.swal2-close {
    background-color: transparent !important;
    color: #000000 !important;
    border-style: none !important;
    box-shadow: none !important;
}

.cr-ajax-search {
    display: none !important;
}

.cr-search-no-reviews {
  text-align: center;
}

.review-shortcode-mobile {
  text-align: center;
}

/* Product */
.elementor-location-single.product .price {
  margin-bottom: 0px;
}

/* Product Archive */
.elementor-location-archive.product h2 {
  font-size: 25px;
}

/* Tooltip styles */
.icon-list-tooltip {
  display: flex;
  justify-content: start;
  gap: 2em;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
  background: #F9F9F9;
}

.aiper-icons.icon-list-tooltip {
  background: none;
}

.icon-tooltip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  position: relative;
  cursor: pointer;
}
.icon-tooltip-item .icon {
    padding-top: 5px;
}

.icon-tooltip-item .icon svg {
    height: 25px;
}

.icon-label {
  margin-top: 0.5em;
  font-size: 1em;
  font-weight: 500;
}
.tooltip-text {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  padding: 0.75em 1.2em;
  border-radius: 0.7em;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 10;
  font-size: 0.95em;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.tooltip-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 10px;
  overflow: hidden;
}
.tooltip-arrow::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #222;
  transform: rotate(45deg);
  margin: -7px 0 0 2px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.icon-tooltip-item.active .tooltip-text,
.icon-tooltip-item:hover .tooltip-text,
.icon-tooltip-item:focus .tooltip-text {
  opacity: 1;
  pointer-events: auto;
}

.product-reviews-mobile .elementor-shortcode {
  text-align: center;
  border-radius: 20px;
  padding: 15px 10px 15px 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.29);
}

.woocommerce-MyAccount-navigation > ul {
  list-style-type: none;
}

#e-n-menu-content-6451 .type-product .elementor-widget-image {
  max-height: 150px;
}

.elementor-625 .elementor-element.elementor-element-a943433 .elementor-cta__title {
  min-height: 50px;
}

@media (max-width: 768px) {
  /* Product Archive */
  .elementor-location-archive.product h2 {
    font-size: 18px;
  }

  .elementor-element-5a38bbff {
    flex-direction: row !important;
    justify-content: center;
  }

  #menubar-645 .e-n-menu-content > div {
    min-height: 0px;
  }

  #menu-toggle-645 {
    margin-top: 10px;
  }


  #menubar-645 #e-n-menu-title-6456 svg {
    fill: #30c8d3;
  }

  #menubar-645 {
    margin-top: 25px;
    box-shadow: -1px 0px 15px 0px #1a1e1ea3;
  }

  #e-n-menu-content-6451 .elementor-element-6be9a554 {
		display: none;
	}

  #e-n-menu-content-6452 .elementor-element-2312f15f {
    display: none;
  }

  #menubar-645 .e-n-menu-heading .e-n-menu-title .e-n-menu-dropdown-icon svg {
    fill: #30c8d3;
  }

  #menubar-645 .e-n-menu-heading .e-n-menu-title .e-n-menu-title-text {
    font-size: 16px;
  }

  #menubar-645 .e-n-menu-content > div .e-con-inner {
    padding: 0px;
    text-align: center;
  }

  #menubar-645 .e-n-menu-content > div .e-con-inner > .e-child {
    gap: 0px !important;
  }

  #menubar-645 .e-n-menu-content > div .e-con-inner .elementor-widget-text-editor + .elementor-widget-text-editor {
    background-image: radial-gradient(ellipse at center, #20cedb6e 0%, transparent 70%);
    padding: 20px;
  }
}