.account {
	width: 100%;
	min-width: 220px;
}

.account-dropdown {
	width: 100%;
	position: relative;
	display: inline-block;
}



.account-dropdown .dropdown-toggle {
	width: 100%;
	background-color: #fff;
	font-family: 'Roboto-Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	justify-content: space-between;
}




.account-dropdown .dropdown-menu {
	border: none;
	border-radius: 0;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	padding: 0 0;
	margin: 1px 0 0 -5px;
}

.account-logout,
.account-logout:active {
	color: #B48254;
	font-family: 'Roboto-Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	text-transform: none;
	text-decoration: none;
}

.account-logout svg,
.account-logout:active svg{
	stroke: #B48254;
	margin-right: 5px;
}

.account-logout:hover {
	text-transform: none;
	text-decoration: none;
	color: #B48254;
}

.account-video-list-title {
	color: #342918;
	font-family: 'Roboto-Medium', sans-serif;
	font-style: normal;
	font-weight: 500;
	margin: 0;
}

.account-video-list-title:hover {
	opacity: 1!important;
}

.account-video-list-item {
	padding-right: 7px;
	background-color: transparent;
}

.account-video-list-item.active, .account-video-list-item:active {
	background-color: transparent;
}

.account-video-list-item-link,
.account-video-list-item-link:active,
.account-video-list-item-link:hover {
	font-family: Roboto-light, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	padding-right: 7px;
	background-color: transparent;
	text-decoration: none;
}
.account-dropdown .dropdown-toggle:hover {
	opacity: .6;
}

.account-dropdown .account-video-list-item-link:hover {
	opacity: .7;
}

@media (max-width: 480px) {
	.account-dropdown .dropdown-toggle:after {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB4MT0iMC41IiB5MT0iMTAuNSIgeDI9IjEzLjUiIHkyPSIxMC41IiBzdHJva2U9IiNCNDgyNTQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxsaW5lIHgxPSIwLjUiIHkxPSI1LjUiIHgyPSIxMy41IiB5Mj0iNS41IiBzdHJva2U9IiNCNDgyNTQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxsaW5lIHgxPSIwLjUiIHkxPSIwLjUiIHgyPSIxMy41IiB5Mj0iMC41IiBzdHJva2U9IiNCNDgyNTQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
		width: 14px;
		height: 11px;
		overflow: hidden;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		border: none;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0;
		padding: 0;
	}
	.account-dropdown.show .dropdown-toggle:after {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB4MT0iMTQuMzkzNSIgeTE9IjcuODk5NTQiIHgyPSI4LjA1MDI5IiB5Mj0iMS41NTYzNSIgc3Ryb2tlPSIjQjQ4MjU0IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48bGluZSB4MT0iMS41MDM5MSIgeTE9IjcuNjk2MDkiIHgyPSI3Ljg0NzA5IiB5Mj0iMS4zNTI5MSIgc3Ryb2tlPSIjQjQ4MjU0IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=);
	}
}
@media (min-width: 480px) {
	.account {
		width: auto;
	}
	.account-dropdown .dropdown-menu {
		margin: 1px 0 0 0;
	}
}