/*
Theme Name:     Avokado Elementor Child
Theme URI:      https://avokado.rs/
Description:    Avokado Elementor Child is a child theme of Hello Elementor. All Rights Reserved.
Author:         Avokado.rs
Author URI:		https://avokado.rs/
Template:       hello-elementor
Version:        1.0.1
Text Domain: avokado-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
html, body {
	overflow-x: clip;
}
.grecaptcha-badge {visibility: hidden;}

@media(max-width: 767px){
	.all-filters .wpc-open-close-filters-button {
		 width: 100%;
	}
	.all-filters .wpc-button-inner {
		justify-content: center;
	}
	.all-filters {
		box-shadow: none !important;
	}
}
.single-proizvod .h-ico-w {
	display: none;
}
.single-proizvod  .h-ico-b {
	display: inline !important;
}
.archive .h-ico-w {
	display: none;
}
.archive .h-ico-b {
	display: inline;
}
.h-ico-b {
	display: none;
}
.tax-kategorija .h-ico-w {
	display: inline;
}
.tax-kategorija  .h-ico-b {
	display: none !important;
}

.tipovi-ugradnje {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.tipovi-ugradnje .tip-details {
	width: 48%;
	display: flex;
    justify-content: start;
    align-items: center;
	gap: 20px;
}
.tipovi-ugradnje .tip-details img {
	height: 55px;
    width: 55px;
}
.tipovi-ugradnje .tip-details .title {
	font-size: 17px;
	line-height: 22px;
	font-weight: 300;
}

@media(max-width: 530px){
	.tipovi-ugradnje .tip-details {
    width: 46%;
}
	.tipovi-ugradnje .tip-details .title {
	font-size: 15px;
	line-height: 20px;
}
}
@media(max-width: 440px){
	.tipovi-ugradnje .tip-details {
    width: 100%;
}
}