/*
 Theme Name:   Quantum Child Theme
 Theme URI:    https://quantum.ancorathemes.com/
 Description:  Quantum Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     quantum
 Version:      1.0.0
 Tested up to: 6.6
 Requires at least: 5.0
 Requires PHP: 7.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  quantum
*/


/* =Theme customization starts here
 * 
------------------------------------------------------------ */
/* === Quantum / ThemeREX submenu fix === */

/* Anchor parent */
.sc_layouts_menu li.menu-item-has-children {
    position: relative;
	text-decoration-color:#fe019a!important;
}

/* Submenu positioning */
.sc_layouts_menu li.menu-item-has-children > ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    z-index: 9999;
}

/* Show on hover */
.sc_layouts_menu li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
	text-decoration-color:#fe019a!important;
}
/* Disable click on top-level nav items 
.sc_layouts_menu > ul > li > a {
    pointer-events: none;
    cursor: default;
	text-decoration-color:#ffffff!important;*/
}
.trx_addons_list_success li::before {
  color: #fe019a!IMPORTANT; /* your accent color */
}
.menu_mobile .menu_mobile_inner {
    background-color: #000000!important;
}
span.scroll_to_top_text, span.scroll_to_top_icon{
	color:#fe019a;!important
	
}
.sc_icons .sc_icons_icon {
     color: #fe019a;!important 
}
.sc_layouts_menu_nav li.current-menu-item a, .sc_layouts_menu_nav > li > a:hover, .sc_layouts_menu_nav > li.sfHover > a, a.checkout-button.button.alt.wc-forward {
    color: #fe019a !important;
}
.sc_price_plain .sc_price_item_price {
width: 333px!important;
}
.elementor-21675 .elementor-element.elementor-element-63b5036:not(.elementor-motion-effects-element-type-background), .elementor-21675 .elementor-element.elementor-element-63b5036 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #000000!important;
}
.woosc-btn, .stock.in-stock, .woosw-btn, .tinvwl_add_to_wishlist_button, .product_meta, .woocommerce-info, .woocommerce-additional-fields, .woocommerce_status_bar, .additional_information_tab, .woocommerce-billing-fields h3 {
    display: none !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .shipping-calculator-button {
       color:#fe019a!important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
     margin-bottom: 0;
	}
ul[class*="trx_addons_list"]>li:before {
    color: #fe019a!important;
}
.sc_layouts_cart:hover .sc_layouts_cart_items_short,
.sc_layouts_cart:hover .sc_layouts_cart_items_short *,
.sc_layouts_cart:hover .sc_layouts_cart_items_short:before,
.sc_layouts_cart:hover .sc_layouts_cart_items_short:after {
  background-color: #fe019a !important;
  fill: #fe019a !important;
  stroke: #fe019a !important;
}

/* DAVINCI - FINAL SLEEK SEARCH EXPAND */

/* Hidden state: small, invisible, anchored near header search area */
html body .search_modern .search_wrap {
  position: fixed !important;
  top: 28px !important;
  right: 165px !important;
  left: auto !important;

  width: 44px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-width: calc(100vw - 40px) !important;

  padding: 0 !important;
  margin: 0 !important;

  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;

  background: rgba(8,8,8,0.92) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 999px !important;
  box-shadow: none !important;

  transform: scaleX(0.08) !important;
  transform-origin: 100% 50% !important;

  transition:
    width 0.38s cubic-bezier(.22,.61,.36,1),
    opacity 0.18s ease,
    transform 0.38s cubic-bezier(.22,.61,.36,1),
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease !important;

  z-index: 9999 !important;

  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

/* Open state: compact capsule that does NOT cover nav or bag */
html body .search_modern .search_wrap.search_opened {
  width: 300px !important;
  height: 42px !important;
  min-height: 42px !important;
  top: 28px !important;
  right: 165px !important;

  opacity: 1 !important;
  pointer-events: auto !important;
  transform: scaleX(1) !important;

  background: rgba(8,8,8,0.94) !important;
  border-color: rgba(255,255,255,0.16) !important;

  box-shadow:
    0 14px 38px rgba(0,0,0,0.42),
    inset 0 0 0 1px rgba(255,255,255,0.025) !important;
}

/* Admin bar adjustment */
html body.admin-bar .search_modern .search_wrap,
html body.admin-bar .search_modern .search_wrap.search_opened {
  top: 60px !important;
}

/* Kill theme drawer wrapper */
html body .search_modern .search_form_wrap {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 42px !important;

  top: auto !important;
  left: auto !important;
  transform: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* Hide any injected logo/image */
html body .search_modern .search_wrap img,
html body .search_modern .search_wrap .logo,
html body .search_modern .search_wrap .logo_image,
html body .search_modern .search_wrap .sc_layouts_logo,
html body .search_modern .search_wrap .custom-logo-link,
html body .search_modern .search_wrap [class*="logo"] {
  display: none !important;
}

/* Search form layout */
html body .search_modern .search_wrap .search_form {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;

  width: 100% !important;
  max-width: 100% !important;
  height: 42px !important;

  margin: 0 !important;
  padding: 0 22px !important;

  display: flex !important;
  align-items: center !important;

  border: none !important;
  background: transparent !important;
}

/* Input */
html body .search_modern .search_wrap.search_opened .search_field,
html body .search_modern .search_wrap.search_opened .search_field:hover,
html body .search_modern .search_wrap.search_opened .search_field:focus {
  display: block !important;
  visibility: visible !important;

  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;

  font-size: 13px !important;
  line-height: 42px !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;

  padding: 0 !important;
  margin: 0 !important;

  border: none !important;
  background: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Placeholder */
html body .search_modern .search_wrap.search_opened .search_field::placeholder {
  font-size: 13px !important;
  color: rgba(255,255,255,0.42) !important;
  letter-spacing: 0.01em !important;
}

/* Remove duplicate inner magnifying glass */
html body .search_modern .search_wrap .search_submit,
html body .search_modern .search_wrap.search_opened .search_submit {
  display: none !important;
}

/* Remove close X */
html body .search_modern .search_wrap .search_close {
  display: none !important;
}

/* Pink luxury hover/focus */
html body .search_modern .search_wrap.search_opened:hover,
html body .search_modern .search_wrap.search_opened:focus-within {
  border-color: #fe019a !important;
  box-shadow:
    0 16px 44px rgba(0,0,0,0.50),
    0 0 0 1px rgba(254,1,154,0.22),
    0 0 18px rgba(254,1,154,0.08),
    inset 0 0 0 1px rgba(255,255,255,0.03) !important;
}

/* Mobile */
@media (max-width: 767px) {
  html body .search_modern .search_wrap,
  html body .search_modern .search_wrap.search_opened {
    top: 18px !important;
    right: 18px !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  html body .search_modern .search_wrap.search_opened {
    width: calc(100vw - 36px) !important;
  }

  html body .search_modern .search_form_wrap,
  html body .search_modern .search_wrap .search_form {
    height: 42px !important;
  }

  html body .search_modern .search_wrap.search_opened .search_field,
  html body .search_modern .search_wrap.search_opened .search_field:hover,
  html body .search_modern .search_wrap.search_opened .search_field:focus {
    height: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
    font-size: 13px !important;
  }
}
/* FINAL POSITION FIX - keep search between Start and cart */
html body .search_modern .search_wrap,
html body .search_modern .search_wrap.search_opened {
  right: 160px !important;
}

html body .search_modern .search_wrap.search_opened {
  width: 245px !important;
}

/* Slightly tighter input */
html body .search_modern .search_wrap .search_form {
  padding: 0 18px !important;
}

html body .search_modern .search_wrap.search_opened .search_field,
html body .search_modern .search_wrap.search_opened .search_field:hover,
html body .search_modern .search_wrap.search_opened .search_field:focus {
  font-size: 12.5px !important;
}
/* Remove inner search line */
html body .search_modern .search_wrap .search_field,
html body .search_modern .search_wrap.search_opened .search_field,
html body .search_modern .search_wrap.search_opened .search_field:hover,
html body .search_modern .search_wrap.search_opened .search_field:focus {
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Remove any theme-generated underline */
html body .search_modern .search_wrap .search_form:before,
html body .search_modern .search_wrap .search_form:after,
html body .search_modern .search_form_wrap:before,
html body .search_modern .search_form_wrap:after {
  display: none !important;
  content: none !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* DAVINCI - Luxury Pill CTA Buttons */
html body a.sc_button,
html body a.sc_button.sc_button_default,
html body .sc_button:not(.sc_button_simple),
html body .theme_button,
html body .wp-block-button__link,
html body .elementor-button {
  border-radius: 999px !important;
  -webkit-border-radius: 999px !important;
  overflow: hidden !important;
  padding: 15px 42px !important;
  letter-spacing: 0.08em !important;
}
.woocommerce-result-count, .woocommerce-ordering trx_addons_woocommerce_search_compatibility_inited{
	display:none;
}
.elementor-element-3e207a11,
.elementor-element-3e207a11 .elementor-widget-container,
.elementor-element-3e207a11 img {
  transform: none !important;
  rotate: 0deg !important;
}

/* Cleaner fixed logo size */
.sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img,
.sc_layouts_row_type_compact .custom-logo-link img,
.sc_layouts_row_type_compact .sc_layouts_logo img {
    max-height: 48px !important;
}