/* 
Theme Name: Hello Elementor Child zaShop
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
*/

/*****BODY*****/
body{
	overflow-x: hidden;
}
/*****HEADER*****/
.site-header{
	padding-block-start: 0;
	padding-block-end: 0;
	height:79px;
}
header .site-navigation{	
	height:79px;
	z-index:999;
	margin:0 auto;
	border-bottom:1px solid white;
	width:100%;
	justify-content: space-between!important; /*stil tudi v loceni css datoteki, nočem nalagati še ene*/
	max-width: 100%!important; /*stil tudi v loceni css datoteki, nočem nalagati še ene*/
	background:var(--e-global-color-secondary);
	margin-top:32px;
}
.site-logo img{
	height:49px;
	width:auto;
}
header .site-navigation ul{
	height:79px;
}
.current-menu-item, header .site-navigation ul li:hover{
	background-color:var(--e-global-color-primary);
}



/****HEADER contactBar******/
.topContactBar{
    width: 100%;
	height: 20px;
    background-color: rgba(255,255,255,0.77);
    color: black;
    text-align: center;
    padding: 16px 30px;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 20px;
    position: absolute;    
    z-index: 9999;
}

.topContactBar a{
	color:black;
	margin: -10px;
	font-family: Roboto sans-serif;
    font-size: 13px;
    font-weight: 400;
}


/*****FOOTER*****/
.spodnji-footer{
	font-size:13px;
	display:flex;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
	color:white;
	width: 100%;
	height:48px;
	background:var(--e-global-color-primary);
}
.spodnji-footer a{
	padding-left:5px;
	padding-right:5px;
	color:white;
}
#site-footer{
	width: 100%;
	padding-block-start: 0rem;
	padding-block-end: 0rem;
}
.footer-inner{
	max-width:100%!important;
}
.glavni-footer{
	display:flex;
	justify-content: space-around;
	width: 100%;
	padding:30px 15px;
	text-transform:uppercase;
	background:var(--e-global-color-secondary);
}
.glavni-footer h3{
		size:24px;
}
.glavni-footer a, .glavni-footer{
	color: black;
}
.glavni-footer i{
	color:var(--e-global-color-accent);
}
.contact-footer{
	/*align-items: center; */
	display: flex;
	flex-direction: column;
}
.contact-footer div{
	display:flex;
	padding:5px;
	align-items: center;
}
.contact-footer div i{
	margin-right:15px;
}
.logo-social div{
	display: flex;
	font-size: 20px;
	justify-content: center;
}
.logo-social div a{
	padding:10px;
}
/*****PRODUCT LIST HOME******/
.solo-produkt .add_to_cart_inline{
	border:0px!important;
}
.solo-produkt span bdi{
	display:none;
}
.solo-produkt .add_to_cart_button{
	text-transform:uppercase;
	background-color:var(--e-global-color-accent)!important;
	color:white!important;
	font-family: "Francois One", sans-serif;
	font-size: 15px!important;
	font-weight: 500!important;
	border-radius:30px!important;
	padding:12px 24px!important;
	transition: color 1s ease;
	transition: background 1s ease;
}
.solo-produkt .add_to_cart_button:hover{
	background-color:var(--e-global-color-primary)!important;
}
.solo-produkt .elementor-widget-container a{
	transition: color 1s ease;
	transition: background 1s ease;
}
.solo-produkt .add_to_cart_button, .solo-produkt .elementor-button{
	width:175px!important;
	text-align: center!important;
}
.solo-produkt p.add_to_cart_inline{
	margin-bottom: 0px;
	padding:0px!important;
}
.solo-produkt .e-con-inner{
	row-gap: 10px;
}
.solo-produkt .cena p{
	margin-bottom:0px;
}
.solo-produkt .cena {
	position: absolute;
	top: 0;
	right: 0;
}
.solo-produkt .added_to_cart{
	display:flex!important;
	flex-direction:column;
	text-align: center;
}

/****SINGLE PRODUCT PAGE*****/
.tabs.wc-tabs{
	display:none;
}