#cookie-notification {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 10px;
	max-width: 400px;
	border-radius: 8px;
	background: #f1f1f1;
	padding: 15px;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	z-index: 10001;
	text-align: center;
}
#cookie-notification p {
	margin: 0 0 10px 0;
}
#accept-cookies {
	background: #05ac43;
	color: #fafafa;
	border: none;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
}
img.header_img{
		width: 85px;
}
.flex-list{
	display: flex;
	gap: 7px;
}

.flex-list .header-phones__a {
	font-size: 13px;
}
@media (min-width: 992px) {

	.hidden-md{
		display: none;
	}
}
@media (max-width: 767px) {
	.header-business_hours {
		display: none;
	}
	.b24-widget-button-popup-image {
		display: none;
	}
}

@media (max-width: 575px) {
	.header-block__item.header-block__item-cart {
		padding: 0 7px;
	}
	img.header_img{
			width: 50px;
	}
	.header-block__item.head_list{
		font-size: 12px;
	}
	.header-phones__a i{
		width: 14px;
	}
	.header-phones__a ,
	.header-phones.has-addit{
		font-size: 12px;
	}
}
#price-increase-notification {
	position: fixed;
	bottom: 0px;
	left: 0%;
	background: #fff;
	padding: 20px;
	z-index: 10000;
	width: 100%;
	display: none;
	font-family: Arial, sans-serif;
}

#price-increase-notification.show {
	display: block;
}

#price-increase-notification .notification-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#price-increase-notification .notification-text {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0;
	text-align: center;
}

#price-increase-notification .timer {
	text-align: center;
	font-size: 18px;
	color: #ff6b6b;
	font-weight: bold;
	padding: 10px;
	background: #c9eed7;
	border-radius: 4px;
}

#price-increase-notification .timer-label {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}

#price-increase-notification .timer-value {
	font-size: 20px;
	font-weight: bold;
}

#price-increase-notification .close-btn {
	background: #ff6b6b;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	transition: background 0.3s;
	align-self: center;
	margin-left: 10px;
}

#price-increase-notification .close-btn:hover {
	background: #ff5252;
}

@media (max-width: 768px) {
	#price-increase-notification {
		bottom: 60px;
		padding: 15px;
	}

	#price-increase-notification .notification-text {
		font-size: 14px;
	}

	#price-increase-notification .timer {
		font-size: 16px;
	}
	.b24-widget-button-position-bottom-right.b24-widget-button-wrapper {
		right: 30px;
		bottom: 50%;
	}
}

.has-promoution{
	position: relative;
}
.promoution_label img {
	height: 30px;
}
.promoution_label {
	position: absolute;
	right: 0;
	top: 15px;
	margin-top: -7.5px;
}
.promotion_info-content {
	text-align: center;
	font-size: 18px;
	color: #ff6b6b;
	font-weight: bold;
	padding: 10px;
	background: #c9eed7;
	border-radius: 4px;
}

#fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.25s ease;
}

#fixed.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#fixed .header-logo img{
	height: 40px;

}
.icons-container {
	display: flex;
	align-items: center;
	gap: 10px;
}
.header-business_hours .icons-container{
	gap: 5px;
}
.icons-container a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: all .2s ease;
}
.header-business_hours .icons-container a {
		width: 24px;
	height: 24px;
}
.icons-container a:before {
	font-family: "Font Awesome 5 Brands";
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}
.header-business_hours .icons-container a:before {
	font-size: 12px;
}
.header-business_hours .icons-container a:nth-child(2):before {
	font-size: 8px;
}
.icons-container a:hover {
	transform: translateY(-2px);
	opacity: .85;
}

/* VK */
.icons-container a:nth-child(1) {
	background: #0077ff;
}

.icons-container a:nth-child(1):before {
	content: "\f189";
}

/* MAX */
.icons-container a:nth-child(2) {
	background: #111;
}

.icons-container a:nth-child(2):before {
	content: "MAX";
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
}

/* Telegram */
.icons-container a:nth-child(3) {
	background: #229ed9;
}

.icons-container a:nth-child(3):before {
	content: "\f2c6";
	font-family: "Font Awesome 5 Brands";
}

/* Phone */
.icons-container a:nth-child(4) {
	background: #2bb741;
}

.icons-container a:nth-child(4):before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
