/*
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: "Ubuntu", Sans-serif;
}
.tabela-cenovnika td {
	padding: 10px;
/* 	border-top: none;
	border-left: none;
	border-right: none; */
	border-color: #44082C;
	background: transparent;
	font-size: 16px;
	font-weight: 400;
	width: 50%;
}
.tabela-cenovnika tbody>tr:nth-child(odd)>td, .tabela-cenovnika tbody>tr:nth-child(odd)>th {
    background-color: #efd3b5;
}
.tabela-cenovnika tbody tr:hover>td, .tabela-cenovnika tbody tr:hover>th {
 /*   background-color: transparent;*/
}
.tabela-cena {
	text-align: right;
	color: #44082c;
	font-weight: 700 !important;
}