/*
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;}

#breadcrumbs {
	font-weight: 600 !important;	
}
#breadcrumbs a {
	font-weight: 300 !important;	
}
@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;
	}
}

/* width */
.element-scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.element-scroll::-webkit-scrollbar-track {
  background: #CBCBCB; 
}

/* Handle */
.element-scroll::-webkit-scrollbar-thumb {
  background: #383838; 
}

/* Handle on hover */
.element-scroll::-webkit-scrollbar-thumb:hover {
  background: #383838; 
}
.element-scroll {
    height: 450px;
    overflow-y: scroll;
	overflow-x: hidden;
}

.tabela-cenovnika {
	border: none;
	margin-bottom: 0;
	font-family: "Nunito", Sans-serif;
}
.tabela-cenovnika td {
	padding: 15px 15px 15px 15px;
	border-color: #b03052;
	border-width: 2px;
	background: transparent;
	font-size: 15px;
	font-weight: 400;
}
.tabela-cenovnika tbody>tr:nth-child(odd)>td, .tabela-cenovnika tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
.tabela-cenovnika tbody tr:hover>td, .tabela-cenovnika tbody tr:hover>th {
    background-color: transparent;
}
.tabela-cena {
	text-align: right;
	color: #69192e;
	font-weight: 700 !important;
}