/*.uk-navbar-toggle {*/
/*	min-height:40px;*/
/*	background: #edaa1e;*/
/*	padding: 5px 20px;*/
/*	margin-right: 40px;*/
/*	border-radius:24px;*/
/*}*/
/*.uk-navbar-toggle > span.uk-text-middle {*/
/*	text-indent: -9999px;*/
/*	display: inline-block;*/
/*	position: relative;*/
/*	width: 85px;*/
/*}*/
/*.uk-navbar-toggle > span.uk-text-middle::before {*/
/*	content: 'Каталог';*/
/*	text-indent: 0;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*}*/
/*.uk-slidenav-container {*/
/*	background: url('/images/bg/corner-bottom-right.svg') no-repeat right top,*/
/*	url('/images/bg/corner-bottom-right.svg') no-repeat left bottom;*/
/*	padding: 24px 0 0 24px;*/
/*}*/
/*.uk-slidenav-previous {*/
/*	border-radius: 24px 0 0 0;*/
/*}*/
/*.tm-radius-8 {*/
/*	border-radius: 8px;*/
/*}*/
/*.tm-radius-24, .tm-radius-24 * {*/
/*	border-radius: 24px;*/
/*}*/
/*list*/
ul.tm-list-dashed li {
	margin-top: 0 !important;
}

li.tm-border-bottom-dashed {
	position: relative;
	padding: 10px 0; /* Добавляем отступ сверху и снизу для лучшего внешнего вида */
}

li.tm-border-bottom-dashed::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px; /* Отступ слева */
	right: 0; /* Отступ справа */
	height: 1px; /* Толщина границы */
	border-bottom: 1px dashed #828282; /*  Делаем пунктирной */
}

/*thumbnav*/
.uk-thumbnav > * > ::after {
	border-radius: inherit;
}