/* Класс для кнопки */
.css-wett32e {
	background-color: rgb(250, 212, 0); /* Желтый цвет фона */
	color: black; /* Черный цвет текста */
	padding: 9px 15px;
	border-radius: 25px;
	font-size: 14px; /* Размер шрифта 14px */
	text-align: center;
	text-decoration: none;
	display: inline-block;
	transition: background-color 0.3s ease; /* Плавный переход для фона */
}
/* Эффект при наведении на кнопку */
.css-wett32e:hover {
	background-color: #FFB300; /* Более желтый оттенок */
}
/*##############################################################################*/
/* Класс для кнопки авторизации */
.css-wesaq23 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	background: #ffffff;
	color: #4c4c4c; /* Темно-серый текст */
	border-radius: 25px; /* Радиус кнопки */
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	height:39px;
}
/* Контейнер для иконки */
.css-wesaq23-icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e1e1e1; /* Серый круг */
	border-radius: 50%; /* Круглая форма */
	width: 33px;
	height: 33px;
	margin-right: 10px;
	margin-left: -6px;
}
/* Стили для текста */
.css-wesaq23-text {
	color: #4c4c4c; /* Цвет текста */
}
/*##############################################################################*/
.header-button-menu-catalog {
	border-radius: 25px;
	height: 39px;
	display: inline-flex;
	align-items: center;
	padding: 0 15px;
	color: white;
	cursor: pointer;
	border: none;
}
.header-button-menu-catalog-icon,
.header-button-menu-catalog-icon {
	margin-right: 8px;
	font-size: 14px;
}
.header-button-menu-catalog:hover {
	background-color: #0056b3;
}
.css-werasqw{
	padding:10px 0;
	border-bottom:1px solid #f2f2f2;
}
/*##############################################################################*/
.green-rounded-btn {
	border-radius: 25px;
	background-color: green;
	color: white;
}

