@media (max-width: 576px) {
	.menu-responsive-dropdown div.menu-more {
		font-family: "Conv_SukhumvitTadmai_Bol";
		font-size: 16px;
		display: inline-block;
		position: absolute;
		top: 18px;
		padding-left: 15px;
		width: 75vw;
	}
}

@media (max-width: 991px) {
	.menu-responsive-dropdown div.menu-more:after {
		transform: rotate(0);
		right: 0;
		top: -3px;
	}
	.menu-responsive-dropdown div.menu-more:after {
		content: "+";
		position: absolute;
		top: -3px;
		font-family: "Gotham-Book";
		right: 0;
		font-size: 24px;
	}
	.menu-responsive-dropdown div.menu-more.active:after {
		transform: rotate(45deg);
		right: 0;
		top: -3px;
	}
}
@media (max-width: 576px) {
	.menu-responsive-dropdown div.menu-more:after {
		transform: rotate(0);
		right: 0;
		top: -3px;
	}
	.menu-responsive-dropdown div.menu-more:after {
		content: "+";
		position: absolute;
		top: -3px;
		font-family: "Gotham-Book";
		right: 0;
		font-size: 24px;
	}
}
