/*
Theme Name: Unicon Child
Author: 
Description: Your description goes here
Version: 1.0
Template: unicon

This is the child theme for Unicon theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

#logo-navigation .logo img {
	height: 32px !important;
    max-width: unset !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) { 
	.logo_standard {
		display:block;
	}
}

/*** START - HEADER MENU MISALIGNMENT FIX ***************************************************************/
header.header.header-v1 {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	justify-content: center;
}
header.header.header-v1 #logo-navigation {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

header.header.header-v1 #logo {
	clear: both;
	float: none;
	margin: 0;
}

header.header.header-v1 #navigation {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	float: none;
	clear: both;
}
header.header.header-v1 #navigation .header-icons {
	clear: both;
	float: none;

	display: flex;
	gap: 1rem;
}
header.header.header-v1 #navigation .header-icons-divider {
	clear: both;
	float: none;
	line-height: 1em;
	margin: 0;
	position: relative;
	top: unset;
}
header.header.header-v1 #navigation #search-btn {
	clear: both;
	float: none;
	line-height: 1em;
	margin: 0;
}
header.header.header-v1 #navigation ul {
	clear: both;
	float: none;
	margin: 0;

	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}
header.header.header-v1 #navigation ul > li {
	padding: 0;
	height: auto;
}
/*** END - HEADER MENU MISALIGNMENT FIX *****************************************************************/






/*** START - RESPONSIVENESS ***************************************************************/
.woocommerce .woocommerce-product-details__short-description a.button {
	margin-bottom: 4px;
}
/*** END - RESPONSIVENESS *****************************************************************/