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

/* Add your custom styles here */
html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.plj strong {
	color: #e49a43;
}
.akcijska-cena {
  text-decoration: line-through;
  opacity: 0.5;
}
#narucivanje-dugmad  {
  background: linear-gradient(135deg, #599d03, #4e8205);
  width: 250px;

  padding: 10px;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
	transition: all 0.3s;
}
#narucivanje-dugmad:hover {
	filter: brightness(1.15);
}
#narucivanje-dugmad span {
	  font-size: 18px;
	  color: #fff; 
	font-weight: 600;
}

.menu-item a:hover,
.current-menu-item a {
	color: #fff !important;
}
.menu-item {
	position: relative;
}
.menu-item::after {
	width: 30%;
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 2px;
	transform: translateX(-50%) !important;
	content: '';
	transition: all .4s !important;
	height: 1px;
	background: #956b3a;
}
.current-menu-item::after,
.menu-item:hover::after {
	width: 50%;
	opacity: 1;
}

@media all and (max-width: 980px) {
	.hfe-nav-menu li.menu-item {
		position: relative;
		display: flex;
		align-items: center;
		background: transparent !important;
		border: none !important;
		padding-bottom: 0 !important;
	}
	.hfe-nav-menu li.menu-item a {
		background: transparent !important;
		color: #fff !important;
		width: 100%;
	}
	.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
		background: rgba(0,0,0,0.6) !important;
		backdrop-filter: blur(3px);
		padding-bottom: 100vh;
		position: fixed;
	}
	.menu-item::after { 
		display: none !important;
	}
}