/*
Theme Name: Funio
Theme URI: http://wpbingosite.com/wordpress/funio/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Funio is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: funio
*/

.slick-arrow{
	z-index:99999;
}

#show-megamenu::before {
	color:#fff !important;
}


#bwp-header .navbar-header .custom-navbar-toggle {
	cursor: pointer;
}

#bwp-header .navbar-header .custom-navbar-toggle img {
	width: 32px;
}

#bwp-header .navbar-header .custom-navbar-toggle::before {
	content: "";
	font-size: initial;
}

.mm-panel .menu-item-text {
	font-weight: 500;
    color: #c1b2a2;
}
	
.floori-popup{
	z-index: 9999999 !important;
}
.floori-popup-content {
    z-index: 9999999 !important;
}

.gtranslate_wrapper {
	z-index: 9999 !important;
}



#gt_float_wrapper {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
	border-radius:5px;
}
/* Dla urządzeń mobilnych */
@media (max-width: 991px) {
	#gt_float_wrapper {
		position: fixed !important;
		bottom: 5px !important;
		right: 10px !important;
		top: auto !important;
	}
}


@media (max-width: 425px) {
	#talk-to-sales-div {
		top:10px !important;
		bottom:5px!important ;
		left:5px !important;
		right: 5px !important;
	}
	#talk-to-sales-text {
		font-size:20px !important;
		width:100% !important;
		height:100% !important;
	}
}

.products-thumb {
    position: relative; /* Kluczowe dla pozycjonowania absolutnego */
}

.floori-btn-wrapper {
    position: absolute;
    top: 15px;       /* Odsunięcie od górnej krawędzi */
    right: 20px;     /* Odsunięcie od prawej krawędzi */
    z-index: 10;     /* Zapewnia widoczność nad innymi elementami */
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
    height: 40px;
    width: 50px;
	border-radius:5px;
    background-color: #fff;  /* Początkowo tło jest przezroczyste */
    overflow: hidden;  /* Zapobiega wystawaniu się zawartości poza przycisk */
}

.floori-btn {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    background: none;
}

/* Dopasowanie obrazka do pełnych wymiarów wrappera, bez przycinania */
.floori-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;  /* Zmiana z cover na contain */
}

/* Domyślnie ukrywamy przycisk na urządzeniach z obsługą hover */
@media (hover: hover) {
    .floori-btn-wrapper {
        opacity: 0;
        visibility: hidden;
    }

    /* Pokaż przycisk po najechaniu na kontener produktu (.products-thumb) */
    .products-thumb:hover .floori-btn-wrapper {
        opacity: 1;
        visibility: visible;
        background-color: #000;  /* Tło staje się czarne po najechaniu */
    }
}

/* Opcjonalny efekt hover na samym przycisku */
.floori-btn:hover {
    background-color: #444;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Dla urządzeń mobilnych - przycisk od razu widoczny */
@media (hover: none) {
    .floori-btn-wrapper {
        opacity: 1;
        visibility: visible;
		background-color:#000;
    }
}







