#wapuugotchi-submenu__shop {

	.wapuugotchi_shop__categories {

		.wapuugotchi_shop__category {
			background: transparent;
			border: 1px solid #c3c4c7;
			border-radius: 3px;
			padding: 5px 12px;
			font-size: 13px;
			font-weight: 400;
			color: #50575e;
			cursor: pointer;
			height: auto;
			width: auto;
			display: inline-flex;
			align-items: center;
			line-height: 1.4;
			transition:
				border-color 0.1s,
				color 0.1s,
				background 0.1s;

			&.selected {
				background: #2271b1;
				border-color: #2271b1;
				color: #fff;
				position: static;

				&::after {
					display: none;
				}
			}

			&:hover:not(.selected) {
				border-color: #2271b1;
				color: #2271b1;
			}
		}
	}
}
