/* 
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 */
#single-product-social .elementor-share-btn.elementor-share-btn_facebook svg,
#single-product-social .elementor-share-btn.elementor-share-btn_linkedin svg,
#single-product-social .elementor-share-btn.elementor-share-btn_x-twitter svg    { display: none; }

#single-product-social .elementor-share-btn.elementor-share-btn_facebook  { background-image: url('/wp-content/uploads/2025/10/Facebook.svg');
  background-size: 40% auto;
  background-position: center;
  background-repeat: no-repeat; }

#single-product-social .elementor-share-btn.elementor-share-btn_linkedin  { background-image: url('/wp-content/uploads/2025/10/LinkedIn.svg');
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat; }

#single-product-social .elementor-share-btn.elementor-share-btn_x-twitter  { background-image: url('/wp-content/uploads/2025/10/X-logo.svg');
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat; }

/* SKLANJANJE DRUGE DUBINE KATEGORIJE IZ BREADCRUMBSA */

.breadcrumbs .breadcrumb:nth-of-type(1), .breadcrumbs .breadcrumbs__separator:nth-of-type(1),
.breadcrumbs .breadcrumb:nth-of-type(4), .breadcrumbs .breadcrumbs__separator:nth-of-type(4) { display: none;}

#categorie-btn .active a { background: #193E6E; color: #F1F1F1; }

/*  Custom share ikonice */

.elementor-share-btn_facebook .elementor-share-btn__icon { display: none; }
.elementor-share-btn_facebook::before { content: ""; display: inline-block; width: 28px; height: 28px; background: url('/wp-content/uploads/2025/10/fb.svg') no-repeat center / contain;
}

.elementor-share-btn_linkedin .elementor-share-btn__icon { display: none; }
.elementor-share-btn_linkedin::before { content: ""; display: inline-block; width: 28px; height: 28px; background: url('/wp-content/uploads/2025/10/li.svg') no-repeat center / contain;
}

.elementor-share-btn_x-twitter .elementor-share-btn__icon { display: none; }
.elementor-share-btn_x-twitter::before { content: ""; display: inline-block; width: 28px; height: 28px; background: url('/wp-content/uploads/2025/10/tw.svg') no-repeat center / contain;
}


.elementor-share-btn_pinterest .elementor-share-btn__icon { display: none; }
.elementor-share-btn_pinterest::before { content: ""; display: inline-block; width: 28px; height: 28px; background: url('/wp-content/uploads/2025/10/pi.svg') no-repeat center / contain;
}


/* SKLANJANJE LINKA SA KATEGORIJA */
.ue_post_blocks_content .ue-grid-item-category {
    pointer-events: none !important;
}

.cpel-switcher__lang.cpel-switcher__lang--active a, .cpel-switcher__lang a:hover, .elementor-nav-menu--dropdown .elementor-item { font-family: "myriad-pro", Sans-serif!important;  }

.e-hotspot__tooltip img 	{ width: 60%!important; }

@media (max-width: 576px) {
  /* Replace '.your-tooltip-class' with the actual class of your tooltip */
.e-hotspot--tooltip-position {
    /* Centriranje po horizontali */
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;

    /* Vertikalno centriranje (ako želiš da bude na sredini ekrana) */
    top: 50% !important;
    bottom: auto !important;
    right: auto !important;

    /* Širina i ograničenje */
    width: 260px !important;
    max-width: 260px !important;
    }
	
	#desni-pop .e-hotspot--tooltip-position  {
	    transform: translateX(-100%) translateY(-50%) !important;
}
	
	
	    .elementor-widget-taxonomy-filter search.e-filter {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; /* opciono */
    }

    .e-filter-item {
        width: 100% !important;
    }
}


