/* 
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
*/
/*
.two-side-hero:not(.elementor-element-edit-mode)>div{
    width: 50%;
    transition: 0.3s;
}

.two-side-hero:not(.elementor-element-edit-mode)>div:hover{
    width: 70%;
}

*/
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	border-radius: 0!important;
}


.berocket_single_filter_widget label {
    font-family: 'Montserrat';
    font-size: 1em;
    line-height: 1.4;
	color: var(--e-global-color-text);
}


.berocket_aapf_widget_selected_area li a::before{
	top: 0!important;
	right: 20px!important;
}

.page-numbers {
    font-family: 'Montserrat';
    font-size: 1.2em;
    line-height: 1.6;
    padding: 10px;
    color: #1c1c1c;
}

.page-numbers:hover{
	color: var(--e-global-color-accent);
}

.elementor-widget-theme-site-logo img{
  transition: width 300ms ease-in-out; /* szybko i płynnie */
}

.elementor-sticky--active .elementor-widget-theme-site-logo img{
	width: 70px!important;	
}


.product-type-variable .elementor-widget-woocommerce-product-price{
	display: none;
}

.elementor-widget-woocommerce-product-add-to-cart .woocommerce-Price-amount.amount, .elementor-widget-woocommerce-product-price .woocommerce-Price-amount.amount{
	font-size: 2em;
  font-family: var(--e-global-typography-3cea6a5-font-family);
  color: var(--e-global-color-primary);
  padding-bottom: 20px;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .elementor-widget-theme-site-logo img{
    transition: none;
  }
}


@media screen and (max-width: 767px){
	#filters-box{
		display:none;
	}
}