

/* Start:/bitrix/components/bitrix/menu/templates/store_v3_bottom/style.css?17619257811066*/
.store-menu {
	display: block;
	padding-left: 16px;
	padding-top: 5px;
	margin: 0 0 35px;
	width: 100%;
	list-style: none;
}

.store-menu-item {
	display: block;
	padding: 0;
	margin: 0;
}

.store-menu-item-link {
	display: block;
	padding: 13px 30px 12px 0;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	vertical-align: middle;
	opacity: 0.8;
	color: #333;
}

.store-menu-item.selected .store-menu-item-link,
.store-menu-item-link:active ,
.store-menu-item-link:hover {
	opacity: 1;
	color: #333;
	text-decoration: none;
}

.store-menu .store-menu-item:first-child .store-menu-item-link { border-top: none; }

.store-menu-item-link:after {
	content: '';
	display: block;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
	border-bottom: none;
	border-left: none;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
}

.store-menu-item.selected .store-menu-item-link:after {
	border-color: #333;

}
/* End */
/* /bitrix/components/bitrix/menu/templates/store_v3_bottom/style.css?17619257811066 */
