/* Shared styles for pub_header_auth.php and pub_header_business.php */

.header_logo_line a img {
	width: 225px;
	height: 45px;
}

.main_container_block {
	padding-top: 30px;
}

.min-header {
	display: none;
	justify-content: space-between;
	align-items: center;
}

.min-header-left img {
	width: 225px;
}

.min-menu-init {
	font-size: 23px;
	padding: 5px;
	cursor: pointer;
}

.min-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 4;
}

.min-menu-content {
	position: relative;
	z-index: 2;
	max-height: 100%;
	overflow-y: auto;
	background-color: #fff;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	height: 1px;
	box-sizing: border-box;
}

.min-menu-block-items {
	padding: 10px 0;
	border-bottom: 1px solid #eeefef;
}

.min-menu-item {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	cursor: pointer;
}

.min-menu-head {
	padding-left: 15px;
	padding-right: 15px;
	text-align: end;
	border-bottom: 2px solid #eeefef;
}

a.min-menu-item:hover .min-menu-item-text {
	font-weight: bold;
}

.min-menu-item-icon {
	display: inline-block;
	font-size: 23px;
	color: #59595b;
}

.min-menu-item-text {
	margin-left: 25px;
	display: inline-block;
}

.min-menu-item-icon img,
.min-menu-item-icon i {
	width: 30px;
}

.min-menu-user-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.adn-auntefication__btn {
	float: left;
	padding: 1px 15px;
	vertical-align: top;
}

.adn-auntefication__btn:hover {
	color: #ffffff;
	background-color: #000000;
}

.adnLoginButton {
	background-color: #337ab7;
	color: #ffffff;
}

.header-cart-badge {
	position: relative;
	display: inline-block;
	float: left;
	margin: 2px 18px 0 0;
	padding: 2px 4px;
	color: #333333;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	vertical-align: middle;
}

.header-cart-badge:hover,
.header-cart-badge:focus {
	color: #111111;
	text-decoration: none;
}

.header-cart-badge .header-cart-count {
	position: absolute;
	top: 4px;
	right: -14px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 50%;
	background: #f5a623;
	color: #000000;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}

@media (max-width: 767px) {
	.main_container_block {
		padding-top: 5px;
	}

	.header_logo_line {
		display: none;
	}

	.min-header {
		display: flex;
	}

	/* business store header extras */
	.mobileClassMainImage {
		margin-top: -5px;
	}

	.adn-promosite-nav {
		margin-top: 15px;
	}

	.preview-block {
		margin-top: 1px;
	}

	.adn-title-article {
		margin: 1px 0 6px;
	}
}

@media (max-width: 575px) {
	.min-header-left img {
		width: 150px;
	}
}
